mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
places: fix build
e-module: inherit gettext Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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}"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user