diff options
author | Ross Burton <ross.burton@intel.com> | 2012-08-29 14:24:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-30 17:32:16 -0700 |
commit | 23bf856215fa7c34a71d6086ee355f7c0672dbab (patch) | |
tree | 5176eb801b49193bb024a9e28a8de751dc803a5a /meta/recipes-extended/tzdata | |
parent | 4945eafb7dd0d9e59760fdfad98982937be27517 (diff) | |
download | openembedded-core-23bf856215fa7c34a71d6086ee355f7c0672dbab.tar.gz openembedded-core-23bf856215fa7c34a71d6086ee355f7c0672dbab.tar.bz2 openembedded-core-23bf856215fa7c34a71d6086ee355f7c0672dbab.zip |
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@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzdata')
-rw-r--r-- | 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 605bf2493a..31e1266280 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 \ |