[oe] [meta-networking][PATCH 1/1] postfix: add dependencies needed for glibc 2.27
Khem Raj
raj.khem at gmail.com
Fri May 18 02:00:44 UTC 2018
Hi Joe
This is already fixed by
https://patchwork.openembedded.org/patch/150602/
which is in queue for merge.
On 5/17/18 9:01 AM, Joe Slater wrote:
> We need a dependency on libnsl2. The libnsl2-native dependency
> is not strictly speaking necessary until the host glibc moves to 2.27.
>
> Signed-off-by: Joe Slater <joe.slater at windriver.com>
> ---
> meta-networking/recipes-daemons/postfix/postfix.inc | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-networking/recipes-daemons/postfix/postfix.inc b/meta-networking/recipes-daemons/postfix/postfix.inc
> index 09447d5..d8c7295 100644
> --- a/meta-networking/recipes-daemons/postfix/postfix.inc
> +++ b/meta-networking/recipes-daemons/postfix/postfix.inc
> @@ -6,11 +6,11 @@ has a definite Sendmail-ish flavor, but the inside is completely different."
>
> HOMEPAGE= "http://www.postfix.org"
> SECTION = "mail"
> -DEPENDS = "db icu libpcre openssl postfix-native \
> +DEPENDS = "db icu libpcre libnsl2 openssl postfix-native \
> ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'openldap', '', d)} \
> ${@bb.utils.contains('DISTRO_FEATURES', 'sasl', 'cyrus-sasl', '', d)} \
> "
> -DEPENDS_class-native = "db-native icu-native openssl-native libpcre-native"
> +DEPENDS_class-native = "db-native icu-native openssl-native libpcre-native libnsl2-native"
>
> LICENSE = "IPL-1.0"
> LIC_FILES_CHKSUM = "file://LICENSE;md5=64375f37431336ea1b1b3005fe3fa354"
>
More information about the Openembedded-devel
mailing list