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/local-power-manager/ti-local-power-manager.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-ti/local-power-manager') diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc index 46ea86b7..9155c761 100644 --- a/recipes-ti/local-power-manager/ti-local-power-manager.inc +++ b/recipes-ti/local-power-manager/ti-local-power-manager.inc @@ -130,4 +130,4 @@ pkg_postrm_ti-lpm-module_append () { PACKAGES += "ti-lpm-utils" RDEPENDS_ti-lpm-utils += "ti-lpm-module" FILES_ti-lpm-utils = "${installdir}/ti-lpm-utils/*" -INSANE_SKIP_ti-lpm-utils = True +INSANE_SKIP_ti-lpm-utils = "1" -- cgit v1.2.3-54-g00ecf