diff options
Diffstat (limited to 'meta/recipes-support/iso-codes/iso-codes_3.3.bb')
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_3.3.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_3.3.bb b/meta/recipes-support/iso-codes/iso-codes_3.3.bb deleted file mode 100644 index 23d025f4d2..0000000000 --- a/meta/recipes-support/iso-codes/iso-codes_3.3.bb +++ /dev/null | |||
@@ -1,14 +0,0 @@ | |||
1 | SECTION = "libs" | ||
2 | DESCRIPTION = "ISO language, territory, currency, script codes and their translations" | ||
3 | PRIORITY = "optional" | ||
4 | LICENSE = "LGPL" | ||
5 | SECTION = "libs" | ||
6 | PACKAGE_ARCH = "all" | ||
7 | |||
8 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz" | ||
9 | |||
10 | inherit autotools | ||
11 | |||
12 | FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc" | ||
13 | FILES_${PN}="${datadir}/xml/iso-codes/ \ | ||
14 | ${datadir}/iso-codes/" | ||