aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ibrdtn/ibrdtn_0.1.1.bb
blob: 90e9e43964031c9635399bf17d146ae29e68b12e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
}