From ea8d7d2d14e862c5e911fedcc640e2c2d70ac2f0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 May 2011 08:32:24 +0200 Subject: 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 --- meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb | 4 ++-- meta-oe/recipes-extended/tzdata/tzdata.inc | 4 ++-- .../recipes-graphics/font-update-common/font-update-common_0.1.bb | 4 +++- meta-oe/recipes-graphics/tasks/task-fonts-truetype.bb | 4 ++-- meta-oe/recipes-graphics/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-dejavu_2.23.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-gentium_1.02.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-hunkyfonts_0.3.0.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-liberation_0.2.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-mplus_027.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-sazanami_20040629.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-ubuntu-font-family_0.69.bb | 2 +- meta-oe/recipes-graphics/ttf-fonts/ttf-wqy-zenhei_0.6.26.bb | 1 + meta-oe/recipes-graphics/ttf-fonts/ttf.inc | 2 +- meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb | 4 ++-- meta-oe/recipes-graphics/xserver-nodm-init/xserver-nodm-init_2.0.bb | 4 ++-- .../recipes-support/ca-certificates/ca-certificates_20090814+nmu2.bb | 2 +- meta-oe/recipes-support/fbset/fbset-modes.bb | 4 ++-- meta-oe/recipes-support/mime-support/mime-support_3.44.bb | 4 ++-- meta-oe/recipes-support/poppler/poppler-data_0.4.0.bb | 5 ++--- 21 files changed, 31 insertions(+), 29 deletions(-) diff --git a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb index e3b182dea6..36e85058d3 100644 --- a/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb +++ b/meta-efl/recipes-efl/e17/illume-keyboards-shr_git.bb @@ -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" diff --git a/meta-oe/recipes-extended/tzdata/tzdata.inc b/meta-oe/recipes-extended/tzdata/tzdata.inc index 732ebb376f..6739b59bbd 100644 --- a/meta-oe/recipes-extended/tzdata/tzdata.inc +++ b/meta-oe/recipes-extended/tzdata/tzdata.inc @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" DEPENDS = "tzcode-native" -INC_PR = "r9" +INC_PR = "r10" DEFAULT_TIMEZONE ?= "Europe/London" @@ -48,7 +48,7 @@ do_install () { cp -pPR ${S}/build${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime } -PACKAGE_ARCH = "all" +inherit allarch # Packages primarily organized by directory with a major city # in most time zones in the base package diff --git a/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb b/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb index d82aec5e6f..1e18cad96c 100644 --- a/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb +++ b/meta-oe/recipes-graphics/font-update-common/font-update-common_0.1.bb @@ -2,6 +2,8 @@ DESCRIPTION = "Scripts to be called when fonts are installed or removed \ to make them known to the WM, whether X11 or Opie" AUTHOR = "Rolf Leggewie