[oe-commits] Stefan Schmidt : ibrdtn: Add development versions with DP = -1

git version control git at git.openembedded.org
Thu May 6 13:04:20 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 6324db5d8b3d9f03b764f1d95398c5bb1b2f28f0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=6324db5d8b3d9f03b764f1d95398c5bb1b2f28f0

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu May  6 15:01:20 2010 +0200

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(+), 0 deletions(-)

diff --git a/recipes/ibrdtn/ibrcommon_0.3.23.bb b/recipes/ibrdtn/ibrcommon_0.3.23.bb
new file mode 100644
index 0000000..ee67f36
--- /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 0000000..2a42c33
--- /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 0000000..30ebbaa
--- /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 0000000..06a8c9a
--- /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 0000000..44e64f4
--- /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"





More information about the Openembedded-commits mailing list