summaryrefslogtreecommitdiffstats
path: root/recipes-ti/gstreamer-ti/gstreamer-ti.inc
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/gstreamer-ti/gstreamer-ti.inc
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/gstreamer-ti/gstreamer-ti.inc')
-rw-r--r--recipes-ti/gstreamer-ti/gstreamer-ti.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
index ded16ce8..422d8c7e 100644
--- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc
+++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
@@ -143,6 +143,8 @@ pkg_postinst_${PN} () {
143 fi 143 fi
144} 144}
145 145
146PACKAGE_ARCH = "${MACHINE_ARCH}"
147
146INITSCRIPT_NAME = "gstti-init" 148INITSCRIPT_NAME = "gstti-init"
147INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ." 149INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."
148 150