diff options
author | Justin Sobota <jsobota@ti.com> | 2017-04-28 04:10:34 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-01 18:29:50 -0400 |
commit | e12f3832d1582207e5d45e6f43f7d12bb64bd9d7 (patch) | |
tree | e64a86bd7c7a55025bcc4c82f57867c4eeea0c4a /recipes-ti/imglib | |
parent | 262b851a31bdcf2e167e568662540f3585ad28d6 (diff) | |
download | meta-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/imglib')
-rw-r--r-- | recipes-ti/imglib/imglib-c66x.inc | 3 |
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}" | |||
18 | TI_BIN_UNPK_CMDS = "" | 18 | TI_BIN_UNPK_CMDS = "" |
19 | 19 | ||
20 | do_install() { | 20 | do_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 | ||
25 | ALLOW_EMPTY_${PN} = "1" | 26 | ALLOW_EMPTY_${PN} = "1" |