diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-10 11:21:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-12 20:07:27 +0200 |
commit | 44985d56bc556786812a0a02d6219afd31a7381d (patch) | |
tree | 9dfeab9bd98dc6408835b7359861c8dc8ea6fffb /recipes/libtorrent | |
parent | a8e889754b1bdb261b85ac7de1c1f929ad597c09 (diff) |
recipes: move checksums to recipes from checksums.ini
* fetch all *.bb with patched utils.bbclass appending all checksums
found only in checksums.ini to recipe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/libtorrent')
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.0.bb | 3 | ||||
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.3.bb | 3 | ||||
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.4.bb | 3 | ||||
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.0.bb | 3 | ||||
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.3.bb | 3 | ||||
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.4.bb | 3 |
6 files changed, 18 insertions, 0 deletions
diff --git a/recipes/libtorrent/libtorrent_0.12.0.bb b/recipes/libtorrent/libtorrent_0.12.0.bb index 5d711578ed..6324d8fc0d 100644 --- a/recipes/libtorrent/libtorrent_0.12.0.bb +++ b/recipes/libtorrent/libtorrent_0.12.0.bb @@ -14,3 +14,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "76c818b095248ea9e4b140fff4e2fa2a" +SRC_URI[sha256sum] = "3287c9be61f9ec8ddab99f9b679bbf58610d024bce980307f88151a552ecd1e3" diff --git a/recipes/libtorrent/libtorrent_0.12.3.bb b/recipes/libtorrent/libtorrent_0.12.3.bb index 5d711578ed..f9bfe60290 100644 --- a/recipes/libtorrent/libtorrent_0.12.3.bb +++ b/recipes/libtorrent/libtorrent_0.12.3.bb @@ -14,3 +14,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "db7c7a2236c2f6af5e02cf3e9384eb67" +SRC_URI[sha256sum] = "6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7" diff --git a/recipes/libtorrent/libtorrent_0.12.4.bb b/recipes/libtorrent/libtorrent_0.12.4.bb index 9673e5bdcb..b29f60b491 100644 --- a/recipes/libtorrent/libtorrent_0.12.4.bb +++ b/recipes/libtorrent/libtorrent_0.12.4.bb @@ -15,3 +15,6 @@ do_stage() { autotools_stage_all } + +SRC_URI[md5sum] = "7e4b4c29a69c86c38e3e60ec11fc2255" +SRC_URI[sha256sum] = "a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359" diff --git a/recipes/libtorrent/rtorrent_0.8.0.bb b/recipes/libtorrent/rtorrent_0.8.0.bb index 9ae0eed011..96ddf35c5e 100644 --- a/recipes/libtorrent/rtorrent_0.8.0.bb +++ b/recipes/libtorrent/rtorrent_0.8.0.bb @@ -9,3 +9,6 @@ SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \ inherit autotools + +SRC_URI[md5sum] = "6216be7ce5e3ead9dc115eaeea863694" +SRC_URI[sha256sum] = "597cefac4535d7f3b752253e5997b3c851c261b26b966a39beb032dcf1d5baa7" diff --git a/recipes/libtorrent/rtorrent_0.8.3.bb b/recipes/libtorrent/rtorrent_0.8.3.bb index 9ae0eed011..ab1bfb3105 100644 --- a/recipes/libtorrent/rtorrent_0.8.3.bb +++ b/recipes/libtorrent/rtorrent_0.8.3.bb @@ -9,3 +9,6 @@ SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \ inherit autotools + +SRC_URI[md5sum] = "d1b43acf08e371a56915293bbcf584c6" +SRC_URI[sha256sum] = "554456550ca6e792297d6d39367120af5b2bd6181d514a43faf4e2f565721908" diff --git a/recipes/libtorrent/rtorrent_0.8.4.bb b/recipes/libtorrent/rtorrent_0.8.4.bb index 3390511ef9..1a8a3b3477 100644 --- a/recipes/libtorrent/rtorrent_0.8.4.bb +++ b/recipes/libtorrent/rtorrent_0.8.4.bb @@ -11,3 +11,6 @@ PR = "r0" inherit autotools + +SRC_URI[md5sum] = "dc0f37d933b0b6c713ad617e09441f3b" +SRC_URI[sha256sum] = "257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee" |