summaryrefslogtreecommitdiffstats
path: root/recipes-ti/imglib
diff options
context:
space:
mode:
authorJustin Sobota <jsobota@ti.com>2017-04-28 04:10:34 +0000
committerDenys Dmytriyenko <denys@ti.com>2017-04-28 14:07:41 -0400
commit79b145858addb68d37e22d08051b054b3a9280af (patch)
tree2fedd7a8ed3e28165083aec657f2177b453f4435 /recipes-ti/imglib
parent3648eba56c49393f7fc587d92f42a6e144b2f87d (diff)
downloadmeta-ti-79b145858addb68d37e22d08051b054b3a9280af.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/imglib')
-rw-r--r--recipes-ti/imglib/imglib-c66x.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/imglib/imglib-c66x.inc b/recipes-ti/imglib/imglib-c66x.inc
index 3c76ad5e..eb575985 100644
--- a/recipes-ti/imglib/imglib-c66x.inc
+++ b/recipes-ti/imglib/imglib-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}${IMGLIB_C66_INSTALL_DIR_RECIPE} 22 install -d ${D}${IMGLIB_C66_INSTALL_DIR_RECIPE}
22 cp -pPrf ${S}/* ${D}${IMGLIB_C66_INSTALL_DIR_RECIPE} 23 cp ${CP_ARGS} ${S}/* ${D}${IMGLIB_C66_INSTALL_DIR_RECIPE}
23} 24}
24 25
25ALLOW_EMPTY_${PN} = "1" 26ALLOW_EMPTY_${PN} = "1"