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-05-01 18:29:50 -0400
commite12f3832d1582207e5d45e6f43f7d12bb64bd9d7 (patch)
treee64a86bd7c7a55025bcc4c82f57867c4eeea0c4a /classes
parent262b851a31bdcf2e167e568662540f3585ad28d6 (diff)
downloadmeta-ti-e12f3832d1582207e5d45e6f43f7d12bb64bd9d7.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