]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-ti-glsdk.git/blobdiff - recipes-ti/codec-engine/ti-codec-engine.inc
am335x-evm.conf: Add 'ubi' to IMAGE_FSTYPES, use '+=' in assignment
[glsdk/meta-ti-glsdk.git] / recipes-ti / codec-engine / ti-codec-engine.inc
index 18c8cf4047286365f93bc50e50fcb8e5afcdd560..15bd46420bfbac70f46854d800757887e0977d67 100644 (file)
@@ -3,8 +3,6 @@ HOMEPAGE = "http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/c
 SECTION = "devel"
 LICENSE = "BSD"
 
-LIC_FILES_CHKSUM = "file://codec_engine_2_26_02_11_manifest.html;md5=912535f1b02ecf329a3979bf313f91e0"
-
 # TODO :: Add Codec Engine Library Rebuild
 # TODO :: Add Examples APP_LOCAL build as well?
 # TODO :: Check DEPENDS - are the DSP side packages required for ARM-only products?
@@ -15,7 +13,6 @@ require recipes-ti/includes/ti-staging.inc
 PROVIDES += "ti-codec-engine-examples"
 
 PR = "${MACHINE_KERNEL_PR}"
-PR_append = "a"
 
 S = "${WORKDIR}/codec_engine_${PV}"
 
@@ -186,6 +183,8 @@ do_install() {
         cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
 }
 
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
 PACKAGES += "ti-codec-engine-examples"
 
 RDEPENDS_ti-codec-engine-examples                 = " ti-cmem-module"
@@ -195,6 +194,6 @@ RDEPENDS_ti-codec-engine-examples_append_omap3    = " ti-dsplink-module ti-lpm-m
 RDEPENDS_ti-codec-engine-examples_append_omapl137 = " ti-dsplink-module"
 RDEPENDS_ti-codec-engine-examples_append_omapl138 = " ti-dsplink-module"
 FILES_ti-codec-engine-examples = "${installdir}/ti-codec-engine-examples/*"
-INSANE_SKIP_ti-codec-engine-examples = True
+INSANE_SKIP_ti-codec-engine-examples = "1"
 
 FILES_${PN}-dbg += "${installdir}/ti-codec-engine-examples/*/.debug"