diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2016-12-15 14:31:28 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-12-15 09:21:30 -0500 |
| commit | 4fd3d93e31d2cf66af9e849977a8e97a8e273f49 (patch) | |
| tree | 5cbd41fc05e5850ca320ea71482e18dd3ef2b30a /meta-networking/recipes-support/libldb/libldb_1.1.27.bb | |
| parent | ef6df6adb2b19045dbc631ae57969d25fc0c8b7a (diff) | |
| download | meta-openembedded-4fd3d93e31d2cf66af9e849977a8e97a8e273f49.tar.gz | |
libldb 1.1.27 -> 1.1.29
Upgrade libldb from 1.1.27 to 1.1.29
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-support/libldb/libldb_1.1.27.bb')
| -rw-r--r-- | meta-networking/recipes-support/libldb/libldb_1.1.27.bb | 61 |
1 files changed, 0 insertions, 61 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.27.bb b/meta-networking/recipes-support/libldb/libldb_1.1.27.bb deleted file mode 100644 index f4370efcdc..0000000000 --- a/meta-networking/recipes-support/libldb/libldb_1.1.27.bb +++ /dev/null | |||
| @@ -1,61 +0,0 @@ | |||
| 1 | SUMMARY = "Hierarchical, reference counted memory pool system with destructors" | ||
| 2 | HOMEPAGE = "http://ldb.samba.org" | ||
| 3 | SECTION = "libs" | ||
| 4 | LICENSE = "LGPL-3.0+ & LGPL-2.1+ & GPL-3.0+" | ||
| 5 | |||
| 6 | DEPENDS += "libtdb libtalloc libtevent popt" | ||
| 7 | RDEPENDS_pyldb += "python" | ||
| 8 | |||
| 9 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | ||
| 10 | file://do-not-import-target-module-while-cross-compile.patch \ | ||
| 11 | file://ldb-Add-configure-options-for-packages.patch \ | ||
| 12 | " | ||
| 13 | |||
| 14 | PACKAGECONFIG ??= "\ | ||
| 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ | ||
| 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ | ||
| 17 | " | ||
| 18 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | ||
| 19 | PACKAGECONFIG[attr] = "--with-attr,--without-attr,attr" | ||
| 20 | PACKAGECONFIG[ldap] = ",,openldap" | ||
| 21 | PACKAGECONFIG[libaio] = "--with-libaio,--without-libaio,libaio" | ||
| 22 | PACKAGECONFIG[libbsd] = "--with-libbsd,--without-libbsd,libbsd" | ||
| 23 | PACKAGECONFIG[libcap] = "--with-libcap,--without-libcap,libcap" | ||
| 24 | PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind" | ||
| 25 | |||
| 26 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'ldap', '', 'file://avoid-openldap-unless-wanted.patch', d)}" | ||
| 27 | |||
| 28 | LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9adade \ | ||
| 29 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ | ||
| 30 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" | ||
| 31 | |||
| 32 | SRC_URI[md5sum] = "50a194dea128d062cf4b44c59130219b" | ||
| 33 | SRC_URI[sha256sum] = "cdb8269cba09006ddf3766eb7721192b52ae3fdc8a6b95f4318b6b740b9d35ac" | ||
| 34 | |||
| 35 | inherit waf-samba | ||
| 36 | |||
| 37 | S = "${WORKDIR}/ldb-${PV}" | ||
| 38 | |||
| 39 | EXTRA_OECONF += "--disable-rpath \ | ||
| 40 | --disable-rpath-install \ | ||
| 41 | --bundled-libraries=NONE \ | ||
| 42 | --builtin-libraries=replace \ | ||
| 43 | --with-modulesdir=${libdir}/ldb/modules \ | ||
| 44 | --with-privatelibdir=${libdir}/ldb \ | ||
| 45 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | ||
| 46 | " | ||
| 47 | DISABLE_STATIC = "" | ||
| 48 | |||
| 49 | PACKAGES += "pyldb pyldb-dbg pyldb-dev" | ||
| 50 | |||
| 51 | FILES_${PN} += "${libdir}/ldb/*" | ||
| 52 | FILES_${PN}-dbg += "${libdir}/ldb/.debug/* \ | ||
| 53 | ${libdir}/ldb/modules/ldb/.debug/*" | ||
| 54 | |||
| 55 | FILES_pyldb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ | ||
| 56 | ${libdir}/libpyldb-util.so.1 \ | ||
| 57 | ${libdir}/libpyldb-util.so.1.1.17 \ | ||
| 58 | " | ||
| 59 | FILES_pyldb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ | ||
| 60 | ${libdir}/.debug/libpyldb-util.so.1.1.17" | ||
| 61 | FILES_pyldb-dev = "${libdir}/libpyldb-util.so" | ||
