aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17/places_svn.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/e17/places_svn.bb')
-rw-r--r--recipes/e17/places_svn.bb13
1 files changed, 7 insertions, 6 deletions
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"
+