[oe-commits] Martin Jansa : iso-codes: add missing dependency on gettext-native

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:24 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: fdbb92b1bbec7b342333d61824a4485c18d50662
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fdbb92b1bbec7b342333d61824a4485c18d50662

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Jul  5 02:37:30 2013 +0200

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 at gmail.com>

---

 meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb |    4 ++++
 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 9502923..ed89a12 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}
 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/"



More information about the Openembedded-commits mailing list