recipes: use allarch.bbclass instead just PACKAGE_ARCH = all

* otherwise such recipes are rebuilt or reused from sstate after every
  MACHINE change, because of different checksums see [YOCTO #1075]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2011-05-19 08:32:24 +02:00
committed by Koen Kooi
parent c80829768e
commit ea8d7d2d14
21 changed files with 31 additions and 29 deletions
@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
PR = "r2"
PR = "r3"
# we are using a gpe-style Makefile
inherit gpe
@@ -29,7 +29,7 @@ do_install_append() {
sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common
}
PACKAGE_ARCH = "all"
inherit allarch
RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator"