aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/udev
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-09-22 16:00:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-12 10:24:45 +0200
commitef12dfc5055a7937c6a9dbcb605bba9627dc495a (patch)
tree64a7492fa16172c6259cb8b227351ae9de25ff3a /meta-oe/recipes-core/udev
parent65e12fa49aedc9372ce436dcb299296c09eb2a90 (diff)
downloadmeta-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-core/udev')
-rw-r--r--meta-oe/recipes-core/udev/udev-extra-rules.bb6
1 files changed, 3 insertions, 3 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"
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"
-