diff options
Diffstat (limited to 'meta-networking/recipes-protocols')
| -rw-r--r-- | meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | 2 | ||||
| -rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb index 79e7766e9f..b60a246a57 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.7.3.bb | |||
| @@ -43,7 +43,7 @@ PACKAGECONFIG ??= "" | |||
| 43 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" | 43 | PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" |
| 44 | PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" | 44 | PACKAGECONFIG[libnl] = "--with-nl, --without-nl, libnl" |
| 45 | 45 | ||
| 46 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 46 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 47 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," | 47 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,," |
| 48 | 48 | ||
| 49 | EXTRA_OECONF = "--disable-embedded-perl \ | 49 | EXTRA_OECONF = "--disable-embedded-perl \ |
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index bf0b89efd9..13dc4dd8a8 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc | |||
| @@ -37,7 +37,7 @@ SRC_URI = "${SAVANNAH_GNU_MIRROR}/quagga${QUAGGASUBDIR}/quagga-${PV}.tar.gz; \ | |||
| 37 | file://zebra.service \ | 37 | file://zebra.service \ |
| 38 | " | 38 | " |
| 39 | 39 | ||
| 40 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}" | 40 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
| 41 | PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap" | 41 | PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap" |
| 42 | PACKAGECONFIG[pam] = "--with-libpam, --without-libpam, libpam" | 42 | PACKAGECONFIG[pam] = "--with-libpam, --without-libpam, libpam" |
| 43 | 43 | ||
