From 040ba60bd0864c0545d84eb7157ca9b9e79325ce Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 23 Aug 2010 11:57:34 +0200 Subject: ibrdtn: Remove outdated versions and patches --- .../files/0001-fix-header-include-for-gcc44.patch | 22 ---------------------- recipes/ibrdtn/ibrcommon_0.3.23.bb | 6 ------ recipes/ibrdtn/ibrdtn-tools_0.3.24.bb | 8 -------- recipes/ibrdtn/ibrdtn_0.1.1.bb | 20 -------------------- recipes/ibrdtn/ibrdtn_0.1.2.bb | 19 ------------------- recipes/ibrdtn/ibrdtn_0.3.28.bb | 8 -------- recipes/ibrdtn/ibrdtnd_0.3.29.bb | 8 -------- 7 files changed, 91 deletions(-) delete mode 100644 recipes/ibrdtn/files/0001-fix-header-include-for-gcc44.patch delete mode 100644 recipes/ibrdtn/ibrcommon_0.3.23.bb delete mode 100644 recipes/ibrdtn/ibrdtn-tools_0.3.24.bb delete mode 100644 recipes/ibrdtn/ibrdtn_0.1.1.bb delete mode 100644 recipes/ibrdtn/ibrdtn_0.1.2.bb delete mode 100644 recipes/ibrdtn/ibrdtn_0.3.28.bb delete mode 100644 recipes/ibrdtn/ibrdtnd_0.3.29.bb (limited to 'recipes/ibrdtn') diff --git a/recipes/ibrdtn/files/0001-fix-header-include-for-gcc44.patch b/recipes/ibrdtn/files/0001-fix-header-include-for-gcc44.patch deleted file mode 100644 index c2024c05c5..0000000000 --- a/recipes/ibrdtn/files/0001-fix-header-include-for-gcc44.patch +++ /dev/null @@ -1,22 +0,0 @@ -ibrdtn: Fix include for stricter GCC 4.4 header handling - -GCC 4.4 is stricter on its headers so we need to make sure the uint64_t is -really available or the compiler errors out: -src/data/BlockFactory.cpp:101: error: ‘uint64_t’ was not declared in this scope -src/data/BlockFactory.cpp:101: error: expected ‘;’ before ‘i’ -src/data/BlockFactory.cpp:101: error: ‘i’ was not declared in this scope - --- - -Index: ibrdtn-0.1.1/src/data/BlockFactory.cpp -=================================================================== ---- ibrdtn-0.1.1.orig/src/data/BlockFactory.cpp 2010-02-12 13:25:37.000000000 +0100 -+++ ibrdtn-0.1.1/src/data/BlockFactory.cpp 2010-02-12 13:25:49.000000000 +0100 -@@ -5,6 +5,7 @@ - * Author: morgenro - */ - -+#include - #include "data/BlockFactory.h" - #include "data/SDNV.h" - #include "data/Exceptions.h" diff --git a/recipes/ibrdtn/ibrcommon_0.3.23.bb b/recipes/ibrdtn/ibrcommon_0.3.23.bb deleted file mode 100644 index ee67f36bfa..0000000000 --- a/recipes/ibrdtn/ibrcommon_0.3.23.bb +++ /dev/null @@ -1,6 +0,0 @@ -include ibrdtn.inc - -SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/nightly-builds/archives/ibrcommon-${PV}.tar.gz" - -SRC_URI[md5sum] = "4da2d4a1f8141caeae5b5e8eb1d3aaa2" -SRC_URI[sha256sum] = "e4514f67967e72d1edc412147a7175c92627fd266a741d72add58fe2f7daaf2a" diff --git a/recipes/ibrdtn/ibrdtn-tools_0.3.24.bb b/recipes/ibrdtn/ibrdtn-tools_0.3.24.bb deleted file mode 100644 index 2a42c33251..0000000000 --- a/recipes/ibrdtn/ibrdtn-tools_0.3.24.bb +++ /dev/null @@ -1,8 +0,0 @@ -include ibrdtn.inc - -DEPEND += "ibrdtn" - -SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/nightly-builds/archives/ibrdtn-tools-${PV}.tar.gz" - -SRC_URI[md5sum] = "a93f23c6f0ae4421f91cc1711ae5762d" -SRC_URI[sha256sum] = "2eb0b8f17f44a792f2f64ce47b0eb3c9005d5802f582a900da6d3b0b631d4a79" diff --git a/recipes/ibrdtn/ibrdtn_0.1.1.bb b/recipes/ibrdtn/ibrdtn_0.1.1.bb deleted file mode 100644 index 3e76e72cc9..0000000000 --- a/recipes/ibrdtn/ibrdtn_0.1.1.bb +++ /dev/null @@ -1,20 +0,0 @@ -DESCRIPTION = "Implementation of the bundle protocol RFC5050" -HOMEPAGE = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/" -SECTION = "devel" -DEPENDS = "libpthread-stubs sqlite3 lua5.1" -PR = "r0" - -SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases/ibrdtn-${PV}.tar.gz \ - file://0001-fix-header-include-for-gcc44.patch \ - " - -inherit autotools - -EXTRA_OECONF = "--prefix=${D} --exec-prefix=${D} --libdir=${STAGING_LIBDIR} --includedir=${STAGING_INCDIR}" - -do_configure() { - oe_runconf -} - -SRC_URI[md5sum] = "eb19ac9c283e63afd77215973193f136" -SRC_URI[sha256sum] = "28e9d09e9d2f24f688f66c4fb4b60c374840cb4f754396889bf7725a1ad29e3d" diff --git a/recipes/ibrdtn/ibrdtn_0.1.2.bb b/recipes/ibrdtn/ibrdtn_0.1.2.bb deleted file mode 100644 index cdaede4c36..0000000000 --- a/recipes/ibrdtn/ibrdtn_0.1.2.bb +++ /dev/null @@ -1,19 +0,0 @@ -DESCRIPTION = "Implementation of the bundle protocol RFC5050" -HOMEPAGE = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/" -SECTION = "devel" -DEPENDS = "libpthread-stubs sqlite3 lua5.1" -PR = "r0" - -SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases/ibrdtn-${PV}.tar.gz \ - " - -inherit autotools - -EXTRA_OECONF = "--prefix=${D} --exec-prefix=${D} --libdir=${STAGING_LIBDIR} --includedir=${STAGING_INCDIR}" - -do_configure() { - oe_runconf -} - -SRC_URI[md5sum] = "7e7063276492dc0a681810ccf7c26a3b" -SRC_URI[sha256sum] = "b6a8c216fe28181484f5758297da3f9f54295199e65ee22acd100c75e1bdadd8" diff --git a/recipes/ibrdtn/ibrdtn_0.3.28.bb b/recipes/ibrdtn/ibrdtn_0.3.28.bb deleted file mode 100644 index 06a8c9a20c..0000000000 --- a/recipes/ibrdtn/ibrdtn_0.3.28.bb +++ /dev/null @@ -1,8 +0,0 @@ -include ibrdtn.inc - -DEPENDS += "ibrcommon" - -SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/nightly-builds/archives/ibrdtn-${PV}.tar.gz" - -SRC_URI[md5sum] = "2e446611601803f15ab5dade39b210a6" -SRC_URI[sha256sum] = "3b124a5ac0e5e529c2c7b46928fd9102eca83e1e596a6a1a2f67933eeff3111f" diff --git a/recipes/ibrdtn/ibrdtnd_0.3.29.bb b/recipes/ibrdtn/ibrdtnd_0.3.29.bb deleted file mode 100644 index 44e64f4388..0000000000 --- a/recipes/ibrdtn/ibrdtnd_0.3.29.bb +++ /dev/null @@ -1,8 +0,0 @@ -include ibrdtn.inc - -DEPENDS += "ibrdtn" - -SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/nightly-builds/archives/ibrdtnd-${PV}.tar.gz" - -SRC_URI[md5sum] = "be4f804a303690029d26fce249479a61" -SRC_URI[sha256sum] = "30b6c53be8dd201d056fedde783fa6faa5dd80266a1b5a4622e071be398abf2f" -- cgit 1.2.3-korg