[oe] [meta-networking][PATCH 3/4 V2] net-snmp: Add PACKAGECONFIG des

Khem Raj raj.khem at gmail.com
Thu Feb 28 12:53:37 UTC 2019


On Thu, Feb 28, 2019 at 12:18 AM <changqing.li at windriver.com> wrote:
>
> From: Changqing Li <changqing.li at windriver.com>
>
> Signed-off-by: Changqing Li <changqing.li at windriver.com>
> ---
>  meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
>
> diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
> index e1c780b..f6ab73a 100644
> --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
> +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
> @@ -26,6 +26,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.zip \
>             file://net-snmp-fix-for-disable-des.patch \
>             file://reproducibility-have-printcap.patch \
>             file://reproducibility-accept-configure-options-from-env.patch \
> +           file://0001-net-snmp-fix-compile-error-disable-des.patch \
>             "

this patch is missing. Please rebase on master-next and resend

>  SRC_URI[md5sum] = "6aae5948df7efde626613d6a4b3cd9d4"
>  SRC_URI[sha256sum] = "c6291385b8ed84f05890fe4197005daf7e7ee7b082c2e390fa114a9477a56042"
> @@ -42,15 +43,16 @@ CCACHE = ""
>
>  TARGET_CC_ARCH += "${LDFLAGS}"
>
> -PACKAGECONFIG ??= ""
> +
> +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}, des"
>  PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils"
>  PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl"
>
> -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}"
>  PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
>
>  PACKAGECONFIG[perl] = "--enable-embedded-perl --with-perl-modules=yes, --disable-embedded-perl --with-perl-modules=no,\
>                         perl, perl perl-lib"
> +PACKAGECONFIG[des] = "--enable-des,--disable-des"
>
>  EXTRA_OECONF = "--enable-shared \
>                  --disable-manuals \
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list