From 12c96bfc675b724f8178cd7721fa6f22da04feaf Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Mon, 23 Aug 2010 11:55:26 +0200 Subject: ibrdtn: Add latest release and improve .inc usage --- recipes/ibrdtn/ibrdtn.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'recipes/ibrdtn/ibrdtn.inc') 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" -- cgit 1.2.3-korg