diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-01 20:05:04 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-01 20:05:04 +0200 |
commit | e716f1f792665646e9f306356c4a81519dd95b50 (patch) | |
tree | 2c2294786421c23bf20ea6032fe985bc425e8dcc /recipes/tzdata | |
parent | eea3c3eecc204ce231f815fcf9feff2e464cf9dc (diff) |
tzdata: change 2010f to 2010g, since the former is unfetchable
Diffstat (limited to 'recipes/tzdata')
-rw-r--r-- | recipes/tzdata/tzdata_2010f.bb | 7 | ||||
-rw-r--r-- | recipes/tzdata/tzdata_2010g.bb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/tzdata/tzdata_2010f.bb b/recipes/tzdata/tzdata_2010f.bb deleted file mode 100644 index d5c3409444..0000000000 --- a/recipes/tzdata/tzdata_2010f.bb +++ /dev/null @@ -1,7 +0,0 @@ -require tzdata.inc - -SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz;name=tar \ - file://russia-2010.diff;patch=1" -SRC_URI[tar.md5sum] = "4a0e2a3594210fafc5c55b5247018618" -SRC_URI[tar.sha256sum] = "823361e38da3f79a34c0adb835b1b6d2ae640937e3f7a7f4a2181500eeff0e94" -PR = "${INC_PR}.1"
\ No newline at end of file diff --git a/recipes/tzdata/tzdata_2010g.bb b/recipes/tzdata/tzdata_2010g.bb new file mode 100644 index 0000000000..acefb96f16 --- /dev/null +++ b/recipes/tzdata/tzdata_2010g.bb @@ -0,0 +1,7 @@ +require tzdata.inc + +SRC_URI = "http://ftp.uni-erlangen.de/pub/Linux/MIRROR.gentoo/distfiles/tzdata${PV}.tar.gz;name=tar \ +" + +SRC_URI[tar.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" +SRC_URI[tar.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" |