From 29298ce7a2e027db4b89e29f3c80a7260cf29122 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 27 Mar 2018 05:19:02 +0000 Subject: [PATCH] ti-codec-engine: fix host contamination warnings Signed-off-by: Denys Dmytriyenko --- 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 06a7ce13..aa538412 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"