diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-28 16:57:35 +0100 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-28 17:54:30 -0500 |
commit | caaffe1aaddb333f9457b57f4d33838e8bec2afc (patch) | |
tree | cca9658a2983e1c02cbd0796f3202b49522f8091 /recipes-ti/dmai/ti-dmai.inc | |
parent | 266d76ba87d9ddf4db96d481bdd42cdd4e01362b (diff) | |
download | meta-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/dmai/ti-dmai.inc')
-rw-r--r-- | recipes-ti/dmai/ti-dmai.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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}" | |||
145 | 145 | ||
146 | PACKAGES += "ti-dmai-apps" | 146 | PACKAGES += "ti-dmai-apps" |
147 | FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" | 147 | FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" |
148 | INSANE_SKIP_ti-dmai-apps = True | 148 | INSANE_SKIP_ti-dmai-apps = "1" |
149 | 149 | ||
150 | RDEPENDS_ti-dmai-apps_dm6446 += "ti-codecs-dm6446-server ti-cmem-module ti-dsplink-module" | 150 | RDEPENDS_ti-dmai-apps_dm6446 += "ti-codecs-dm6446-server ti-cmem-module ti-dsplink-module" |
151 | RDEPENDS_ti-dmai-apps_dm6467 += "ti-codecs-dm6467 ti-cmem-module ti-dsplink-module" | 151 | RDEPENDS_ti-dmai-apps_dm6467 += "ti-codecs-dm6467 ti-cmem-module ti-dsplink-module" |