1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-03 01:10:43 +00:00

ti-codec-engine: fix host contamination warnings

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2018-03-27 05:19:02 +00:00
parent 772cef73d5
commit 29298ce7a2
@@ -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"