summaryrefslogtreecommitdiffstats
path: root/recipes-ti/devtools
diff options
context:
space:
mode:
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}"