diff options
Diffstat (limited to 'meta-networking')
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb index c39faef8d..eee96d865 100644 --- a/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb +++ b/meta-networking/recipes-netkit/netkit-rusers/netkit-rusers_0.17.bb | |||
@@ -69,4 +69,4 @@ RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind" | |||
69 | 69 | ||
70 | # http://errors.yoctoproject.org/Errors/Details/186962/ | 70 | # http://errors.yoctoproject.org/Errors/Details/186962/ |
71 | COMPATIBLE_HOST_libc-musl = 'null' | 71 | COMPATIBLE_HOST_libc-musl = 'null' |
72 | PNBLACKLIST[netkit-rusers] = "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" | 72 | PNBLACKLIST[netkit-rusers] ?= "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory" |
diff --git a/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb b/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb index 23fe2021b..c296c3bc1 100644 --- a/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb +++ b/meta-networking/recipes-support/drbd/drbd_9.0.19-1.bb | |||
@@ -22,4 +22,4 @@ do_install () { | |||
22 | oe_runmake install DESTDIR="${D}" | 22 | oe_runmake install DESTDIR="${D}" |
23 | } | 23 | } |
24 | 24 | ||
25 | PNBLACKLIST[drbd] = "Kernel module Needs forward porting to kernel 5.2+" | 25 | PNBLACKLIST[drbd] ?= "Kernel module Needs forward porting to kernel 5.2+" |
diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index 5917cfb3e..4a1bbe620 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |||
@@ -36,4 +36,4 @@ FILES_${PN}-dbg += "${libexecdir}/lowpan-tools/.debug/" | |||
36 | PACKAGES =+ "${PN}-python" | 36 | PACKAGES =+ "${PN}-python" |
37 | FILES_${PN}-python = "${libdir}/python*" | 37 | FILES_${PN}-python = "${libdir}/python*" |
38 | 38 | ||
39 | PNBLACKLIST[lowpan-tools] = "WARNING these tools are deprecated! Use wpan-tools instead" | 39 | PNBLACKLIST[lowpan-tools] ?= "WARNING these tools are deprecated! Use wpan-tools instead" |