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-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 0d59ab7dae..63ab354525 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" | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | PR = "r2" | 5 | PR = "r3" |
| 6 | 6 | ||
| 7 | # we are using a gpe-style Makefile | 7 | # we are using a gpe-style Makefile |
| 8 | inherit gpe | 8 | inherit gpe |
| @@ -29,7 +29,7 @@ do_install_append() { | |||
| 29 | sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common | 29 | sed -i 's:^BINDIR=.*$:BINDIR=${bindir}:' ${D}/etc/X11/xserver-common |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | PACKAGE_ARCH = "all" | 32 | inherit allarch |
| 33 | 33 | ||
| 34 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" | 34 | RDEPENDS_${PN} = "xmodmap xrandr xdpyinfo fbset xinput-calibrator" |
| 35 | 35 | ||
