aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtorrent/libtorrent_0.12.3.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-01 10:29:43 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-08-01 10:29:43 +0200
commit6b288fa3036941c0ede4681775d3f1b5ef27075a (patch)
tree11e78dd8e1d616312c5d969af8cc12e430e770ee /recipes/libtorrent/libtorrent_0.12.3.bb
parentbb98778b70b05df2e9a749b874e455c83b4f2009 (diff)
downloadopenembedded-6b288fa3036941c0ede4681775d3f1b5ef27075a.tar.gz
libtorrent: removed old versions
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/libtorrent/libtorrent_0.12.3.bb')
-rw-r--r--recipes/libtorrent/libtorrent_0.12.3.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/recipes/libtorrent/libtorrent_0.12.3.bb b/recipes/libtorrent/libtorrent_0.12.3.bb
deleted file mode 100644
index f9bfe60290..0000000000
--- a/recipes/libtorrent/libtorrent_0.12.3.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-DESCRIPTION = "library implementing the bittorrent protocol"
-HOMEPAGE = "http://libtorrent.rakshasa.no"
-SECTION = "libs/network"
-LICENSE = "GPL"
-DEPENDS = "libsigc++-2.0 openssl"
-
-SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-EXTRA_OECONF = "--enable-aligned"
-
-do_stage() {
- autotools_stage_all
-}
-
-
-SRC_URI[md5sum] = "db7c7a2236c2f6af5e02cf3e9384eb67"
-SRC_URI[sha256sum] = "6044618e37c2925615a08517e8b69ef84147ef5287a222fc451968b36a0a9be7"