diff options
-rw-r--r-- | meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb | 13 |
1 files changed, 13 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 new file mode 100644 index 000000000..de1893dad --- /dev/null +++ b/meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | LICENSE = "LGPLv2.1" | ||
2 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | ||
3 | |||
4 | PACKAGE_ARCH = "all" | ||
5 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2" | ||
6 | SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" | ||
7 | SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" | ||
8 | |||
9 | inherit autotools | ||
10 | |||
11 | FILES_${PN} += "${datadir}/xml/" | ||
12 | PACKAGE_ARCH = "all" | ||
13 | |||