From: Tom Rini Date: Fri, 25 Feb 2011 00:07:24 +0000 (-0700) Subject: gthumb: Oops, regex needs to be a prepend X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af97fe4be64c49f8f35ed13e667cd1fe6d267c05;p=openembedded.git gthumb: Oops, regex needs to be a prepend Signed-off-by: Tom Rini --- diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb index 42dc02a32b..e6a7c1ebc0 100644 --- a/recipes/gthumb/gthumb_2.10.11.bb +++ b/recipes/gthumb/gthumb_2.10.11.bb @@ -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 } diff --git a/recipes/gthumb/gthumb_2.6.9.bb b/recipes/gthumb/gthumb_2.6.9.bb index b1963420c5..2061fda96d 100644 --- a/recipes/gthumb/gthumb_2.6.9.bb +++ b/recipes/gthumb/gthumb_2.6.9.bb @@ -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 }