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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-oe/recipes-extended/tzdata/tzdata.inc') 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 -- cgit v1.2.3-54-g00ecf