diff options
| author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-03-01 18:30:49 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-07 13:30:26 +0100 |
| commit | 0c31f55bcfd6630d894dd2dda6ca483bea5de4ab (patch) | |
| tree | 362ae6300bfa295709e24a4879639fb4c0fb5116 /meta-networking | |
| parent | b4524eb786472e69e28212a58a329a5e44e40547 (diff) | |
| download | meta-openembedded-0c31f55bcfd6630d894dd2dda6ca483bea5de4ab.tar.gz | |
Make use of the new bb.utils.filter() function
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
31 files changed, 37 insertions, 46 deletions
diff --git a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb index 3ed3aab985..952d7a42d4 100644 --- a/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb +++ b/meta-networking/recipes-connectivity/daq/daq_2.0.6.bb | |||
| @@ -20,7 +20,7 @@ SRC_URI = "http://fossies.org/linux/misc/daq-${PV}.tar.gz \ | |||
| 20 | EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${includedir} \ | 20 | EXTRA_OECONF = "--disable-nfq-module --disable-ipq-module --includedir=${includedir} \ |
| 21 | --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}" | 21 | --with-libpcap-includes=${STAGING_INCDIR} --with-dnet-includes=${STAGING_LIBDIR}" |
| 22 | 22 | ||
| 23 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 24 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 24 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 25 | 25 | ||
| 26 | SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c" | 26 | SRC_URI[md5sum] = "2cd6da422a72c129c685fc4bb848c24c" |
diff --git a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.11.3.bb b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.11.3.bb index 197dfb1a4e..cb3b5c22f5 100644 --- a/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.11.3.bb +++ b/meta-networking/recipes-connectivity/dhcpcd/dhcpcd_6.11.3.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "5abd12c4df2947d608f60a35227f9bf8ae8ab9de06ce975cdab1144d8f | |||
| 14 | 14 | ||
| 15 | inherit autotools-brokensep | 15 | inherit autotools-brokensep |
| 16 | 16 | ||
| 17 | PACKAGECONFIG ?= "udev ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" | 17 | PACKAGECONFIG ?= "udev ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 18 | 18 | ||
| 19 | PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" | 19 | PACKAGECONFIG[udev] = "--with-udev,--without-udev,udev,udev" |
| 20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" | 20 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6" |
diff --git a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb index e3f5aa3968..b42b197fdd 100644 --- a/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb +++ b/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.4.bb | |||
| @@ -34,7 +34,7 @@ acpaths = "-I ./m4" | |||
| 34 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" | 34 | SRC_URI += "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', '', 'file://fix-disable-ipv6.patch', d)}" |
| 35 | 35 | ||
| 36 | PACKAGECONFIG ??= "ftp uucpd \ | 36 | PACKAGECONFIG ??= "ftp uucpd \ |
| 37 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | 37 | ${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)} \ |
| 38 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6 ping6', '', d)} \ | 38 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6 ping6', '', d)} \ |
| 39 | " | 39 | " |
| 40 | PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline" | 40 | PACKAGECONFIG[ftp] = "--enable-ftp,--disable-ftp,readline" |
| @@ -153,7 +153,7 @@ ALTERNATIVE_LINK_NAME[ifconfig] = "${base_sbindir}/ifconfig" | |||
| 153 | ALTERNATIVE_${PN}-ping = "ping" | 153 | ALTERNATIVE_${PN}-ping = "ping" |
| 154 | ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" | 154 | ALTERNATIVE_LINK_NAME[ping] = "${base_bindir}/ping" |
| 155 | 155 | ||
| 156 | ALTERNATIVE_${PN}-ping6 = "${@bb.utils.contains('PACKAGECONFIG', 'ping6', 'ping6', '', d)}" | 156 | ALTERNATIVE_${PN}-ping6 = "${@bb.utils.filter('PACKAGECONFIG', 'ping6', d)}" |
| 157 | ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6" | 157 | ALTERNATIVE_LINK_NAME[ping6] = "${base_bindir}/ping6" |
| 158 | 158 | ||
| 159 | 159 | ||
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb index 0ba59c7d3c..1d9ed7c845 100644 --- a/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb +++ b/meta-networking/recipes-connectivity/samba/samba_4.4.5.bb | |||
| @@ -48,8 +48,7 @@ SYSTEMD_PACKAGES = "${PN}-base winbind" | |||
| 48 | SYSTEMD_SERVICE_${PN}-base = "nmb.service smb.service" | 48 | SYSTEMD_SERVICE_${PN}-base = "nmb.service smb.service" |
| 49 | SYSTEMD_SERVICE_winbind = "winbind.service" | 49 | SYSTEMD_SERVICE_winbind = "winbind.service" |
| 50 | 50 | ||
| 51 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 51 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \ |
| 52 | ${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'zeroconf', '', d)} \ | ||
| 53 | acl cups ldap \ | 52 | acl cups ldap \ |
| 54 | " | 53 | " |
| 55 | 54 | ||
diff --git a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb index 0040f677bf..afae3c863a 100644 --- a/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb +++ b/meta-networking/recipes-connectivity/wolfssl/wolfssl_3.9.0.bb | |||
| @@ -19,5 +19,5 @@ SRC_URI[sha256sum] = "98f50244f7b43f8683bd0cf5c599849d330e75e6cf077e96f14e83bda8 | |||
| 19 | 19 | ||
| 20 | inherit autotools | 20 | inherit autotools |
| 21 | 21 | ||
| 22 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 22 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
diff --git a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb index 4a888c84fd..8d55596572 100644 --- a/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb +++ b/meta-networking/recipes-daemons/autofs/autofs_5.1.1.bb | |||
| @@ -36,7 +36,7 @@ CFLAGS += "${LDFLAGS}" | |||
| 36 | 36 | ||
| 37 | PACKAGECONFIG[systemd] = "--with-systemd=${systemd_unitdir}/system,--without-systemd,systemd" | 37 | PACKAGECONFIG[systemd] = "--with-systemd=${systemd_unitdir}/system,--without-systemd,systemd" |
| 38 | 38 | ||
| 39 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 39 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 40 | 40 | ||
| 41 | EXTRA_OEMAKE = "DONTSTRIP=1" | 41 | EXTRA_OEMAKE = "DONTSTRIP=1" |
| 42 | EXTRA_OECONF += "--disable-mount-locking \ | 42 | EXTRA_OECONF += "--disable-mount-locking \ |
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index 69df274fe0..61b7ad47d0 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | |||
| @@ -24,10 +24,8 @@ EXTRA_OECONF += "--with-dblib=berkeley \ | |||
| 24 | andrew_cv_runpath_switch=none" | 24 | andrew_cv_runpath_switch=none" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "ntlm \ | 26 | PACKAGECONFIG ??= "ntlm \ |
| 27 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \ | 27 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 ldap pam', d)} \ |
| 28 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | 28 | " |
| 29 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | ||
| 30 | " | ||
| 31 | PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5," | 29 | PACKAGECONFIG[gssapi] = "--enable-gssapi=yes,--enable-gssapi=no,krb5," |
| 32 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 30 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
| 33 | PACKAGECONFIG[opie] = "--with-opie,--without-opie,opie," | 31 | PACKAGECONFIG[opie] = "--with-opie,--without-opie,opie," |
diff --git a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb index b5851a9599..126878f770 100644 --- a/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb +++ b/meta-networking/recipes-daemons/dnrd/dnrd_2.20.3.bb | |||
| @@ -22,7 +22,7 @@ SYSTEMD_SERVICE_${PN} = "dnrd.service" | |||
| 22 | SYSTEMD_AUTO_ENABLE = "disable" | 22 | SYSTEMD_AUTO_ENABLE = "disable" |
| 23 | 23 | ||
| 24 | inherit autotools | 24 | inherit autotools |
| 25 | inherit ${@bb.utils.contains('VIRTUAL-RUNTIME_init_manager','systemd','systemd','', d)} | 25 | inherit ${@bb.utils.filter('VIRTUAL-RUNTIME_init_manager', 'systemd', d)} |
| 26 | 26 | ||
| 27 | do_install() { | 27 | do_install() { |
| 28 | oe_runmake install DESTDIR=${D} INSTALL="install -p" | 28 | oe_runmake install DESTDIR=${D} INSTALL="install -p" |
diff --git a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb index c27a1cc9b3..73efac2fb1 100644 --- a/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb +++ b/meta-networking/recipes-daemons/proftpd/proftpd_1.3.5b.bb | |||
| @@ -20,8 +20,7 @@ SRC_URI[sha256sum] = "afc1789f2478acf88dfdc7d70da90a4fa2786d628218e9574273295d04 | |||
| 20 | inherit autotools-brokensep useradd update-rc.d systemd | 20 | inherit autotools-brokensep useradd update-rc.d systemd |
| 21 | 21 | ||
| 22 | PACKAGECONFIG ??= "shadow \ | 22 | PACKAGECONFIG ??= "shadow \ |
| 23 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 23 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 pam', d)} \ |
| 24 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | ||
| 25 | " | 24 | " |
| 26 | 25 | ||
| 27 | PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncurses" | 26 | PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncurses" |
diff --git a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb index fc7f7689be..2e9e1f116d 100644 --- a/meta-networking/recipes-daemons/squid/squid_3.5.20.bb +++ b/meta-networking/recipes-daemons/squid/squid_3.5.20.bb | |||
| @@ -39,7 +39,7 @@ USERADD_PARAM_${PN} = "--system --no-create-home --home-dir /var/run/squid --she | |||
| 39 | PACKAGECONFIG ??= "${@bb.utils.contains('TARGET_ARCH', 'powerpc', 'noatomics', '', d)} \ | 39 | PACKAGECONFIG ??= "${@bb.utils.contains('TARGET_ARCH', 'powerpc', 'noatomics', '', d)} \ |
| 40 | ${@bb.utils.contains('TARGET_ARCH', 'mips', 'noatomics', '', d)} \ | 40 | ${@bb.utils.contains('TARGET_ARCH', 'mips', 'noatomics', '', d)} \ |
| 41 | ${@bb.utils.contains('TARGET_ARCH', 'mipsel', 'noatomics', '', d)} \ | 41 | ${@bb.utils.contains('TARGET_ARCH', 'mipsel', 'noatomics', '', d)} \ |
| 42 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 42 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 43 | " | 43 | " |
| 44 | PACKAGECONFIG[libnetfilter-conntrack] = "--with-netfilter-conntrack=${includedir}, --without-netfilter-conntrack, libnetfilter-conntrack" | 44 | PACKAGECONFIG[libnetfilter-conntrack] = "--with-netfilter-conntrack=${includedir}, --without-netfilter-conntrack, libnetfilter-conntrack" |
| 45 | PACKAGECONFIG[noatomics] = "squid_cv_gnu_atomics=no,squid_cv_gnu_atomics=yes,," | 45 | PACKAGECONFIG[noatomics] = "squid_cv_gnu_atomics=no,squid_cv_gnu_atomics=yes,," |
diff --git a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb index 5932f85cad..7f567133bf 100644 --- a/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb +++ b/meta-networking/recipes-daemons/tftp-hpa/tftp-hpa_5.2.bb | |||
| @@ -37,7 +37,7 @@ export AR = "${HOST_PREFIX}ar cq" | |||
| 37 | 37 | ||
| 38 | EXTRA_OECONF += "--disable-option-checking" | 38 | EXTRA_OECONF += "--disable-option-checking" |
| 39 | 39 | ||
| 40 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 40 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 41 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 41 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 42 | 42 | ||
| 43 | # configure.in has errors | 43 | # configure.in has errors |
diff --git a/meta-networking/recipes-irc/znc/znc_git.bb b/meta-networking/recipes-irc/znc/znc_git.bb index f3345a9443..c2d71563a1 100644 --- a/meta-networking/recipes-irc/znc/znc_git.bb +++ b/meta-networking/recipes-irc/znc/znc_git.bb | |||
| @@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
| 21 | 21 | ||
| 22 | inherit autotools-brokensep pkgconfig | 22 | inherit autotools-brokensep pkgconfig |
| 23 | 23 | ||
| 24 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 24 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 25 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 25 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 26 | 26 | ||
| 27 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail | 27 | # ZNC has a custom autogen.sh that states that this command is needed *and* expected to fail |
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb index 8f08acf30f..d61636ee87 100644 --- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh_0.17.bb | |||
| @@ -36,14 +36,14 @@ CFLAGS += " -D_GNU_SOURCE -Wno-deprecated-declarations" | |||
| 36 | LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" | 36 | LDFLAGS += " -L${STAGING_LIBDIR} -lutil -lcrypt" |
| 37 | 37 | ||
| 38 | PACKAGECONFIG ??= "" | 38 | PACKAGECONFIG ??= "" |
| 39 | PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "pam", "pam", "", d)}" | 39 | PACKAGECONFIG += "${@bb.utils.filter('DISTRO_FEATURES', 'pam', d)}" |
| 40 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" | 40 | PACKAGECONFIG[pam] = " , --without-pam, libpam, libpam" |
| 41 | 41 | ||
| 42 | do_configure () { | 42 | do_configure () { |
| 43 | ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} | 43 | ./configure --prefix=${prefix} --exec-prefix=${exec_prefix} |
| 44 | echo "INSTALLROOT=${D}" > MCONFIG | 44 | echo "INSTALLROOT=${D}" > MCONFIG |
| 45 | 45 | ||
| 46 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'pam', 'pam', '', d)}" != "" ]; then | 46 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'pam', d)}" ]; then |
| 47 | echo "USE_PAM=1" >> MCONFIG | 47 | echo "USE_PAM=1" >> MCONFIG |
| 48 | fi | 48 | fi |
| 49 | 49 | ||
| @@ -65,7 +65,7 @@ do_install () { | |||
| 65 | 'BINDIR=${bindir}' 'SBINDIR=${sbindir}' \ | 65 | 'BINDIR=${bindir}' 'SBINDIR=${sbindir}' \ |
| 66 | 'MANDIR=${mandir}' install | 66 | 'MANDIR=${mandir}' install |
| 67 | 67 | ||
| 68 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'pam', 'pam', '', d)}" != "" ]; then | 68 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'pam', d)}" ]; then |
| 69 | install -d ${D}${sysconfdir}/pam.d | 69 | install -d ${D}${sysconfdir}/pam.d |
| 70 | install -m 0644 debian/hosts.equiv ${D}/${sysconfdir} | 70 | install -m 0644 debian/hosts.equiv ${D}/${sysconfdir} |
| 71 | install -m 0644 ${WORKDIR}/rexec.pam ${D}/${sysconfdir}/pam.d/rexec | 71 | install -m 0644 ${WORKDIR}/rexec.pam ${D}/${sysconfdir}/pam.d/rexec |
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 | ||
diff --git a/meta-networking/recipes-support/chrony/chrony_2.4.bb b/meta-networking/recipes-support/chrony/chrony_2.4.bb index deb2148e66..ad81701990 100644 --- a/meta-networking/recipes-support/chrony/chrony_2.4.bb +++ b/meta-networking/recipes-support/chrony/chrony_2.4.bb | |||
| @@ -59,7 +59,7 @@ inherit update-rc.d systemd | |||
| 59 | # - 'scfilter' enables support for system call filtering, but requires the | 59 | # - 'scfilter' enables support for system call filtering, but requires the |
| 60 | # kernel to have CONFIG_SECCOMP enabled. | 60 | # kernel to have CONFIG_SECCOMP enabled. |
| 61 | PACKAGECONFIG ??= "editline scfilter \ | 61 | PACKAGECONFIG ??= "editline scfilter \ |
| 62 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 62 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 63 | " | 63 | " |
| 64 | PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline" | 64 | PACKAGECONFIG[readline] = "--without-editline,--without-readline,readline" |
| 65 | PACKAGECONFIG[editline] = ",--without-editline,libedit" | 65 | PACKAGECONFIG[editline] = ",--without-editline,libedit" |
diff --git a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc index 424a06b325..ef79c5f822 100644 --- a/meta-networking/recipes-support/dnsmasq/dnsmasq.inc +++ b/meta-networking/recipes-support/dnsmasq/dnsmasq.inc | |||
| @@ -53,7 +53,7 @@ do_install () { | |||
| 53 | 53 | ||
| 54 | install -d ${D}${systemd_unitdir}/system | 54 | install -d ${D}${systemd_unitdir}/system |
| 55 | 55 | ||
| 56 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'resolvconf', '', d)}" != "" ]; then | 56 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'resolvconf', d)}" ]; then |
| 57 | install -m 0644 ${WORKDIR}/dnsmasq-resolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service | 57 | install -m 0644 ${WORKDIR}/dnsmasq-resolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service |
| 58 | else | 58 | else |
| 59 | install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service | 59 | install -m 0644 ${WORKDIR}/dnsmasq-noresolvconf.service ${D}${systemd_unitdir}/system/dnsmasq.service |
| @@ -61,11 +61,11 @@ do_install () { | |||
| 61 | 61 | ||
| 62 | install -m 0755 ${S}/contrib/lease-tools/dhcp_release ${D}${bindir} | 62 | install -m 0755 ${S}/contrib/lease-tools/dhcp_release ${D}${bindir} |
| 63 | 63 | ||
| 64 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'dbus', 'dbus', '', d)}" != "" ]; then | 64 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'dbus', d)}" ]; then |
| 65 | install -d ${D}${sysconfdir}/dbus-1/system.d | 65 | install -d ${D}${sysconfdir}/dbus-1/system.d |
| 66 | install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/ | 66 | install -m 644 dbus/dnsmasq.conf ${D}${sysconfdir}/dbus-1/system.d/ |
| 67 | fi | 67 | fi |
| 68 | if [ "${@bb.utils.contains('PACKAGECONFIG', 'resolvconf', 'resolvconf', '', d)}" != "" ]; then | 68 | if [ "${@bb.utils.filter('PACKAGECONFIG', 'resolvconf', d)}" ]; then |
| 69 | install -d ${D}${sysconfdir}/resolvconf/update.d/ | 69 | install -d ${D}${sysconfdir}/resolvconf/update.d/ |
| 70 | install -m 0755 ${WORKDIR}/dnsmasq.resolvconf ${D}${sysconfdir}/resolvconf/update.d/dnsmasq | 70 | install -m 0755 ${WORKDIR}/dnsmasq.resolvconf ${D}${sysconfdir}/resolvconf/update.d/dnsmasq |
| 71 | 71 | ||
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb b/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb index 66af361e49..b2ead4b191 100644 --- a/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb +++ b/meta-networking/recipes-support/dovecot/dovecot_2.2.25.bb | |||
| @@ -16,10 +16,7 @@ DEPENDS = "openssl xz zlib bzip2 libcap icu" | |||
| 16 | 16 | ||
| 17 | inherit autotools pkgconfig systemd useradd | 17 | inherit autotools pkgconfig systemd useradd |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= " \ | 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ldap pam', d)}" |
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \ | ||
| 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | ||
| 22 | " | ||
| 23 | 20 | ||
| 24 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," | 21 | PACKAGECONFIG[pam] = "--with-pam,--without-pam,libpam," |
| 25 | PACKAGECONFIG[ldap] = "--with-ldap=plugin,--without-ldap,openldap," | 22 | PACKAGECONFIG[ldap] = "--with-ldap=plugin,--without-ldap,openldap," |
diff --git a/meta-networking/recipes-support/fping/fping_3.5.bb b/meta-networking/recipes-support/fping/fping_3.5.bb index 2f5f2b6c64..82e3bf0730 100644 --- a/meta-networking/recipes-support/fping/fping_3.5.bb +++ b/meta-networking/recipes-support/fping/fping_3.5.bb | |||
| @@ -21,5 +21,5 @@ inherit autotools | |||
| 21 | 21 | ||
| 22 | EXTRA_OECONF = "--enable-ipv4" | 22 | EXTRA_OECONF = "--enable-ipv4" |
| 23 | 23 | ||
| 24 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 24 | PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 25 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 25 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
diff --git a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb index 28cb8479f7..a90919ba42 100644 --- a/meta-networking/recipes-support/libldb/libldb_1.1.29.bb +++ b/meta-networking/recipes-support/libldb/libldb_1.1.29.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "http://samba.org/ftp/ldb/ldb-${PV}.tar.gz \ | |||
| 12 | " | 12 | " |
| 13 | 13 | ||
| 14 | PACKAGECONFIG ??= "\ | 14 | PACKAGECONFIG ??= "\ |
| 15 | ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ | 15 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} \ |
| 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ | 16 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ |
| 17 | " | 17 | " |
| 18 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | 18 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" |
diff --git a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb index 26bd1d58a3..0283088ff4 100644 --- a/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb +++ b/meta-networking/recipes-support/libtalloc/libtalloc_2.1.8.bb | |||
| @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "22d14911164d4de67ff76b5269fa5250d01f78c955bc77e28615350996 | |||
| 16 | inherit waf-samba | 16 | inherit waf-samba |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ??= "\ | 18 | PACKAGECONFIG ??= "\ |
| 19 | ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ | 19 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} \ |
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ | 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ |
| 21 | " | 21 | " |
| 22 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | 22 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" |
diff --git a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb index fa1f0c5f72..e256ac9b60 100644 --- a/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb +++ b/meta-networking/recipes-support/libtdb/libtdb_1.3.12.bb | |||
| @@ -14,7 +14,7 @@ SRC_URI[md5sum] = "d9627e7aacd535a8251401f914bb6924" | |||
| 14 | SRC_URI[sha256sum] = "60134e32253cac8e2efe5e0185d20123c208bcf6ad15edf2f50d80daadf8c348" | 14 | SRC_URI[sha256sum] = "60134e32253cac8e2efe5e0185d20123c208bcf6ad15edf2f50d80daadf8c348" |
| 15 | 15 | ||
| 16 | PACKAGECONFIG ??= "\ | 16 | PACKAGECONFIG ??= "\ |
| 17 | ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ | 17 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} \ |
| 18 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ | 18 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ |
| 19 | " | 19 | " |
| 20 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | 20 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" |
diff --git a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb index f9657d2d5e..ad711e730e 100644 --- a/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb +++ b/meta-networking/recipes-support/libtevent/libtevent_0.9.31.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "4a13f2256ad804c860e84068258bd0f8be31cf0c79aa8f3019fa32f692 | |||
| 17 | inherit waf-samba | 17 | inherit waf-samba |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= "\ | 19 | PACKAGECONFIG ??= "\ |
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'acl', 'acl', '', d)} \ | 20 | ${@bb.utils.filter('DISTRO_FEATURES', 'acl', d)} \ |
| 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ | 21 | ${@bb.utils.contains('DISTRO_FEATURES', 'xattr', 'attr', '', d)} \ |
| 22 | " | 22 | " |
| 23 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" | 23 | PACKAGECONFIG[acl] = "--with-acl,--without-acl,acl" |
diff --git a/meta-networking/recipes-support/mtr/mtr_0.86.bb b/meta-networking/recipes-support/mtr/mtr_0.86.bb index 1d8a2cf9da..92f4f3c0bc 100644 --- a/meta-networking/recipes-support/mtr/mtr_0.86.bb +++ b/meta-networking/recipes-support/mtr/mtr_0.86.bb | |||
| @@ -17,5 +17,5 @@ inherit autotools | |||
| 17 | 17 | ||
| 18 | EXTRA_OECONF = "--without-gtk" | 18 | EXTRA_OECONF = "--without-gtk" |
| 19 | 19 | ||
| 20 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 20 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)}" |
| 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
diff --git a/meta-networking/recipes-support/netcf/netcf_git.bb b/meta-networking/recipes-support/netcf/netcf_git.bb index ed713ace28..90c77c9f54 100644 --- a/meta-networking/recipes-support/netcf/netcf_git.bb +++ b/meta-networking/recipes-support/netcf/netcf_git.bb | |||
| @@ -20,7 +20,7 @@ inherit gettext autotools pkgconfig systemd | |||
| 20 | 20 | ||
| 21 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" | 21 | EXTRA_OECONF_append_class-target = " --with-driver=redhat" |
| 22 | 22 | ||
| 23 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "systemd", "systemd", "", d)}" | 23 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 24 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," | 24 | PACKAGECONFIG[systemd] = "--with-sysinit=systemd,--with-sysinit=initscripts," |
| 25 | 25 | ||
| 26 | do_configure_prepend() { | 26 | do_configure_prepend() { |
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb b/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb index 9fc6406b73..b9c0aa700a 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_1.38.bb | |||
| @@ -19,7 +19,7 @@ This is the final IPv4-only version of ypbind-mt. \ | |||
| 19 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" | 19 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" |
| 20 | DEPENDS = " \ | 20 | DEPENDS = " \ |
| 21 | yp-tools \ | 21 | yp-tools \ |
| 22 | ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)} \ | 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)} \ |
| 23 | " | 23 | " |
| 24 | RDEPENDS_${PN} += "yp-tools" | 24 | RDEPENDS_${PN} += "yp-tools" |
| 25 | 25 | ||
diff --git a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb index 82544e7590..5e00567383 100644 --- a/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb +++ b/meta-networking/recipes-support/nis/ypbind-mt_2.2.bb | |||
| @@ -15,7 +15,7 @@ of known secure NIS server (/etc/yp.conf) Binds to \ | |||
| 15 | the server which answered as first. \ | 15 | the server which answered as first. \ |
| 16 | " | 16 | " |
| 17 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" | 17 | HOMEPAGE = "http://www.linux-nis.org/nis/ypbind-mt/index.html" |
| 18 | DEPENDS = "yp-tools ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" | 18 | DEPENDS = "yp-tools ${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
| 19 | PROVIDES += "ypbind" | 19 | PROVIDES += "ypbind" |
| 20 | 20 | ||
| 21 | PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools" | 21 | PNBLACKLIST[ypbind-mt] ?= "BROKEN: Depends on broken yp-tools" |
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p9.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p9.bb index 9d74c96f37..58b31c5ca1 100644 --- a/meta-networking/recipes-support/ntp/ntp_4.2.8p9.bb +++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p9.bb | |||
| @@ -47,7 +47,7 @@ USERADD_PARAM_${PN} = "--system --home-dir ${NTP_USER_HOME} \ | |||
| 47 | 47 | ||
| 48 | # NB: debug is default-enabled by NTP; keep it default-enabled here. | 48 | # NB: debug is default-enabled by NTP; keep it default-enabled here. |
| 49 | PACKAGECONFIG ??= "cap debug refclocks openssl \ | 49 | PACKAGECONFIG ??= "cap debug refclocks openssl \ |
| 50 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 50 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 51 | " | 51 | " |
| 52 | PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ | 52 | PACKAGECONFIG[openssl] = "--with-openssl-libdir=${STAGING_LIBDIR} \ |
| 53 | --with-openssl-incdir=${STAGING_INCDIR} \ | 53 | --with-openssl-incdir=${STAGING_INCDIR} \ |
diff --git a/meta-networking/recipes-support/strongswan/strongswan_5.5.1.bb b/meta-networking/recipes-support/strongswan/strongswan_5.5.1.bb index 9c11904268..f9e7ae3c1a 100644 --- a/meta-networking/recipes-support/strongswan/strongswan_5.5.1.bb +++ b/meta-networking/recipes-support/strongswan/strongswan_5.5.1.bb | |||
| @@ -22,7 +22,7 @@ EXTRA_OECONF += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', '--with-syst | |||
| 22 | 22 | ||
| 23 | 23 | ||
| 24 | PACKAGECONFIG ??= "charon curl gmp openssl stroke sqlite3 \ | 24 | PACKAGECONFIG ??= "charon curl gmp openssl stroke sqlite3 \ |
| 25 | ${@bb.utils.contains('DISTRO_FEATURES', 'ldap', 'ldap', '', d)} \ | 25 | ${@bb.utils.filter('DISTRO_FEATURES', 'ldap', d)} \ |
| 26 | " | 26 | " |
| 27 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni," | 27 | PACKAGECONFIG[aesni] = "--enable-aesni,--disable-aesni," |
| 28 | PACKAGECONFIG[charon] = "--enable-charon,--disable-charon," | 28 | PACKAGECONFIG[charon] = "--enable-charon,--disable-charon," |
diff --git a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb index 51369f4d4c..3e2e2c2299 100644 --- a/meta-networking/recipes-support/stunnel/stunnel_5.35.bb +++ b/meta-networking/recipes-support/stunnel/stunnel_5.35.bb | |||
| @@ -16,8 +16,6 @@ inherit autotools | |||
| 16 | 16 | ||
| 17 | EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" | 17 | EXTRA_OECONF += "--with-ssl='${STAGING_EXECPREFIXDIR}' --disable-fips" |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','systemd','systemd','',d)} \ | 19 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)}" |
| 20 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | ||
| 21 | " | ||
| 22 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 20 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
| 23 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
diff --git a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb index 8c2c111fd0..83ad11b0e9 100644 --- a/meta-networking/recipes-support/tnftp/tnftp_20151004.bb +++ b/meta-networking/recipes-support/tnftp/tnftp_20151004.bb | |||
| @@ -33,7 +33,7 @@ SRC_URI[md5sum] = "a49fbe752318d5a7893f900046ea00d5" | |||
| 33 | SRC_URI[sha256sum] = "c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" | 33 | SRC_URI[sha256sum] = "c94a8a49d3f4aec1965feea831d4d5bf6f90c65fd8381ee0863d11a5029a43a0" |
| 34 | 34 | ||
| 35 | PACKAGECONFIG ?= "openssl \ | 35 | PACKAGECONFIG ?= "openssl \ |
| 36 | ${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)} \ | 36 | ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ |
| 37 | " | 37 | " |
| 38 | PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl" | 38 | PACKAGECONFIG[openssl] = "--enable-ssl, --disable-ssl --with-ssl=no, openssl" |
| 39 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 39 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
