1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-08 12:30:16 +00:00

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>
This commit is contained in:
Koen Kooi
2011-08-10 08:38:18 +02:00
parent 9e85b31e35
commit 18698b86c7
6 changed files with 8 additions and 2 deletions
@@ -186,6 +186,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"
@@ -200,6 +200,7 @@ do_install() {
cp -pPrf ${CODEC_SUITE_NAME}/* ${D}${CODEC_INSTALL_DIR_RECIPE}
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES += "ti-codecs-omap3530-server"
FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*"