[oe-commits] Roman I Khimov : tzdata: set PACKAGE_ARCH to all

git version control git at git.openembedded.org
Sun Mar 28 17:27:17 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 81db570653f67d8134a32755fef53b8dc1111328
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=81db570653f67d8134a32755fef53b8dc1111328

Author: Roman I Khimov <khimov at altell.ru>
Date:   Fri Mar 26 13:53:42 2010 +0300

tzdata: set PACKAGE_ARCH to all

It's really just tz data with nothing arch-dependent.

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/tzdata/tzdata.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/tzdata/tzdata.inc b/recipes/tzdata/tzdata.inc
index cfc5d2f..6d8062e 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
 





More information about the Openembedded-commits mailing list