From 81db570653f67d8134a32755fef53b8dc1111328 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Fri, 26 Mar 2010 13:53:42 +0300 Subject: tzdata: set PACKAGE_ARCH to all It's really just tz data with nothing arch-dependent. Signed-off-by: Roman I Khimov --- recipes/tzdata/tzdata.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/tzdata/tzdata.inc') diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc index cfc5d2f8e8..6d8062eb3c 100644 --- a/recipes/tzdata/tzdata.inc +++ b/recipes/tzdata/tzdata.inc @@ -3,7 +3,7 @@ SECTION = "base" PRIORITY = "optional" DEPENDS = "tzcode-native" -INC_PR = "r5" +INC_PR = "r6" DEFAULT_TIMEZONE ?= "Europe/London" @@ -50,6 +50,7 @@ do_install () { cp -pPR ${WORKDIR}/build${datadir}/zoneinfo/${DEFAULT_TIMEZONE} ${D}${sysconfdir}/localtime } +PACKAGE_ARCH = "all" # Packages primarily organized by directory with a major city # in most time zones in the base package -- cgit 1.2.3-korg