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/dmai/ti-dmai.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-ti/dmai/ti-dmai.inc') diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc index b22495a4..23481b7f 100644 --- a/recipes-ti/dmai/ti-dmai.inc +++ b/recipes-ti/dmai/ti-dmai.inc @@ -145,7 +145,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" PACKAGES += "ti-dmai-apps" FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" -INSANE_SKIP_ti-dmai-apps = True +INSANE_SKIP_ti-dmai-apps = "1" RDEPENDS_ti-dmai-apps_dm6446 += "ti-codecs-dm6446-server ti-cmem-module ti-dsplink-module" RDEPENDS_ti-dmai-apps_dm6467 += "ti-codecs-dm6467 ti-cmem-module ti-dsplink-module" -- cgit v1.2.3-54-g00ecf