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-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 ++--- 20 files changed, 29 insertions(+), 27 deletions(-) (limited to 'meta-oe') 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