summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 02:37:30 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commitfdbb92b1bbec7b342333d61824a4485c18d50662 (patch)
tree4e155991b82666a4d349f7a3d59d1edd6d354aa8 /meta-oe
parentbdb4382b04c336df20c2e2fb969a92fcaab5c24d (diff)
downloadmeta-openembedded-fdbb92b1bbec7b342333d61824a4485c18d50662.tar.gz
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb b/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb
index 950292302..ed89a12e4 100644
--- a/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb
+++ b/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb
@@ -8,6 +8,10 @@ SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}
8SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" 8SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae"
9SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" 9SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97"
10 10
11# inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which
12# are inhibited by allarch
13DEPENDS = "gettext-native"
14
11inherit autotools allarch 15inherit autotools allarch
12 16
13FILES_${PN} += "${datadir}/xml/" 17FILES_${PN} += "${datadir}/xml/"