diff options
Diffstat (limited to 'recipes/ibrdtn/ibrdtn_0.1.1.bb')
-rw-r--r-- | recipes/ibrdtn/ibrdtn_0.1.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/ibrdtn/ibrdtn_0.1.1.bb b/recipes/ibrdtn/ibrdtn_0.1.1.bb new file mode 100644 index 0000000000..90e9e43964 --- /dev/null +++ b/recipes/ibrdtn/ibrdtn_0.1.1.bb @@ -0,0 +1,17 @@ +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 \ + file://0001-fix-header-include-for-gcc44.patch;patch=1 \ + " + +inherit autotools + +EXTRA_OECONF = "--prefix=${D} --exec-prefix=${D} --libdir=${STAGING_LIBDIR} --includedir=${STAGING_INCDIR}" + +do_configure() { + oe_runconf +} |