diff options
Diffstat (limited to 'recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb')
| -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" |
