diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-06 15:01:20 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2010-05-06 15:03:42 +0200 |
commit | 6324db5d8b3d9f03b764f1d95398c5bb1b2f28f0 (patch) | |
tree | 1f99a9429caf653a2ecfe9e1bc2107ce9683486d /recipes/ibrdtn | |
parent | eba935085e819d13662c34d44e96294be21817a5 (diff) | |
download | openembedded-6324db5d8b3d9f03b764f1d95398c5bb1b2f28f0.tar.gz |
ibrdtn: Add development versions with DP = -1
Diffstat (limited to 'recipes/ibrdtn')
-rw-r--r-- | recipes/ibrdtn/ibrcommon_0.3.23.bb | 6 | ||||
-rw-r--r-- | recipes/ibrdtn/ibrdtn-tools_0.3.24.bb | 8 | ||||
-rw-r--r-- | recipes/ibrdtn/ibrdtn.inc | 9 | ||||
-rw-r--r-- | recipes/ibrdtn/ibrdtn_0.3.28.bb | 8 | ||||
-rw-r--r-- | 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 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" |