summaryrefslogtreecommitdiffstats
path: root/meta-linaro/recipes-extra/odp/odp.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-linaro/recipes-extra/odp/odp.bb')
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
new file mode 100644
index 0000000..c62f4dc
--- /dev/null
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -0,0 +1,24 @@
1DESCRIPTION = "OpenDataPlane (ODP) provides a data plane application programming \
2 environment that is easy to use, high performance, and portable between networking SoCs."
3HOMEPAGE = "http://www.opendataplane.org"
4SECTION = "console/network"
5
6LICENSE = "BSD | GPLv2"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2"
8PV = "20140820+git${SRCPV}"
9
10DEPENDS = "openssl"
11
12SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp"
13
14SRCREV_odp = "26238333b5b0896366c844aeb7253e60abd99f5a"
15SRCREV_FORMAT = "odp"
16
17S = "${WORKDIR}/git"
18
19inherit autotools
20
21RDEPENDS_${PN} = "libcrypto"
22
23# ODP primary shipped as static library plus some API test and samples/
24FILES_${PN}-staticdev += "${datadir}/opendataplane/*.la"