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/c6accel | |
| 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/c6accel')
| -rw-r--r-- | recipes-ti/c6accel/ti-c6accel.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/c6accel/ti-c6accel.inc b/recipes-ti/c6accel/ti-c6accel.inc index 138072cc..638c9be3 100644 --- a/recipes-ti/c6accel/ti-c6accel.inc +++ b/recipes-ti/c6accel/ti-c6accel.inc | |||
| @@ -84,6 +84,6 @@ do_install() { | |||
| 84 | 84 | ||
| 85 | PACKAGES += "ti-c6accel-apps" | 85 | PACKAGES += "ti-c6accel-apps" |
| 86 | FILES_ti-c6accel-apps = "${installdir}/c6accel-apps/*" | 86 | FILES_ti-c6accel-apps = "${installdir}/c6accel-apps/*" |
| 87 | INSANE_SKIP_ti-c6accel-apps = True | 87 | INSANE_SKIP_ti-c6accel-apps = "1" |
| 88 | RDEPENDS_ti-c6accel-apps += "ti-cmem-module ti-dsplink-module" | 88 | RDEPENDS_ti-c6accel-apps += "ti-cmem-module ti-dsplink-module" |
| 89 | 89 | ||
