[meta-ti] [rocko/master][PATCH 3/3] vlib-c66x: resolve host contamination warnings
Denys Dmytriyenko
denys at ti.com
Mon Feb 5 17:42:14 PST 2018
Signed-off-by: Denys Dmytriyenko <denys at ti.com>
---
recipes-ti/vlib/vlib-c66x.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/recipes-ti/vlib/vlib-c66x.inc b/recipes-ti/vlib/vlib-c66x.inc
index ed35c7f..a539e4d 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}"
TI_BIN_UNPK_CMDS=""
do_install() {
+ CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
install -d ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
- cp -pPrf ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
+ cp ${CP_ARGS} ${S}/* ${D}${VLIB_C66_INSTALL_DIR_RECIPE}
}
ALLOW_EMPTY_${PN} = "1"
--
2.7.4
More information about the meta-ti
mailing list