places: fix build, we sed out 'po', but the new gettext macros dislike that
authorKoen Kooi <koen@openembedded.org>
Sat, 23 Jan 2010 18:58:35 +0000 (19:58 +0100)
committerKoen Kooi <koen@openembedded.org>
Sun, 24 Jan 2010 09:11:31 +0000 (10:11 +0100)
recipes/e17/places_svn.bb

index 7bcaf99..bcaf144 100644 (file)
@@ -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"
+