aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ibrdtn
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-05-05 09:24:33 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-05-06 15:03:42 +0200
commiteba935085e819d13662c34d44e96294be21817a5 (patch)
treed900be469b19e21e1fcf8a4934251fefa46374e1 /recipes/ibrdtn
parent58ddfb17c765dac487fa720b982bf13b441e743e (diff)
downloadopenembedded-eba935085e819d13662c34d44e96294be21817a5.tar.gz
ibrdtn: Add latest stable version.
This version does no longer need the gcc4.4 patch as it was applied upstream.
Diffstat (limited to 'recipes/ibrdtn')
-rw-r--r--recipes/ibrdtn/ibrdtn_0.1.2.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/ibrdtn/ibrdtn_0.1.2.bb b/recipes/ibrdtn/ibrdtn_0.1.2.bb
new file mode 100644
index 0000000000..cdaede4c36
--- /dev/null
+++ b/recipes/ibrdtn/ibrdtn_0.1.2.bb
@@ -0,0 +1,19 @@
+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"