Signed-off-by: Denys Dmytriyenko <[email protected]>
---
recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
index 06a7ce1..aa53841 100644
--- a/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
+++ b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
@@ -19,10 +19,10 @@ S = "${WORKDIR}/codec_engine_${PV}"
SRC_URI =
"http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce/${PV}/exports/codec_engine_${PV},lite.tar.gz;name=cetarball
"
do_install() {
-
+ CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
# Install/Stage the Source Tree
install -d ${D}${CE_INSTALL_DIR_RECIPE}
- cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
+ cp ${CP_ARGS} ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
}
ALLOW_EMPTY_${PN} = "1"
--
2.7.4
--
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti