mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
iso-codes: add missing dependency on gettext-native
* msgfmt is called in do_install and both MSGFMT variables
are empty without gettext-native detected in configure
%.mo: %.po
$(MSGFMT) $(MSGFMT_FLAGS) -o $@ $<
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
bdb4382b04
commit
fdbb92b1bb
|
|
@ -8,6 +8,10 @@ SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}
|
|||
SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae"
|
||||
SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97"
|
||||
|
||||
# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
|
||||
# are inhibited by allarch
|
||||
DEPENDS = "gettext-native"
|
||||
|
||||
inherit autotools allarch
|
||||
|
||||
FILES_${PN} += "${datadir}/xml/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user