diff options
| author | Denys Dmytriyenko <denys@ti.com> | 2018-03-27 05:19:02 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2018-03-28 01:40:11 -0400 |
| commit | 29298ce7a2e027db4b89e29f3c80a7260cf29122 (patch) | |
| tree | b2d9012c90c8eb36c657f95a0ccbb330c5523415 | |
| parent | 772cef73d58515e07292e8cae30b6de4d49d2831 (diff) | |
| download | meta-ti-29298ce7a2e027db4b89e29f3c80a7260cf29122.tar.gz | |
ti-codec-engine: fix host contamination warnings
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb | 4 |
1 files 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}" | |||
| 19 | 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 " | 19 | 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 " |
| 20 | 20 | ||
| 21 | do_install() { | 21 | do_install() { |
| 22 | 22 | CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership" | |
| 23 | # Install/Stage the Source Tree | 23 | # Install/Stage the Source Tree |
| 24 | install -d ${D}${CE_INSTALL_DIR_RECIPE} | 24 | install -d ${D}${CE_INSTALL_DIR_RECIPE} |
| 25 | cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE} | 25 | cp ${CP_ARGS} ${S}/* ${D}${CE_INSTALL_DIR_RECIPE} |
| 26 | } | 26 | } |
| 27 | 27 | ||
| 28 | ALLOW_EMPTY_${PN} = "1" | 28 | ALLOW_EMPTY_${PN} = "1" |
