diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-03-14 19:23:07 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-14 07:42:47 -0700 |
commit | 8577ba2ee0d9275214df5240cc6fd0e361fdbad6 (patch) | |
tree | 913a6a04f1fc2dbdbfc8b9684d9fdd7d74a517bd /meta-networking/recipes-support | |
parent | 00be11a73f8c5737bb9d663529c1e17a766bb480 (diff) | |
download | meta-openembedded-8577ba2ee0d9275214df5240cc6fd0e361fdbad6.tar.gz |
libldb: upgrade 2.6.1 -> 2.7.1
Refresh 0002-ldb-Add-configure-options-for-packages.patch
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r-- | meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch | 14 | ||||
-rw-r--r-- | meta-networking/recipes-support/libldb/libldb_2.7.1.bb (renamed from meta-networking/recipes-support/libldb/libldb_2.6.1.bb) | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch b/meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch index 988931c490..4b74a877b3 100644 --- a/meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch +++ b/meta-networking/recipes-support/libldb/libldb/0002-ldb-Add-configure-options-for-packages.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From b4e04e5dd13c9de8b336f7d0c254973a225e3b5f Mon Sep 17 00:00:00 2001 | 1 | From acd3985f9c428882f1b731a6f9ce5cb1a4a3a02c Mon Sep 17 00:00:00 2001 |
2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Mon, 1 Jul 2019 16:14:16 +0800 | 3 | Date: Mon, 1 Jul 2019 16:14:16 +0800 |
4 | Subject: [PATCH] ldb: Add configure options for packages | 4 | Subject: [PATCH] ldb: Add configure options for packages |
@@ -26,7 +26,7 @@ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> | |||
26 | 2 files changed, 78 insertions(+), 20 deletions(-) | 26 | 2 files changed, 78 insertions(+), 20 deletions(-) |
27 | 27 | ||
28 | diff --git a/lib/replace/wscript b/lib/replace/wscript | 28 | diff --git a/lib/replace/wscript b/lib/replace/wscript |
29 | index 4c774d9..63c9967 100644 | 29 | index 5c2b750..a38baae 100644 |
30 | --- a/lib/replace/wscript | 30 | --- a/lib/replace/wscript |
31 | +++ b/lib/replace/wscript | 31 | +++ b/lib/replace/wscript |
32 | @@ -25,6 +25,41 @@ def options(opt): | 32 | @@ -25,6 +25,41 @@ def options(opt): |
@@ -71,7 +71,7 @@ index 4c774d9..63c9967 100644 | |||
71 | @Utils.run_once | 71 | @Utils.run_once |
72 | def configure(conf): | 72 | def configure(conf): |
73 | conf.RECURSE('buildtools/wafsamba') | 73 | conf.RECURSE('buildtools/wafsamba') |
74 | @@ -35,12 +70,25 @@ def configure(conf): | 74 | @@ -38,12 +73,25 @@ def configure(conf): |
75 | conf.DEFINE('HAVE_LIBREPLACE', 1) | 75 | conf.DEFINE('HAVE_LIBREPLACE', 1) |
76 | conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) | 76 | conf.DEFINE('LIBREPLACE_NETWORK_CHECKS', 1) |
77 | 77 | ||
@@ -98,10 +98,10 @@ index 4c774d9..63c9967 100644 | |||
98 | + if Options.options.enable_libcap: | 98 | + if Options.options.enable_libcap: |
99 | + conf.CHECK_HEADERS('sys/capability.h') | 99 | + conf.CHECK_HEADERS('sys/capability.h') |
100 | + | 100 | + |
101 | conf.CHECK_HEADERS('port.h') | ||
102 | conf.CHECK_HEADERS('sys/fcntl.h sys/filio.h sys/filsys.h sys/fs/s5param.h') | 101 | conf.CHECK_HEADERS('sys/fcntl.h sys/filio.h sys/filsys.h sys/fs/s5param.h') |
103 | conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h') | 102 | conf.CHECK_HEADERS('sys/id.h sys/ioctl.h sys/ipc.h sys/mman.h sys/mode.h sys/ndir.h sys/priv.h') |
104 | @@ -110,8 +158,9 @@ def configure(conf): | 103 | conf.CHECK_HEADERS('sys/resource.h sys/security.h sys/shm.h sys/statfs.h sys/statvfs.h sys/termio.h') |
104 | @@ -113,8 +161,9 @@ def configure(conf): | ||
105 | conf.CHECK_HEADERS('sys/fileio.h sys/filesys.h sys/dustat.h sys/sysmacros.h') | 105 | conf.CHECK_HEADERS('sys/fileio.h sys/filesys.h sys/dustat.h sys/sysmacros.h') |
106 | conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h') | 106 | conf.CHECK_HEADERS('xfs/libxfs.h netgroup.h') |
107 | 107 | ||
@@ -113,7 +113,7 @@ index 4c774d9..63c9967 100644 | |||
113 | conf.CHECK_HEADERS('nss_common.h nsswitch.h ns_api.h') | 113 | conf.CHECK_HEADERS('nss_common.h nsswitch.h ns_api.h') |
114 | conf.CHECK_HEADERS('sys/extattr.h sys/ea.h sys/proplist.h sys/cdefs.h') | 114 | conf.CHECK_HEADERS('sys/extattr.h sys/ea.h sys/proplist.h sys/cdefs.h') |
115 | conf.CHECK_HEADERS('utmp.h utmpx.h lastlog.h') | 115 | conf.CHECK_HEADERS('utmp.h utmpx.h lastlog.h') |
116 | @@ -434,20 +483,21 @@ def configure(conf): | 116 | @@ -436,20 +485,21 @@ def configure(conf): |
117 | 117 | ||
118 | strlcpy_in_bsd = False | 118 | strlcpy_in_bsd = False |
119 | 119 | ||
@@ -150,7 +150,7 @@ index 4c774d9..63c9967 100644 | |||
150 | conf.CHECK_CODE(''' | 150 | conf.CHECK_CODE(''' |
151 | struct ucred cred; | 151 | struct ucred cred; |
152 | diff --git a/wscript b/wscript | 152 | diff --git a/wscript b/wscript |
153 | index 60bb7cf..7f14847 100644 | 153 | index 03076e6..5365408 100644 |
154 | --- a/wscript | 154 | --- a/wscript |
155 | +++ b/wscript | 155 | +++ b/wscript |
156 | @@ -40,6 +40,14 @@ def options(opt): | 156 | @@ -40,6 +40,14 @@ def options(opt): |
diff --git a/meta-networking/recipes-support/libldb/libldb_2.6.1.bb b/meta-networking/recipes-support/libldb/libldb_2.7.1.bb index 7c7701acc3..d13bd37cc9 100644 --- a/meta-networking/recipes-support/libldb/libldb_2.6.1.bb +++ b/meta-networking/recipes-support/libldb/libldb_2.7.1.bb | |||
@@ -35,8 +35,8 @@ LIC_FILES_CHKSUM = "file://pyldb.h;endline=24;md5=dfbd238cecad76957f7f860fbe9ada | |||
35 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ | 35 | file://man/ldb.3.xml;beginline=261;endline=262;md5=137f9fd61040c1505d1aa1019663fd08 \ |
36 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" | 36 | file://tools/ldbdump.c;endline=19;md5=a7d4fc5d1f75676b49df491575a86a42" |
37 | 37 | ||
38 | SRC_URI[md5sum] = "3a5f54f511fb237b83e1f34e2c7e25cd" | 38 | SRC_URI[md5sum] = "e443a8da17758479c3b5c542e8e3ff1a" |
39 | SRC_URI[sha256sum] = "467403f77df86782c3965bb175440baa2ed751a9feb9560194bd8c06bf1736c9" | 39 | SRC_URI[sha256sum] = "c4632c9a7f81f8a45ed46fc14d18eb507edf4e79f6e88d16977478ef95ed5b7f" |
40 | 40 | ||
41 | inherit pkgconfig waf-samba | 41 | inherit pkgconfig waf-samba |
42 | 42 | ||