diff options
| -rw-r--r-- | 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 950292302e..ed89a12e48 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} | |||
| 8 | SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" | 8 | SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" |
| 9 | SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" | 9 | SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" |
| 10 | 10 | ||
| 11 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which | ||
| 12 | # are inhibited by allarch | ||
| 13 | DEPENDS = "gettext-native" | ||
| 14 | |||
| 11 | inherit autotools allarch | 15 | inherit autotools allarch |
| 12 | 16 | ||
| 13 | FILES_${PN} += "${datadir}/xml/" | 17 | FILES_${PN} += "${datadir}/xml/" |
