diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-08 17:46:03 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-08 17:46:03 +0200 |
commit | d44e510f2b844fe42a306b502964b867bb9be6e8 (patch) | |
tree | e1763b19e4d8464f01b9d0ea1d2dbd29b1259165 /meta-oe/recipes-support/iso-codes | |
parent | 4f6331ad3bf2f5a6627d6de4a597ee38d08bfb3a (diff) | |
download | meta-openembedded-d44e510f2b844fe42a306b502964b867bb9be6e8.tar.gz |
iso-codes 1.4: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-support/iso-codes')
-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 | |||