mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
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>
This commit is contained in:
@@ -2,7 +2,9 @@ DESCRIPTION = "Extra udev rules"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
|
||||
|
||||
PR = "r2"
|
||||
inherit allarch
|
||||
|
||||
PR = "r3"
|
||||
|
||||
SRC_URI = " \
|
||||
file://automount.rules \
|
||||
@@ -31,5 +33,3 @@ do_install() {
|
||||
|
||||
FILES_${PN} = "${sysconfdir}/udev"
|
||||
RDEPENDS_${PN} = "udev"
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
|
||||
@@ -5,17 +5,14 @@ LIC_FILES_CHKSUM = "file://${WORKDIR}/GPL-2;md5=751419260aa954499f7abaabaa882bbe
|
||||
SECTION = "x11/applications"
|
||||
DEPENDS = "glib-2.0 gtk+ imagemagick-native librsvg-native"
|
||||
|
||||
#only icons present in the package
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
PV = "0.1.0+svnr${SRCPV}"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
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"
|
||||
|
||||
S = "${WORKDIR}/xpm"
|
||||
|
||||
inherit autotools
|
||||
inherit autotools allarch
|
||||
|
||||
FILES_${PN} = " /usr/share/navit/xpm/"
|
||||
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=fbc093901857fcd118f065f900982c24"
|
||||
|
||||
PACKAGE_ARCH = "all"
|
||||
PR = "r1"
|
||||
|
||||
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
|
||||
inherit autotools allarch
|
||||
|
||||
FILES_${PN} += "${datadir}/xml/"
|
||||
PACKAGE_ARCH = "all"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user