diff options
Diffstat (limited to 'meta-networking')
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() { | |||
| 34 | } | 34 | } |
| 35 | 35 | ||
| 36 | RDEPENDS_${PN} = "udev wireless-regdb" | 36 | RDEPENDS_${PN} = "udev wireless-regdb" |
| 37 | |||
| 38 | 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() { | |||
| 42 | install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} | 42 | install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} |
| 43 | } | 43 | } |
| 44 | ALTERNATIVE_PRIORITY = "60" | 44 | ALTERNATIVE_PRIORITY = "60" |
| 45 | |||
| 46 | 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 () { | |||
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | FILES_${PN} += "${datadir}*" | 70 | FILES_${PN} += "${datadir}*" |
| 71 | |||
| 72 | PNBLACKLIST[wireshark] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130671/" | ||
