aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gthumb
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-24 17:07:24 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-25 07:31:21 -0700
commitaf97fe4be64c49f8f35ed13e667cd1fe6d267c05 (patch)
tree98e5cfd6d54481e9a2afdedc391b8b23bf7223a3 /recipes/gthumb
parent30576c2802166a4fd520eb62f75862d900e1ac73 (diff)
downloadopenembedded-af97fe4be64c49f8f35ed13e667cd1fe6d267c05.tar.gz
gthumb: Oops, regex needs to be a prepend
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/gthumb')
-rw-r--r--recipes/gthumb/gthumb_2.10.11.bb3
-rw-r--r--recipes/gthumb/gthumb_2.6.9.bb2
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 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
}