[oe-commits] Koen Kooi : places: fix build, we sed out 'po', but the new gettext macros dislike that

git version control git at git.openembedded.org
Sun Jan 24 11:14:19 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2ec2b351017337ce745d71b2fab5d9c910c96cd0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2ec2b351017337ce745d71b2fab5d9c910c96cd0

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Jan 23 19:58:35 2010 +0100

places: fix build, we sed out 'po', but the new gettext macros dislike that

---

 recipes/e17/places_svn.bb |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/recipes/e17/places_svn.bb b/recipes/e17/places_svn.bb
index 7bcaf99..bcaf144 100644
--- a/recipes/e17/places_svn.bb
+++ b/recipes/e17/places_svn.bb
@@ -1,19 +1,20 @@
 LICENSE = "GPLv3 LGPLv3"
 PV = "0.1.0+svnr${SRCPV}"
 
-PR = "r3"
+PR = "r4"
 
 require e-module.inc
 
 SRC_URI += "file://fix-api.diff;patch=1;maxrev=39830;pnum=3"
 
-# Calls /usr/bin/eject for media
-RRECOMMENDS_${PN} += "eject"
-
 do_configure_prepend() {
-	sed -i -e /po/d configure.ac 
-	sed -i -e s:\ po::g Makefile.am
+       sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac 
+       sed -i -e s:\ po::g Makefile.am
+       touch ${S}/config.rpath
 }
 
+# Calls /usr/bin/eject for media
+RRECOMMENDS_${PN} += "eject"
+
 
 





More information about the Openembedded-commits mailing list