diff options
author | Antonio Ospite <ospite@studenti.unina.it> | 2010-04-07 23:30:03 +0000 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-04-08 23:09:59 +0400 |
commit | dfe237398a14bcc3d64783e6393fea6143abc104 (patch) | |
tree | 07d5f8e6ef3111d991214dcc41298354467daffe | |
parent | a0145767366c5938343780c1ed1c9f5431388732 (diff) |
tzdata: move tzdata_2010g.bb to tzdata_2010h.bb
tzdata_2010g is no longer available; change the checksums in the new
recipe
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Acked-by: Roman I Khimov <khimov@altell.ru>
-rw-r--r-- | recipes/tzdata/tzdata_2010g.bb | 7 | ||||
-rw-r--r-- | recipes/tzdata/tzdata_2010h.bb | 7 |
2 files changed, 7 insertions, 7 deletions
diff --git a/recipes/tzdata/tzdata_2010g.bb b/recipes/tzdata/tzdata_2010g.bb deleted file mode 100644 index acefb96f16..0000000000 --- a/recipes/tzdata/tzdata_2010g.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 \ -" - -SRC_URI[tar.md5sum] = "d0e8f560977470b0fc65b79b585cf5e4" -SRC_URI[tar.sha256sum] = "a069dbea2989613466f9f4adb6de381efb46aeb9ff89e03fabb23dcae2c4cd90" diff --git a/recipes/tzdata/tzdata_2010h.bb b/recipes/tzdata/tzdata_2010h.bb new file mode 100644 index 0000000000..6e8e28e00b --- /dev/null +++ b/recipes/tzdata/tzdata_2010h.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] = "d384ac091e6d56802f9b3e6b3d3f0f2e" +SRC_URI[tar.sha256sum] = "a4918d60f63440ba9b6050205881e8a98d718dc0c2b7df5955f43e781eab6e7d" |