]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
libtirpc: drop redundant PACKAGECONFIG
authorYi Zhao <yi.zhao@eng.windriver.com>
Wed, 13 Mar 2024 13:03:24 +0000 (21:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2024 12:20:59 +0000 (12:20 +0000)
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb

index 16c7a6007ac9db76c928d16379dfc5a5f335c37b..aa526e9e1c9876979a8ff8c7c5ec496c57251568 100644 (file)
@@ -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