mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 11:42:57 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
ea7341db40
commit
9d259fe1f5
29
recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
Normal file
29
recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb
Normal file
@@ -0,0 +1,29 @@
|
||||
DESCRIPTION = "Codec Engine for TI ARM/DSP processors"
|
||||
HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ce"
|
||||
SECTION = "devel"
|
||||
LICENSE = "BSD"
|
||||
|
||||
require recipes-ti/includes/ti-paths.inc
|
||||
require recipes-ti/includes/ti-staging.inc
|
||||
|
||||
PV = "3_24_00_08"
|
||||
PR = "r0"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://codec_engine_${PV}_Manifest.html;md5=de7d9c2594a6f3868e42a33b6a748ce7"
|
||||
|
||||
SRC_URI[cetarball.md5sum] = "d66a8ccbd6cdfe9f735af9f4a07e2b9b"
|
||||
SRC_URI[cetarball.sha256sum] = "ed7b7399903bbf76af06ee6457836f344ad75b903618339bae82b3967f27ffa1"
|
||||
|
||||
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() {
|
||||
|
||||
# Install/Stage the Source Tree
|
||||
install -d ${D}${CE_INSTALL_DIR_RECIPE}
|
||||
cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
|
||||
}
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
FILES_${PN}-dev += "${CE_INSTALL_DIR_RECIPE}"
|
||||
Reference in New Issue
Block a user