summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
index 43ea3ce382..65a99fc28d 100644
--- a/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
+++ b/meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb
@@ -14,6 +14,9 @@ do_configure() {
14 14
15do_install() { 15do_install() {
16 oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install 16 oe_runmake CWAUTOMACROSPREFIX=${D}${prefix} install
17
18 # cleanup buildpaths in autogen.sh
19 sed -i -e 's,${D},,g' ${D}${prefix}/share/cwautomacros/scripts/autogen.sh
17} 20}
18 21
19BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"