diff options
Diffstat (limited to 'meta-networking/recipes-support/libldb')
-rw-r--r-- | meta-networking/recipes-support/libldb/libldb_2.8.1.bb (renamed from meta-networking/recipes-support/libldb/libldb_2.8.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb_2.8.0.bb b/meta-networking/recipes-support/libldb/libldb_2.8.1.bb index bdd87993d7..dbb27e6ba6 100644 --- a/meta-networking/recipes-support/libldb/libldb_2.8.0.bb +++ b/meta-networking/recipes-support/libldb/libldb_2.8.1.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPL-3.0-or-later & LGPL-2.1-or-later & GPL-3.0-or-later" | |||
6 | DEPENDS += "libtdb libtalloc libtevent popt cmocka" | 6 | DEPENDS += "libtdb libtalloc libtevent popt cmocka" |
7 | RDEPENDS:pyldb += "python3" | 7 | RDEPENDS:pyldb += "python3" |
8 | 8 | ||
9 | export PYTHONHASHSEED="1" | 9 | export PYTHONHASHSEED = "1" |
10 | export PYTHONARCHDIR = "${PYTHON_SITEPACKAGES_DIR}" | 10 | export PYTHONARCHDIR = "${PYTHON_SITEPACKAGES_DIR}" |
11 | 11 | ||
12 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | 12 | SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ |
@@ -34,15 +34,15 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada | |||
34 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ | 34 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ |
35 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" | 35 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" |
36 | 36 | ||
37 | SRC_URI[sha256sum] = "358dca10fcd27207ac857a0d7f435a46dbc6cd1f7c10dbb840c1931bf1965f08" | 37 | SRC_URI[sha256sum] = "b68ce6eb0ccd2870fa3c8c334f2028b5d16606fd41308696c17b71959f7bf59f" |
38 | 38 | ||
39 | inherit pkgconfig waf-samba ptest | 39 | inherit pkgconfig waf-samba ptest |
40 | 40 | ||
41 | S = "${WORKDIR}/ldb-${PV}" | 41 | S = "${UNPACKDIR}/ldb-${PV}" |
42 | 42 | ||
43 | # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen | 43 | # Cross_compile cannot use preforked process, since fork process earlier than point subproces.popen |
44 | # to cross Popen | 44 | # to cross Popen |
45 | export WAF_NO_PREFORK="yes" | 45 | export WAF_NO_PREFORK = "yes" |
46 | 46 | ||
47 | EXTRA_OECONF += "--disable-rpath \ | 47 | EXTRA_OECONF += "--disable-rpath \ |
48 | --disable-rpath-install \ | 48 | --disable-rpath-install \ |