summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-02-06 07:42:14 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-02-07 17:59:53 -0500
commitbbe3b476396fa1bb9a8d2c954212a3e36f7dd7d6 (patch)
tree63b69cd9d226a9d493f26b052dcc82a6904b627d
parent79c1018251ab7e1c68e8e9b34baeeb982e7239d6 (diff)
downloadmeta-ti-bbe3b476396fa1bb9a8d2c954212a3e36f7dd7d6.tar.gz
vlib-c66x: resolve host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-ti/vlib/vlib-c66x.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/vlib/vlib-c66x.inc b/recipes-ti/vlib/vlib-c66x.inc
index ed35c7f3..a539e4d7 100644
--- a/recipes-ti/vlib/vlib-c66x.inc
+++ b/recipes-ti/vlib/vlib-c66x.inc
@@ -18,8 +18,9 @@ TI_BIN_UNPK_ARGS = "--mode silent --prefix ${S}"
18TI_BIN_UNPK_CMDS="" 18TI_BIN_UNPK_CMDS=""
19 19
20do_install() { 20do_install() {
21 CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
21 install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE} 22 install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
22 cp -pPrf ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE} 23 cp ${CP_ARGS} ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
23} 24}
24 25
25ALLOW_EMPTY_${PN} = "1" 26ALLOW_EMPTY_${PN} = "1"