mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
psmisc: control ipv6 support based on DISTRO_FEATURES
Add PACKAGECONFIG for ipv6 and control it based on DISTRO_FEATURES. (From OE-Core rev: a597000cb66163b7d75c578bfa1e6879229bad58) Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ae139c6c79
commit
d529fe5ca1
@@ -15,6 +15,9 @@ S = "${WORKDIR}/psmisc-${PV}"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}"
|
||||
PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc"
|
||||
|
||||
Reference in New Issue
Block a user