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
@@ -3,9 +3,9 @@ SECTION = "fonts"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
PV = "1.0"
PR = "r0"
PR = "r1"
inherit task
inherit task allarch
PACKAGES += "\
${PN}-core \