mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user