summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-04-28 04:10:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-28 14:07:41 -0400
commit79b145858addb68d37e22d08051b054b3a9280af (patch)
tree2fedd7a8ed3e28165083aec657f2177b453f4435 /classes
parent3648eba56c49393f7fc587d92f42a6e144b2f87d (diff)
downloadmeta-ti-79b145858addb68d37e22d08051b054b3a9280af.tar.gz
Resolve host contamination warnings
Signed-off-by: Justin Sobota <jsobota@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/ti-pdk.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
index eca3652c..981ec12e 100644
--- a/classes/ti-pdk.bbclass
+++ b/classes/ti-pdk.bbclass
@@ -89,7 +89,7 @@ do_compile() {
89 89
90do_install () { 90do_install () {
91 install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages 91 install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages
92 find -name "*.tar" -exec tar xf {} -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \; 92 find -name "*.tar" -exec tar xf {} --no-same-owner -C ${D}${PDK_INSTALL_DIR_RECIPE}/packages \;
93 93
94 if [ "${PDK_COMP_LINK_TEXT}" != "" ] 94 if [ "${PDK_COMP_LINK_TEXT}" != "" ]
95 then 95 then