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 | ast2050-yocto-openembedded-a588dae13446dcef43ca38ddf47b487f4cb58e97.zip ast2050-yocto-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 3834a2e..97081aa 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 f447745..0abe138 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" |