diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-02-06 07:42:14 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-02-07 17:59:53 -0500 |
| commit | bbe3b476396fa1bb9a8d2c954212a3e36f7dd7d6 (patch) | |
| tree | 63b69cd9d226a9d493f26b052dcc82a6904b627d /recipes-ti/vlib | |
| parent | 79c1018251ab7e1c68e8e9b34baeeb982e7239d6 (diff) | |
| download | meta-ti-bbe3b476396fa1bb9a8d2c954212a3e36f7dd7d6.tar.gz | |
vlib-c66x: resolve host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/vlib')
| -rw-r--r-- | recipes-ti/vlib/vlib-c66x.inc | 3 |
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}" | |||
| 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}${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 | ||
| 25 | ALLOW_EMPTY_${PN} = "1" | 26 | ALLOW_EMPTY_${PN} = "1" |
