aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/mathlib/mathlib-c66x.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ti/mathlib/mathlib-c66x.inc')
-rw-r--r--recipes-ti/mathlib/mathlib-c66x.inc3
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}"
TI_BIN_UNPK_CMDS = ""
do_install() {
+ CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
install -d ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE}
- cp -pPrf ${S}/* ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE}
+ cp ${CP_ARGS} ${S}/* ${D}${MATHLIB_C66_INSTALL_DIR_RECIPE}
}
ALLOW_EMPTY_${PN} = "1"