[oe-commits] Tom Rini : gthumb: Oops, regex needs to be a prepend

git version control git at git.openembedded.org
Fri Feb 25 21:02:07 UTC 2011


Module: openembedded.git
Branch: testing-release-2011.03
Commit: af97fe4be64c49f8f35ed13e667cd1fe6d267c05
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af97fe4be64c49f8f35ed13e667cd1fe6d267c05

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Feb 24 17:07:24 2011 -0700

gthumb: Oops, regex needs to be a prepend

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/gthumb/gthumb_2.10.11.bb |    3 ---
 recipes/gthumb/gthumb_2.6.9.bb   |    2 +-
 2 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/recipes/gthumb/gthumb_2.10.11.bb b/recipes/gthumb/gthumb_2.10.11.bb
index 42dc02a..e6a7c1e 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 b196342..2061fda 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
 }





More information about the Openembedded-commits mailing list