summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@nxp.com>2016-06-03 15:49:29 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-06-03 08:46:44 -0300
commitb72bac4b146ed01ca4235ff726daa361e5e075f7 (patch)
tree6e17a4a89eea9c25bc60f908886051e5dc6663b4 /recipes-connectivity
parentd86fbbbef0adf0a914031d80f2b0a79be458aa9b (diff)
downloadmeta-freescale-b72bac4b146ed01ca4235ff726daa361e5e075f7.tar.gz
ipsec-demo: Fix host contamination and build warning
All files in the test_setkey directory are being copied with ownership preserved (cp -a). * Change ownership of all files in test_setkey directory to root:root Signed-off-by: Noor <noor_ahsan@mentor.com> Signed-off-by: Abdur Rehman <abdur_rehman@mentor.com> Signed-off-by: Sujith Haridasan <Sujith_Haridasan@mentor.com> Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/ipsec-demo/ipsec-demo_0.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-connectivity/ipsec-demo/ipsec-demo_0.1.bb b/recipes-connectivity/ipsec-demo/ipsec-demo_0.1.bb
index be5b9f90..f29c375a 100644
--- a/recipes-connectivity/ipsec-demo/ipsec-demo_0.1.bb
+++ b/recipes-connectivity/ipsec-demo/ipsec-demo_0.1.bb
@@ -16,6 +16,7 @@ do_compile[noexec] = "1"
16do_install(){ 16do_install(){
17 install -d ${D}${datadir} 17 install -d ${D}${datadir}
18 cp -a ${WORKDIR}/test_setkey ${D}${datadir}/ 18 cp -a ${WORKDIR}/test_setkey ${D}${datadir}/
19 chown -R root:root ${D}${datadir}/test_setkey
19} 20}
20 21
21FILES_${PN} = "${datadir}/*" 22FILES_${PN} = "${datadir}/*"