aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ibrdtn/ibrdtn.inc
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2010-08-23 11:55:26 +0200
committerStefan Schmidt <stefan@datenfreihafen.org>2010-08-23 11:58:23 +0200
commit12c96bfc675b724f8178cd7721fa6f22da04feaf (patch)
treea246cb1cbbbadb112ba132718662113dd9eb8fbb /recipes/ibrdtn/ibrdtn.inc
parent373526c1760abc23667538b2c4258846806cc2e4 (diff)
downloadopenembedded-12c96bfc675b724f8178cd7721fa6f22da04feaf.tar.gz
ibrdtn: Add latest release and improve .inc usage
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"