summaryrefslogtreecommitdiffstats
path: root/recipes-ti/gstreamer-ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-02-28 16:57:35 +0100
committerDenys Dmytriyenko <denys@ti.com>2012-02-28 17:54:30 -0500
commitcaaffe1aaddb333f9457b57f4d33838e8bec2afc (patch)
treecca9658a2983e1c02cbd0796f3202b49522f8091 /recipes-ti/gstreamer-ti
parent266d76ba87d9ddf4db96d481bdd42cdd4e01362b (diff)
downloadmeta-ti-caaffe1aaddb333f9457b57f4d33838e8bec2afc.tar.gz
various recipes: fix quoting to work with bitbake master
Changes from the original patch: * Matrix is no longer available, not fixes necessary * INSANE_SKIP is set to "1", like in oe-core - may need to list individual QA tests Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/gstreamer-ti')
-rw-r--r--recipes-ti/gstreamer-ti/gstreamer-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
index 6a483c3b..401ee263 100644
--- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc
+++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
@@ -41,7 +41,7 @@ PLATFORM_dm365 = "dm365"
41PLATFORM_omapl137 = "omapl137" 41PLATFORM_omapl137 = "omapl137"
42PLATFORM_omapl138 = "omapl138" 42PLATFORM_omapl138 = "omapl138"
43PLATFORM ?= "UNDEFINED_PLATFORM" 43PLATFORM ?= "UNDEFINED_PLATFORM"
44GST_TI_PLATFORM = ${PLATFORM} 44GST_TI_PLATFORM = "${PLATFORM}"
45 45
46XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" 46XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446"
47XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467" 47XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467"