diff options
Diffstat (limited to 'meta/recipes-extended/psmisc/psmisc.inc')
| -rw-r--r-- | meta/recipes-extended/psmisc/psmisc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/psmisc/psmisc.inc b/meta/recipes-extended/psmisc/psmisc.inc index 98a84709a1..22b2e850a3 100644 --- a/meta/recipes-extended/psmisc/psmisc.inc +++ b/meta/recipes-extended/psmisc/psmisc.inc | |||
| @@ -15,7 +15,7 @@ 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)}" | 18 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 19 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 19 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 20 | 20 | ||
| 21 | ALLOW_EMPTY_${PN} = "1" | 21 | ALLOW_EMPTY_${PN} = "1" |
