diff options
author | Joe Slater <jslater@windriver.com> | 2017-11-08 11:58:04 -0800 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2018-01-08 12:02:15 -0500 |
commit | 3fefa8996c51bad1040d96d2426e6a92847123d9 (patch) | |
tree | cc3596201192c4da7b81235f87d7d1d3dae3e14d /meta-networking/recipes-support/libldb | |
parent | a3de4a7cbc529be1195951c024a1b220102eca9d (diff) | |
download | meta-openembedded-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/recipes-support/libldb')
-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 a90919ba4..cb9ea9283 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 | |||
29 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ | 29 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ |
30 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" | 30 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" |
31 | 31 | ||
32 | SRC_URI[md5sum] = "9c90abfb94c1e2a693399392cf4cddb9" | 32 | SRC_URI[md5sum] = "91284a12423def99a6592e393e3b7fbb" |
33 | SRC_URI[sha256sum] = "59d84f9a5b799f519ba7b2685bb46f5a26f1bbf05b7a144b2f5e017d01d80f97" | 33 | SRC_URI[sha256sum] = "0cedeadb75de401c9735127f654dbc1a391c4327a2b83be54078be286fed1113" |
34 | 34 | ||
35 | inherit waf-samba | 35 | inherit waf-samba |
36 | 36 | ||
@@ -38,7 +38,7 @@ S = "${WORKDIR}/ldb-${PV}" | |||
38 | 38 | ||
39 | EXTRA_OECONF += "--disable-rpath \ | 39 | EXTRA_OECONF += "--disable-rpath \ |
40 | --disable-rpath-install \ | 40 | --disable-rpath-install \ |
41 | --bundled-libraries=NONE \ | 41 | --bundled-libraries=cmocka \ |
42 | --builtin-libraries=replace \ | 42 | --builtin-libraries=replace \ |
43 | --with-modulesdir=${libdir}/ldb/modules \ | 43 | --with-modulesdir=${libdir}/ldb/modules \ |
44 | --with-privatelibdir=${libdir}/ldb \ | 44 | --with-privatelibdir=${libdir}/ldb \ |