From 6324db5d8b3d9f03b764f1d95398c5bb1b2f28f0 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Thu, 6 May 2010 15:01:20 +0200 Subject: ibrdtn: Add development versions with DP = -1 --- recipes/ibrdtn/ibrcommon_0.3.23.bb | 6 ++++++ recipes/ibrdtn/ibrdtn-tools_0.3.24.bb | 8 ++++++++ recipes/ibrdtn/ibrdtn.inc | 9 +++++++++ recipes/ibrdtn/ibrdtn_0.3.28.bb | 8 ++++++++ recipes/ibrdtn/ibrdtnd_0.3.29.bb | 8 ++++++++ 5 files changed, 39 insertions(+) create mode 100644 recipes/ibrdtn/ibrcommon_0.3.23.bb create mode 100644 recipes/ibrdtn/ibrdtn-tools_0.3.24.bb create mode 100644 recipes/ibrdtn/ibrdtn.inc create mode 100644 recipes/ibrdtn/ibrdtn_0.3.28.bb create mode 100644 recipes/ibrdtn/ibrdtnd_0.3.29.bb (limited to 'recipes/ibrdtn') diff --git a/recipes/ibrdtn/ibrcommon_0.3.23.bb b/recipes/ibrdtn/ibrcommon_0.3.23.bb new file mode 100644 index 0000000000..ee67f36bfa --- /dev/null +++ b/recipes/ibrdtn/ibrcommon_0.3.23.bb @@ -0,0 +1,6 @@ +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 new file mode 100644 index 0000000000..2a42c33251 --- /dev/null +++ b/recipes/ibrdtn/ibrdtn-tools_0.3.24.bb @@ -0,0 +1,8 @@ +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.inc b/recipes/ibrdtn/ibrdtn.inc new file mode 100644 index 0000000000..30ebbaa77a --- /dev/null +++ b/recipes/ibrdtn/ibrdtn.inc @@ -0,0 +1,9 @@ +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" + +DEFAULT_PREFERENCE = "-1" + +inherit autotools diff --git a/recipes/ibrdtn/ibrdtn_0.3.28.bb b/recipes/ibrdtn/ibrdtn_0.3.28.bb new file mode 100644 index 0000000000..06a8c9a20c --- /dev/null +++ b/recipes/ibrdtn/ibrdtn_0.3.28.bb @@ -0,0 +1,8 @@ +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 new file mode 100644 index 0000000000..44e64f4388 --- /dev/null +++ b/recipes/ibrdtn/ibrdtnd_0.3.29.bb @@ -0,0 +1,8 @@ +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