diff options
| -rw-r--r-- | meta/recipes-extended/cwautomacros/cwautomacros_20110201.bb | 3 |
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 | ||
| 15 | do_install() { | 15 | do_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 | ||
| 19 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
