summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
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 /recipes-ti/devtools
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 'recipes-ti/devtools')
-rw-r--r--recipes-ti/devtools/ti-cg-xml_2.41.00.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
index 115254eb..a0387b7b 100644
--- a/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
+++ b/recipes-ti/devtools/ti-cg-xml_2.41.00.bb
@@ -25,8 +25,9 @@ TI_BIN_UNPK_CMDS=""
25TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent" 25TI_BIN_UNPK_ARGS="--prefix ${S} --mode silent"
26 26
27do_install() { 27do_install() {
28 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
28 install -d ${D}${CG_XML_INSTALL_DIR_RECIPE} 29 install -d ${D}${CG_XML_INSTALL_DIR_RECIPE}
29 cp -pPrf ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE} 30 cp ${CP_ARGS} ${S}/* ${D}${CG_XML_INSTALL_DIR_RECIPE}
30} 31}
31 32
32FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}" 33FILES_${PN} += "${CG_XML_INSTALL_DIR_RECIPE}"