diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-08-22 17:06:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-03 23:45:53 +0100 |
commit | d529fe5ca1066f05b8292ecbdfc0e061af3182a4 (patch) | |
tree | d845992b8af861c36d94b2f4cbac33aeb013ac21 /meta/recipes-extended/psmisc/psmisc.inc | |
parent | ae139c6c79b8e724a89c90c79b13c0d321392b36 (diff) | |
download | poky-d529fe5ca1066f05b8292ecbdfc0e061af3182a4.tar.gz |
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>
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc.inc')
-rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 68e06561f9..98a84709a1 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
@@ -15,6 +15,9 @@ S = "${WORKDIR}/psmisc-${PV}" | |||
15 | 15 | ||
16 | inherit autotools gettext | 16 | inherit autotools gettext |
17 | 17 | ||
18 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | ||
19 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | ||
20 | |||
18 | ALLOW_EMPTY_${PN} = "1" | 21 | ALLOW_EMPTY_${PN} = "1" |
19 | 22 | ||
20 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" | 23 | PACKAGES =+ "fuser fuser-doc killall killall-doc pstree pstree-doc" |