summaryrefslogtreecommitdiffstats
path: root/recipes-ti/dmai
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/dmai
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/dmai')
-rw-r--r--recipes-ti/dmai/ti-dmai.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc
index a84f303a..8b536fc8 100644
--- a/recipes-ti/dmai/ti-dmai.inc
+++ b/recipes-ti/dmai/ti-dmai.inc
@@ -141,6 +141,8 @@ do_install () {
141 cp -pPrf ${S}/* ${D}${DMAI_INSTALL_DIR_RECIPE} 141 cp -pPrf ${S}/* ${D}${DMAI_INSTALL_DIR_RECIPE}
142} 142}
143 143
144PACKAGE_ARCH = "${MACHINE_ARCH}"
145
144PACKAGES += "ti-dmai-apps" 146PACKAGES += "ti-dmai-apps"
145FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" 147FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*"
146INSANE_SKIP_ti-dmai-apps = True 148INSANE_SKIP_ti-dmai-apps = True