diff options
Diffstat (limited to 'recipes-ti/mathlib/mathlib-c66x.inc')
-rw-r--r-- | recipes-ti/mathlib/mathlib-c66x.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-ti/mathlib/mathlib-c66x.inc b/recipes-ti/mathlib/mathlib-c66x.inc index 1511337e..7951e6ca 100644 --- a/recipes-ti/mathlib/mathlib-c66x.inc +++ b/recipes-ti/mathlib/mathlib-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}${MATHLIB_C66_INSTALL_DIR_RECIPE} | 22 | install -d ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE} |
22 | cp -pPrf ${S}/* ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE} | 23 | cp ${CP_ARGS} ${S}/* ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE} |
23 | } | 24 | } |
24 | 25 | ||
25 | ALLOW_EMPTY_${PN} = "1" | 26 | ALLOW_EMPTY_${PN} = "1" |