gthumb: Oops, regex needs to be a prepend
authorTom Rini <tom_rini@mentor.com>
Fri, 25 Feb 2011 00:07:24 +0000 (17:07 -0700)
committerTom Rini <tom_rini@mentor.com>
Fri, 25 Feb 2011 14:31:21 +0000 (07:31 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/gthumb/gthumb_2.10.11.bb
recipes/gthumb/gthumb_2.6.9.bb

index 42dc02a..e6a7c1e 100644 (file)
@@ -14,9 +14,6 @@ FILES_${PN}-dbg += "${libdir}/gthumb/modules/.debug"
 
 do_configure_prepend() {
        sed -i "s|HACK_STAGING_DIR_HOST|${STAGING_DIR_HOST}|" ${S}/add-include-prefix
-}
-
-do_configure_append() {
        # replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl
        sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${S}/intltool*.in
 }
index b196342..2061fda 100644 (file)
@@ -8,7 +8,7 @@ inherit autotools pkgconfig
 
 FILES_${PN} += "${datadir}/gnome* ${datadir}/application-registry/*"
 
-do_configure_append() {
+do_configure_prepend() {
        # replace paths to STAGING_BINDIR_NATIVE/perl with ${bindir}/perl
        sed -i -e "1s:#!.*:#! /usr/bin/env perl:" ${S}/intltool*.in
 }