aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-linaro/recipes-extra/odp/odp.bb8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-linaro/recipes-extra/odp/odp.bb b/meta-linaro/recipes-extra/odp/odp.bb
index 020c4461..c62f4dc3 100644
--- a/meta-linaro/recipes-extra/odp/odp.bb
+++ b/meta-linaro/recipes-extra/odp/odp.bb
@@ -5,16 +5,20 @@ SECTION = "console/network"
LICENSE = "BSD | GPLv2"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4ccfa994aa96974cfcd39a59faee20a2"
-PV = "20140711+git${SRCPV}"
+PV = "20140820+git${SRCPV}"
+
+DEPENDS = "openssl"
SRC_URI = "git://git.linaro.org/lng/odp.git;name=odp"
-SRCREV_odp = "d626f0107f34f024de6cdeadbddda3cd52e06127"
+SRCREV_odp = "26238333b5b0896366c844aeb7253e60abd99f5a"
SRCREV_FORMAT = "odp"
S = "${WORKDIR}/git"
inherit autotools
+RDEPENDS_${PN} = "libcrypto"
+
# ODP primary shipped as static library plus some API test and samples/
FILES_${PN}-staticdev += "${datadir}/opendataplane/*.la"