diff options
-rw-r--r-- | recipes/libtorrent/libtorrent_0.12.6.bb (renamed from recipes/libtorrent/libtorrent_0.12.4.bb) | 8 | ||||
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.6.bb (renamed from recipes/libtorrent/rtorrent_0.8.4.bb) | 5 |
2 files changed, 4 insertions, 9 deletions
diff --git a/recipes/libtorrent/libtorrent_0.12.4.bb b/recipes/libtorrent/libtorrent_0.12.6.bb index b29f60b491..6c32655ab2 100644 --- a/recipes/libtorrent/libtorrent_0.12.4.bb +++ b/recipes/libtorrent/libtorrent_0.12.6.bb @@ -11,10 +11,6 @@ inherit autotools pkgconfig EXTRA_OECONF = "--enable-aligned" -do_stage() { - autotools_stage_all -} +SRC_URI[md5sum] = "037499ed708aaf72988cee60e5a8d96b" +SRC_URI[sha256sum] = "7b02f33164966a05261e83bad76eef537198fefe76eaf57dfd64bb27c7d77129" - -SRC_URI[md5sum] = "7e4b4c29a69c86c38e3e60ec11fc2255" -SRC_URI[sha256sum] = "a48c307fdcc77a28ee3a2ba0b68501a42e3709bf693c52df4831b87c71c8c359" diff --git a/recipes/libtorrent/rtorrent_0.8.4.bb b/recipes/libtorrent/rtorrent_0.8.6.bb index 8684b0ddc1..38b32e4bb0 100644 --- a/recipes/libtorrent/rtorrent_0.8.4.bb +++ b/recipes/libtorrent/rtorrent_0.8.6.bb @@ -11,6 +11,5 @@ PR = "r0" inherit autotools - -SRC_URI[md5sum] = "dc0f37d933b0b6c713ad617e09441f3b" -SRC_URI[sha256sum] = "257722380b39e84e700e9f2d2f6600ba724723f1ed59327bfce47a57d293eeee" +SRC_URI[md5sum] = "b804c45c01c40312926bcea6b55bb084" +SRC_URI[sha256sum] = "8c96c68e1524162abd1fc4b612d0c3d924fccc25159c0b3f208e69281f0b32db" |