aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-connectivity/crda/crda_3.18.bb2
-rw-r--r--meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb2
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb2
3 files changed, 6 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index dbddd55cba..2aa9a09f70 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -34,3 +34,5 @@ do_install() {
}
RDEPENDS_${PN} = "udev wireless-regdb"
+
+PNBLACKLIST[crda] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130675/"
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
index 0afe10c7c0..bb21e0cfee 100644
--- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
+++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb
@@ -42,3 +42,5 @@ do_install() {
install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN}
}
ALTERNATIVE_PRIORITY = "60"
+
+PNBLACKLIST[netcat-openbsd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130673/"
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb
index 5e7fdfa577..21aad3bd1d 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb
@@ -68,3 +68,5 @@ do_install_append () {
}
FILES_${PN} += "${datadir}*"
+
+PNBLACKLIST[wireshark] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130671/"