aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ibrdtn/ibrdtn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ibrdtn/ibrdtn.inc')
-rw-r--r--recipes/ibrdtn/ibrdtn.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/ibrdtn/ibrdtn.inc b/recipes/ibrdtn/ibrdtn.inc
index 8a9fc5eae4..2b2ea2ef69 100644
--- a/recipes/ibrdtn/ibrdtn.inc
+++ b/recipes/ibrdtn/ibrdtn.inc
@@ -1,7 +1,11 @@
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"
+DEPENDS = "libpthread-stubs sqlite3 lua5.1 libnl cppunit"
PR = "r0"
inherit autotools
+
+EXTRA_OECONF = " --with-lowpan "
+
+SRC_URI = "http://www.ibr.cs.tu-bs.de/projects/ibr-dtn/releases/${PN}-${PV}.tar.gz"