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
@@ -8,7 +8,7 @@ S = "${WORKDIR}/git"
SRCREV = "4064489f359a1addf572089b582f317dff5f50e1"
PV = "0.0+gitr${SRCPV}"
PE = "1"
PR = "r4"
PR = "r5"
LICENSE = "MIT BSD"
LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
@@ -30,7 +30,7 @@ illume-keyboard-russian-terminal \
illume-keyboard-persian \
"
PACKAGE_ARCH = "all"
inherit allarch
KEYBOARDS_DIR="${libdir}/enlightenment/modules/illume-keyboard/keyboards"
AUTHOR_illume-keyboard-alpha = "Jesus McCloud"