63b6601bdd
- Change License from Apache2 to MIT. - Remove Copyright from individual recipes - Move License to README.md - Add meta-stx Copyright to README.md Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
|
do_install_append () {
|
|
cp ${B}/examples/24-nfs-server.conf \
|
|
${B}/examples/99-nfs-client.conf \
|
|
${B}/examples/gssproxy.conf ${D}/etc/gssproxy
|
|
}
|