places: fix build

e-module: inherit gettext

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-07-25 21:31:05 +02:00
parent c0629a1e69
commit a588dae134
2 changed files with 1 additions and 6 deletions
+1 -1
View File
@@ -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}"
-5
View File
@@ -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"