[oe-commits] Ross Burton : tzdata: this package isn't architecture specific

git at git.openembedded.org git at git.openembedded.org
Fri Aug 31 00:38:48 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 23bf856215fa7c34a71d6086ee355f7c0672dbab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=23bf856215fa7c34a71d6086ee355f7c0672dbab

Author: Ross Burton <ross.burton at intel.com>
Date:   Wed Aug 29 14:24:13 2012 +0000

tzdata: this package isn't architecture specific

The data files are compiled to a binary but architecture-independent format, so
this package can be allarch.

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/tzdata/tzdata_2012d.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/tzdata/tzdata_2012d.bb b/meta/recipes-extended/tzdata/tzdata_2012d.bb
index 605bf24..31e1266 100644
--- a/meta/recipes-extended/tzdata/tzdata_2012d.bb
+++ b/meta/recipes-extended/tzdata/tzdata_2012d.bb
@@ -5,7 +5,9 @@ LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a4a29b08234"
 DEPENDS = "tzcode-native"
 
-PR = "r0"
+PR = "r1"
+
+inherit allarch
 
 RCONFLICTS_${PN} = "timezones timezone-africa timezone-america timezone-antarctica \
              timezone-arctic timezone-asia timezone-atlantic \





More information about the Openembedded-commits mailing list