diff options
| author | Jiaqing Zhao <jiaqing.zhao@linux.intel.com> | 2022-05-05 10:55:52 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-05-04 21:28:21 -0700 |
| commit | a5512ab27231d33f08a58cab4422c60b080c9067 (patch) | |
| tree | 85c9988524c0ad2f62e577f17186cfea3a8d308c | |
| parent | dedf55890abd21a198e16fca59ab8c7e5ff2ce62 (diff) | |
| download | meta-openembedded-a5512ab27231d33f08a58cab4422c60b080c9067.tar.gz | |
openldap: Remove libgcrypt dependency
Since OpenLDAP 2.5.0, it uses nettle instead of gcrypt.
Signed-off-by: Jiaqing Zhao <jiaqing.zhao@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch | 15 | ||||
| -rw-r--r-- | meta-oe/recipes-support/openldap/openldap_2.5.9.bb | 3 |
2 files changed, 1 insertions, 17 deletions
diff --git a/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch b/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch deleted file mode 100644 index 8cfd0033c8..0000000000 --- a/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch +++ /dev/null | |||
| @@ -1,15 +0,0 @@ | |||
| 1 | From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/ | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | |||
| 5 | --- a/configure.ac | ||
| 6 | +++ b/configure.ac | ||
| 7 | @@ -1263,7 +1263,7 @@ if test $ol_link_tls = no ; then | ||
| 8 | ol_link_tls=yes | ||
| 9 | WITH_TLS_TYPE=gnutls | ||
| 10 | |||
| 11 | - TLS_LIBS="-lgnutls" | ||
| 12 | + TLS_LIBS="-lgnutls -lgcrypt" | ||
| 13 | |||
| 14 | AC_DEFINE(HAVE_GNUTLS, 1, | ||
| 15 | [define if you have GNUtls]) | ||
diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb index 5ac5660cdf..958a21b9c1 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb | |||
| @@ -15,7 +15,6 @@ SECTION = "libs" | |||
| 15 | LDAP_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" | 15 | LDAP_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" |
| 16 | 16 | ||
| 17 | SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \ | 17 | SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \ |
| 18 | file://openldap-2.4.28-gnutls-gcrypt.patch \ | ||
| 19 | file://use-urandom.patch \ | 18 | file://use-urandom.patch \ |
| 20 | file://initscript \ | 19 | file://initscript \ |
| 21 | file://slapd.service \ | 20 | file://slapd.service \ |
| @@ -51,7 +50,7 @@ PACKAGECONFIG ??= "asyncmeta gnutls modules \ | |||
| 51 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ | 50 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 52 | " | 51 | " |
| 53 | #--with-tls with TLS/SSL support auto|openssl|gnutls [auto] | 52 | #--with-tls with TLS/SSL support auto|openssl|gnutls [auto] |
| 54 | PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt" | 53 | PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls" |
| 55 | PACKAGECONFIG[openssl] = "--with-tls=openssl,,openssl" | 54 | PACKAGECONFIG[openssl] = "--with-tls=openssl,,openssl" |
| 56 | 55 | ||
| 57 | PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" | 56 | PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" |
