diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2016-08-15 13:45:13 +0800 |
|---|---|---|
| committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-08-16 21:26:12 -0400 |
| commit | 6555c34fd3a392d72983d3d2ae6464e32fe44fa0 (patch) | |
| tree | fcd588d1f2d9e39b4babdd9f6cc8daa61781e742 /meta-networking/recipes-support/libldb/libldb_1.1.27.bb | |
| parent | 174a083a3b3fcc870a42f4457820bb5adf0ac802 (diff) | |
| download | meta-openembedded-6555c34fd3a392d72983d3d2ae6464e32fe44fa0.tar.gz | |
libldb: upgrade to 1.1.27
Signed-off-by: Jackie Huang <jackie.huang@windriver.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 | 49 |
1 files changed, 49 insertions, 0 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 new file mode 100644 index 0000000000..b92bf224ef --- /dev/null +++ b/meta-networking/recipes-support/libldb/libldb_1.1.27.bb | |||
| @@ -0,0 +1,49 @@ | |||
| 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 += "libaio libbsd 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 | " | ||
| 12 | |||
| 13 | PACKAGECONFIG[ldap] = ",,openldap" | ||
| 14 | SRC_URI += "${@bb.utils.contains('PACKAGECONFIG', 'ldap', '', 'file://avoid-openldap-unless-wanted.patch', d)}" | ||
| 15 | |||
| 16 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/LGPL-3.0;md5=bfccfe952269fff2b407dd11f2f3083b \ | ||
| 17 | file://${COREBASE}/meta/files/common-licenses/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780 \ | ||
| 18 | file://${COREBASE}/meta/files/common-licenses/GPL-3.0;md5=c79ff39f19dfec6d293b95dea7b07891" | ||
| 19 | |||
| 20 | SRC_URI[md5sum] = "50a194dea128d062cf4b44c59130219b" | ||
| 21 | SRC_URI[sha256sum] = "cdb8269cba09006ddf3766eb7721192b52ae3fdc8a6b95f4318b6b740b9d35ac" | ||
| 22 | |||
| 23 | inherit waf-samba | ||
| 24 | |||
| 25 | S = "${WORKDIR}/ldb-${PV}" | ||
| 26 | |||
| 27 | EXTRA_OECONF += "--disable-rpath \ | ||
| 28 | --disable-rpath-install \ | ||
| 29 | --bundled-libraries=NONE \ | ||
| 30 | --builtin-libraries=replace \ | ||
| 31 | --with-modulesdir=${libdir}/ldb/modules \ | ||
| 32 | --with-privatelibdir=${libdir}/ldb \ | ||
| 33 | --with-libiconv=${STAGING_DIR_HOST}${prefix}\ | ||
| 34 | " | ||
| 35 | DISABLE_STATIC = "" | ||
| 36 | |||
| 37 | PACKAGES += "pyldb pyldb-dbg pyldb-dev" | ||
| 38 | |||
| 39 | FILES_${PN} += "${libdir}/ldb/*" | ||
| 40 | FILES_${PN}-dbg += "${libdir}/ldb/.debug/* \ | ||
| 41 | ${libdir}/ldb/modules/ldb/.debug/*" | ||
| 42 | |||
| 43 | FILES_pyldb = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/* \ | ||
| 44 | ${libdir}/libpyldb-util.so.1 \ | ||
| 45 | ${libdir}/libpyldb-util.so.1.1.17 \ | ||
| 46 | " | ||
| 47 | FILES_pyldb-dbg = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug \ | ||
| 48 | ${libdir}/.debug/libpyldb-util.so.1.1.17" | ||
| 49 | FILES_pyldb-dev = "${libdir}/libpyldb-util.so" | ||
