summaryrefslogtreecommitdiffstats
path: root/recipes-ti/codec-engine
diff options
context:
space:
mode:
authorGou, Hongmei <h-gou@ti.com>2015-09-03 03:09:04 +0000
committerDenys Dmytriyenko <denys@ti.com>2015-09-08 18:43:29 -0400
commiteaf9466cf2ce9e05bf00809cb7c6892d49c418a7 (patch)
tree527e0e2509c7ebed4c8e0b9980a6b7e81277bc70 /recipes-ti/codec-engine
parent0b3a26ca45b0ce88805e04baab151cabb99c7e83 (diff)
downloadmeta-ti-eaf9466cf2ce9e05bf00809cb7c6892d49c418a7.tar.gz
ti-codec-engine: update to version 3.24.00.08
* version update and install/stage the source tree w/o compiling examples Signed-off-by: Hongmei Gou <h-gou@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/codec-engine')
-rw-r--r--recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb29
1 files changed, 29 insertions, 0 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
new file mode 100644
index 00000000..06a7ce13
--- /dev/null
+++ b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
@@ -0,0 +1,29 @@
1DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
2HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce"
3SECTION = "devel"
4LICENSE = "BSD"
5
6require recipes-ti/includes/ti-paths.inc
7require recipes-ti/includes/ti-staging.inc
8
9PV = "3_24_00_08"
10PR = "r0"
11
12LIC_FILES_CHKSUM = "file://codec_engine_${PV}_Manifest.html;md5=de7d9c2594a6f3868e42a33b6a748ce7"
13
14SRC_URI[cetarball.md5sum] = "d66a8ccbd6cdfe9f735af9f4a07e2b9b"
15SRC_URI[cetarball.sha256sum] = "ed7b7399903bbf76af06ee6457836f344ad75b903618339bae82b3967f27ffa1"
16
17S = "${WORKDIR}/codec_engine_${PV}"
18
19SRC_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
21do_install() {
22
23 # Install/Stage the Source Tree
24 install -d ${D}${CE_INSTALL_DIR_RECIPE}
25 cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
26}
27
28ALLOW_EMPTY_${PN} = "1"
29FILES_${PN}-dev += "${CE_INSTALL_DIR_RECIPE}"