From: Yi Zhao Date: Wed, 13 Mar 2024 13:03:24 +0000 (+0800) Subject: libtirpc: drop redundant PACKAGECONFIG X-Git-Tag: 2024-04-scarthgap~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2d0f2dd46c95309de00368498a73f58f523accc;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libtirpc: drop redundant PACKAGECONFIG Signed-off-by: Yi Zhao Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb index 16c7a6007ac..aa526e9e1c9 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb @@ -20,13 +20,11 @@ CVE_STATUS[CVE-2021-46828] = "fixed-version: fixed in 1.3.3rc1 so not present in inherit autotools pkgconfig -PACKAGECONFIG ??= "" -PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5" - PACKAGECONFIG ??= "\ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ " PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" +PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5" do_install:append() { test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig