mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-19 10:36:54 +00:00
places: fix build
e-module: inherit gettext Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
c0629a1e69
commit
a588dae134
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user