aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-07-25 21:31:05 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-07-25 21:31:05 +0200
commita588dae13446dcef43ca38ddf47b487f4cb58e97 (patch)
tree7e99bb5f0f2c8bbb63f5100e73347a4bb06f0b7e /meta-efl
parentc0629a1e6929b970009e2085f2570b6de666b923 (diff)
downloadmeta-openembedded-contrib-a588dae13446dcef43ca38ddf47b487f4cb58e97.tar.gz
places: fix build
e-module: inherit gettext Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-module.inc2
-rw-r--r--meta-efl/recipes-efl/e17/places_svn.bb5
2 files changed, 1 insertions, 6 deletions
diff --git a/meta-efl/recipes-efl/e17/e-module.inc b/meta-efl/recipes-efl/e17/e-module.inc
index 3834a2e967..97081aa17e 100644
--- a/meta-efl/recipes-efl/e17/e-module.inc
+++ b/meta-efl/recipes-efl/e17/e-module.inc
@@ -7,7 +7,7 @@ INC_PR = "r5"
SRCNAME = "E-MODULES-EXTRA/${PN}"
-inherit e
+inherit e gettext
SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep"
S = "${WORKDIR}/${SRCNAME}"
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb
index f447745791..0abe13823a 100644
--- a/meta-efl/recipes-efl/e17/places_svn.bb
+++ b/meta-efl/recipes-efl/e17/places_svn.bb
@@ -6,10 +6,5 @@ PR = "${INC_PR}.0"
require e-module.inc
-do_configure_prepend() {
- sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac
- sed -i -e s:\ po::g Makefile.am
-}
-
# Calls /usr/bin/eject for media
RRECOMMENDS_${PN} += "eject"