summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@eng.windriver.com>2024-03-13 21:03:24 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-03-18 12:21:45 +0000
commit893a8bacc5bfc7415812eaa4acb55cf0a3c8e9dc (patch)
tree9b181a016c6307b659ebf8ffb4e8d244f1bfc14b /meta/recipes-extended
parentaec64781fe89026567e91395504e1a1a4f255a7a (diff)
downloadpoky-893a8bacc5bfc7415812eaa4acb55cf0a3c8e9dc.tar.gz
libtirpc: drop redundant PACKAGECONFIG
(From OE-Core rev: a2d0f2dd46c95309de00368498a73f58f523accc) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb b/meta/recipes-extended/libtirpc/libtirpc_1.3.4.bb
index 16c7a6007a..aa526e9e1c 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
20 20
21inherit autotools pkgconfig 21inherit autotools pkgconfig
22 22
23PACKAGECONFIG ??= ""
24PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5"
25
26PACKAGECONFIG ??= "\ 23PACKAGECONFIG ??= "\
27 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ 24 ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \
28" 25"
29PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" 26PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6"
27PACKAGECONFIG[gssapi] = "--enable-gssapi,--disable-gssapi,krb5"
30 28
31do_install:append() { 29do_install:append() {
32 test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig 30 test -e ${D}${sysconfdir}/netconfig && chown root:root ${D}${sysconfdir}/netconfig