diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-25 21:31:05 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-25 21:31:05 +0200 |
commit | a588dae13446dcef43ca38ddf47b487f4cb58e97 (patch) | |
tree | 7e99bb5f0f2c8bbb63f5100e73347a4bb06f0b7e /meta-efl | |
parent | c0629a1e6929b970009e2085f2570b6de666b923 (diff) | |
download | meta-openembedded-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.inc | 2 | ||||
-rw-r--r-- | meta-efl/recipes-efl/e17/places_svn.bb | 5 |
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 3834a2e96..97081aa17 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" | |||
7 | 7 | ||
8 | SRCNAME = "E-MODULES-EXTRA/${PN}" | 8 | SRCNAME = "E-MODULES-EXTRA/${PN}" |
9 | 9 | ||
10 | inherit e | 10 | inherit e gettext |
11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" | 11 | SRC_URI = "${E_SVN}/trunk;module=${SRCNAME};proto=http;scmdata=keep" |
12 | S = "${WORKDIR}/${SRCNAME}" | 12 | S = "${WORKDIR}/${SRCNAME}" |
13 | 13 | ||
diff --git a/meta-efl/recipes-efl/e17/places_svn.bb b/meta-efl/recipes-efl/e17/places_svn.bb index f44774579..0abe13823 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" | |||
6 | 6 | ||
7 | require e-module.inc | 7 | require e-module.inc |
8 | 8 | ||
9 | do_configure_prepend() { | ||
10 | sed -i -e /po/d -e /AM_GNU_GETTEXT/d configure.ac | ||
11 | sed -i -e s:\ po::g Makefile.am | ||
12 | } | ||
13 | |||
14 | # Calls /usr/bin/eject for media | 9 | # Calls /usr/bin/eject for media |
15 | RRECOMMENDS_${PN} += "eject" | 10 | RRECOMMENDS_${PN} += "eject" |