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 | |
| 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')
| -rw-r--r-- | meta-oe/recipes-core/udev/udev-extra-rules.bb | 6 | ||||
| -rw-r--r-- | meta-oe/recipes-navigation/navit/navit-icons_svn.bb | 7 | ||||
| -rw-r--r-- | meta-oe/recipes-support/iso-codes/iso-codes_1.4.bb | 7 |
3 files changed, 8 insertions, 12 deletions
diff --git a/meta-oe/recipes-core/udev/udev-extra-rules.bb b/meta-oe/recipes-core/udev/udev-extra-rules.bb index dfd40807f9..ec3f017a0b 100644 --- a/meta-oe/recipes-core/udev/udev-extra-rules.bb +++ b/meta-oe/recipes-core/udev/udev-extra-rules.bb | |||
| @@ -2,7 +2,9 @@ DESCRIPTION = "Extra udev rules" | |||
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" |
| 4 | 4 | ||
| 5 | PR = "r2" | 5 | inherit allarch |
| 6 | |||
| 7 | PR = "r3" | ||
| 6 | 8 | ||
| 7 | SRC_URI = " \ | 9 | SRC_URI = " \ |
| 8 | file://automount.rules \ | 10 | file://automount.rules \ |
| @@ -31,5 +33,3 @@ do_install() { | |||
| 31 | 33 | ||
| 32 | FILES_${PN} = "${sysconfdir}/udev" | 34 | FILES_${PN} = "${sysconfdir}/udev" |
| 33 | RDEPENDS_${PN} = "udev" | 35 | RDEPENDS_${PN} = "udev" |
| 34 | PACKAGE_ARCH = "all" | ||
| 35 | |||
diff --git a/meta-oe/recipes-navigation/navit/navit-icons_svn.bb b/meta-oe/recipes-navigation/navit/navit-icons_svn.bb index 116ff43970..8688d0c1ea 100644 --- a/meta-oe/recipes-navigation/navit/navit-icons_svn.bb +++ b/meta-oe/recipes-navigation/navit/navit-icons_svn.bb | |||
| @@ -5,17 +5,14 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/GPL-2;md5=751419260aa954499f7abaabaa882bbe | |||
| 5 | SECTION = "x11/applications" | 5 | SECTION = "x11/applications" |
| 6 | DEPENDS = "glib-2.0 gtk+ imagemagick-native librsvg-native" | 6 | DEPENDS = "glib-2.0 gtk+ imagemagick-native librsvg-native" |
| 7 | 7 | ||
| 8 | #only icons present in the package | ||
| 9 | PACKAGE_ARCH = "all" | ||
| 10 | |||
| 11 | PV = "0.1.0+svnr${SRCPV}" | 8 | PV = "0.1.0+svnr${SRCPV}" |
| 12 | PR = "r2" | 9 | PR = "r3" |
| 13 | 10 | ||
| 14 | EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher" | 11 | EXTRA_OECONF = "--disable-binding-python --disable-gui-sdl --disable-samplemap --enable-avoid-float --enable-avoid-unaligned --enable-svg2png-scaling-flag=32 --disable-speech-speech-dispatcher" |
| 15 | 12 | ||
| 16 | S = "${WORKDIR}/xpm" | 13 | S = "${WORKDIR}/xpm" |
| 17 | 14 | ||
| 18 | inherit autotools | 15 | inherit autotools allarch |
| 19 | 16 | ||
| 20 | FILES_${PN} = " /usr/share/navit/xpm/" | 17 | FILES_${PN} = " /usr/share/navit/xpm/" |
| 21 | 18 | ||
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 | |||
