| Submitter | Ross Burton |
|---|---|
| Date | Aug. 29, 2012, 2:24 p.m. |
| Message ID | <d45bc352092507d11c740fb85c37d1102fa7203d.1346250187.git.ross.burton@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/35491/ |
| State | Accepted |
| Commit | 23bf856215fa7c34a71d6086ee355f7c0672dbab |
| Headers | show |
Comments
Patch
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 \
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> --- meta/recipes-extended/tzdata/tzdata_2012d.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)