diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-22 16:00:41 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-12 10:24:45 +0200 |
| commit | ef12dfc5055a7937c6a9dbcb605bba9627dc495a (patch) | |
| tree | 64a7492fa16172c6259cb8b227351ae9de25ff3a /meta-oe/recipes-support/iso-codes | |
| parent | 65e12fa49aedc9372ce436dcb299296c09eb2a90 (diff) | |
| download | meta-openembedded-ef12dfc5055a7937c6a9dbcb605bba9627dc495a.tar.gz | |
recipes: use allarch instead of PACKAGE_ARCH = all
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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 | 7 |
1 files changed, 3 insertions, 4 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 de1893dadb..c9b9113ec1 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 | |||
| @@ -1,13 +1,12 @@ | |||
| 1 | LICENSE = "LGPLv2.1" | 1 | LICENSE = "LGPLv2.1" |
| 2 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" | 2 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24" |
| 3 | 3 | ||
| 4 | PACKAGE_ARCH = "all" | 4 | PR = "r1" |
| 5 | |||
| 5 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2" | 6 | SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2" |
| 6 | SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" | 7 | SRC_URI[md5sum] = "4073466e57df23d39721513219e4f7ae" |
| 7 | SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" | 8 | SRC_URI[sha256sum] = "0a7cf177c25b3f0d77c60a5f1149aab9e03ba70f69bac70138a867efe19a1d97" |
| 8 | 9 | ||
| 9 | inherit autotools | 10 | inherit autotools allarch |
| 10 | 11 | ||
| 11 | FILES_${PN} += "${datadir}/xml/" | 12 | FILES_${PN} += "${datadir}/xml/" |
| 12 | PACKAGE_ARCH = "all" | ||
| 13 | |||
