diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-19 08:32:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-02 10:04:54 +0200 |
commit | ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 (patch) | |
tree | b22fa6643ad35325552eb51af64a733a82bdb121 /meta-oe/recipes-graphics/xserver-common | |
parent | c80829768eb19fc751aefb5720016738af8e14f0 (diff) | |
download | meta-openembedded-contrib-ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-graphics/xserver-common')
-rw-r--r-- | meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index 0d59ab7daec..63ab3545257 100644 --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb @@ -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" |