From 18698b86c76b2adafc2ef7061b331e3423dcbe6c Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 10 Aug 2011 08:38:18 +0200 Subject: 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 --- recipes-ti/gstreamer-ti/gstreamer-ti.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'recipes-ti/gstreamer-ti/gstreamer-ti.inc') 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} () { fi } +PACKAGE_ARCH = "${MACHINE_ARCH}" + INITSCRIPT_NAME = "gstti-init" INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ." -- cgit v1.2.3-54-g00ecf