aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-extra/odp/odp.bb
blob: 4b5dd1aeb817d88a1eea9719ad51ad0915b7b7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming \
	environment that is easy to use, high performance, and portable between networking SoCs."
HOMEPAGE = "http://www.opendataplane.org"
SECTION = "console/network"

LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2"
PV = "20140820+git${SRCPV}"

DEPENDS = "openssl"

SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp \
    file://0001-Replace-deprecated-_BSD_SOURCE-with-_DEFAULT_SOURCE.patch \
"

SRCREV_odp = "49bc9ee8fdd47c6193108a90c94ca3b3de66ba46"
SRCREV_FORMAT = "odp"

S = "${WORKDIR}/git"

inherit autotools

RDEPENDS_${PN} = "libcrypto"

#PACKAGECONFIG ?= ""
#PACKAGECONFIG[vald] = "--enable-test-vald,,,"
#PACKAGECONFIG[perf] = "--enable-test-perf,,,"
#PACKAGECONFIG[cunit] = "--enable-cunit,,cunit,cunit"
#PACKAGECONFIG[cunit] = "--with-cunit-path=DIR,,cunit,"

# ODP primary shipped as static library plus some API test and samples/
FILES_${PN}-staticdev += "${datadir}/opendataplane/*.la"