mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
0caaa82c3d
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
14 lines
482 B
BlitzBasic
14 lines
482 B
BlitzBasic
SUMMARY = "ISO language, territory, currency, script codes and their translations"
|
|
LICENSE = "LGPLv2.1"
|
|
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
|
|
|
|
PR = "r2"
|
|
|
|
SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2"
|
|
SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae"
|
|
SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97"
|
|
|
|
inherit autotools allarch
|
|
|
|
FILES_${PN} += "${datadir}/xml/"
|