1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-01 08:20:47 +00:00

meta-ti: Fix quotes to make new bitbake happy

Changes from the original patch:
* Matrix is no longer available, no fixes necessary
* Most of the recipes-ti/ was cleaned up by Koen's earlier patch

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Khem Raj
2012-02-28 11:39:16 -08:00
committed by Denys Dmytriyenko
parent caaffe1aad
commit c44b242d85
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -194,6 +194,6 @@ RDEPENDS_ti-codec-engine-examples_append_omap3 = " ti-dsplink-module ti-lpm-m
RDEPENDS_ti-codec-engine-examples_append_omapl137 = " ti-dsplink-module"
RDEPENDS_ti-codec-engine-examples_append_omapl138 = " ti-dsplink-module"
FILES_ti-codec-engine-examples = "${installdir}/ti-codec-engine-examples/*"
INSANE_SKIP_ti-codec-engine-examples = True
INSANE_SKIP_ti-codec-engine-examples = "1"
FILES_${PN}-dbg += "${installdir}/ti-codec-engine-examples/*/.debug"