aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2017-11-08 11:58:04 -0800
committerJoe MacDonald <joe_macdonald@mentor.com>2018-01-08 12:02:15 -0500
commit3fefa8996c51bad1040d96d2426e6a92847123d9 (patch)
treecc3596201192c4da7b81235f87d7d1d3dae3e14d /meta-networking
parenta3de4a7cbc529be1195951c024a1b220102eca9d (diff)
downloadmeta-openembedded-contrib-3fefa8996c51bad1040d96d2426e6a92847123d9.tar.gz
libldb: update to version 1.2.2
Version needed to build samba 4.7.0. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/libldb/libldb_1.2.2.bb (renamed from meta-networking/recipes-support/libldb/libldb_1.1.29.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb b/meta-networking/recipes-support/libldb/libldb_1.2.2.bb
index a90919ba42..cb9ea92838 100644
--- a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb
+++ b/meta-networking/recipes-support/libldb/libldb_1.2.2.bb
@@ -29,8 +29,8 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada
file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \
file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42"
-SRC_URI[md5sum] = "9c90abfb94c1e2a693399392cf4cddb9"
-SRC_URI[sha256sum] = "59d84f9a5b799f519ba7b2685bb46f5a26f1bbf05b7a144b2f5e017d01d80f97"
+SRC_URI[md5sum] = "91284a12423def99a6592e393e3b7fbb"
+SRC_URI[sha256sum] = "0cedeadb75de401c9735127f654dbc1a391c4327a2b83be54078be286fed1113"
inherit waf-samba
@@ -38,7 +38,7 @@ S = "${WORKDIR}/ldb-${PV}"
EXTRA_OECONF += "--disable-rpath \
--disable-rpath-install \
- --bundled-libraries=NONE \
+ --bundled-libraries=cmocka \
--builtin-libraries=replace \
--with-modulesdir=${libdir}/ldb/modules \
--with-privatelibdir=${libdir}/ldb \