From caaffe1aaddb333f9457b57f4d33838e8bec2afc Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 28 Feb 2012 16:57:35 +0100 Subject: 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 Signed-off-by: Denys Dmytriyenko --- recipes-ti/gstreamer-ti/gstreamer-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-ti/gstreamer-ti') 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" PLATFORM_omapl137 = "omapl137" PLATFORM_omapl138 = "omapl138" PLATFORM ?= "UNDEFINED_PLATFORM" -GST_TI_PLATFORM = ${PLATFORM} +GST_TI_PLATFORM = "${PLATFORM}" XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467" -- cgit v1.2.3-54-g00ecf