From: Koen Kooi Date: Sat, 23 Jan 2010 18:58:35 +0000 (+0100) Subject: places: fix build, we sed out 'po', but the new gettext macros dislike that X-Git-Tag: Release-2010-05/1~753 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ec2b351017337ce745d71b2fab5d9c910c96cd0;p=openembedded.git places: fix build, we sed out 'po', but the new gettext macros dislike that --- diff --git a/recipes/e17/places_svn.bb b/recipes/e17/places_svn.bb index 7bcaf99e80..bcaf144ae7 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" +