diff options
-rw-r--r-- | meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb (renamed from meta-oe/recipes-extended/tzcode/tzcode-native_2011e.bb) | 11 | ||||
-rw-r--r-- | meta-oe/recipes-extended/tzdata/tzdata_2011g.bb (renamed from meta-oe/recipes-extended/tzdata/tzdata_2011e.bb) | 5 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-extended/tzcode/tzcode-native_2011e.bb b/meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb index 280840c99..d32ee3331 100644 --- a/meta-oe/recipes-extended/tzcode/tzcode-native_2011e.bb +++ b/meta-oe/recipes-extended/tzcode/tzcode-native_2011g.bb | |||
@@ -9,11 +9,12 @@ LIC_FILES_CHKSUM = "file://README;md5=3ae8198f82258417ce29066d3b034035" | |||
9 | # Also, tzdata (and it is needed to build tzcode) version can differ from | 9 | # Also, tzdata (and it is needed to build tzcode) version can differ from |
10 | # tzcode version, thus this variable | 10 | # tzcode version, thus this variable |
11 | 11 | ||
12 | TZDATA_PV = "2011e" | 12 | TZDATA_PV = "${PV}" |
13 | 13 | ||
14 | PR = "${INC_PR}.0" | 14 | PR = "${INC_PR}.0" |
15 | 15 | ||
16 | SRC_URI[tzcode-2011e.md5sum] = "fbfc05dbf9ebcfe7c4bba18549870173" | 16 | SRC_URI[tzcode-2011g.md5sum] = "ecb564279b28c5b184421c525d997d6c" |
17 | SRC_URI[tzcode-2011e.sha256sum] = "8fb00f8763aa51d83d6f3190d144124bb7176ca829fc08823d6205297bf0426b" | 17 | SRC_URI[tzcode-2011g.sha256sum] = "636c735d8df1276cc8ab88bc31bb36a21f91ed34e26d181303ecd8fe48021bc2" |
18 | SRC_URI[tzdata-2011e.md5sum] = "044a07072300a0ee72b046e5a9a4ec90" | 18 | SRC_URI[tzdata-2011g.md5sum] = "a068c27e7e426fdb12ab0c88506df20d" |
19 | SRC_URI[tzdata-2011e.sha256sum] = "44fef01de4589a4979eb6b5fdbbfd21a3b135852af1ecbfb9e0368ae47392c79" | 19 | SRC_URI[tzdata-2011g.sha256sum] = "01a2a189eeda63baacc5e68e6c13afffc7edce182102fffc53acbf35e8703d3c" |
20 | |||
diff --git a/meta-oe/recipes-extended/tzdata/tzdata_2011e.bb b/meta-oe/recipes-extended/tzdata/tzdata_2011g.bb index c0f5291ee..6863b5a71 100644 --- a/meta-oe/recipes-extended/tzdata/tzdata_2011e.bb +++ b/meta-oe/recipes-extended/tzdata/tzdata_2011g.bb | |||
@@ -8,6 +8,5 @@ LIC_FILES_CHKSUM = "file://asia;beginline=2;endline=3;md5=06468c0e84ef4d4c97045a | |||
8 | # just bump it to the latest available version, removing the old one | 8 | # just bump it to the latest available version, removing the old one |
9 | 9 | ||
10 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
11 | 11 | SRC_URI[md5sum] = "a068c27e7e426fdb12ab0c88506df20d" | |
12 | SRC_URI[md5sum] = "044a07072300a0ee72b046e5a9a4ec90" | 12 | SRC_URI[sha256sum] = "01a2a189eeda63baacc5e68e6c13afffc7edce182102fffc53acbf35e8703d3c" |
13 | SRC_URI[sha256sum] = "44fef01de4589a4979eb6b5fdbbfd21a3b135852af1ecbfb9e0368ae47392c79" | ||