summaryrefslogtreecommitdiffstats
path: root/recipes-ti/codec-engine
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-10 08:38:18 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 09:46:08 +0200
commit18698b86c76b2adafc2ef7061b331e3423dcbe6c (patch)
tree9ccc797acf8359689b23a8011f996da721c68cb4 /recipes-ti/codec-engine
parent9e85b31e35bb6dadc7c6997c7e0c8fb23b38249b (diff)
downloadmeta-ti-18698b86c76b2adafc2ef7061b331e3423dcbe6c.tar.gz
TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where needed
With machine specific staging in OE-core the tools (xdc, dmai, etc) can drop the PACKAGE_ARCH munging. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/codec-engine')
-rw-r--r--recipes-ti/codec-engine/ti-codec-engine.inc2
-rw-r--r--recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb1
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/codec-engine/ti-codec-engine.inc b/recipes-ti/codec-engine/ti-codec-engine.inc
index 18c8cf40..fde181e7 100644
--- a/recipes-ti/codec-engine/ti-codec-engine.inc
+++ b/recipes-ti/codec-engine/ti-codec-engine.inc
@@ -186,6 +186,8 @@ do_install() {
186 cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE} 186 cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
187} 187}
188 188
189PACKAGE_ARCH = "${MACHINE_ARCH}"
190
189PACKAGES += "ti-codec-engine-examples" 191PACKAGES += "ti-codec-engine-examples"
190 192
191RDEPENDS_ti-codec-engine-examples = " ti-cmem-module" 193RDEPENDS_ti-codec-engine-examples = " ti-cmem-module"
diff --git a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb
index 0bacf91d..ae218b10 100644
--- a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb
+++ b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb
@@ -200,6 +200,7 @@ do_install() {
200 cp -pPrf ${CODEC_SUITE_NAME}/* ${D}${CODEC_INSTALL_DIR_RECIPE} 200 cp -pPrf ${CODEC_SUITE_NAME}/* ${D}${CODEC_INSTALL_DIR_RECIPE}
201} 201}
202 202
203PACKAGE_ARCH = "${MACHINE_ARCH}"
203 204
204PACKAGES += "ti-codecs-omap3530-server" 205PACKAGES += "ti-codecs-omap3530-server"
205FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*" 206FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*"