drbd,netkit-rusers: Blacklist packages

These fail to build always

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2019-09-07 11:26:10 -07:00
parent b4937b5d66
commit eca729d98e
3 changed files with 5 additions and 2 deletions

View File

@ -78,7 +78,7 @@ RDEPENDS_packagegroup-meta-networking-kernel = "\
RDEPENDS_packagegroup-meta-networking-netkit = "\
netkit-rwho-client netkit-rwho-server netkit-rsh-client netkit-rsh-server \
netkit-telnet netkit-tftp-client netkit-tftp-server \
netkit-ftp netkit-rusers-client netkit-rusers-server netkit-rpc \
netkit-ftp netkit-rpc \
"
RDEPENDS_packagegroup-meta-networking-protocols = "\
@ -95,7 +95,7 @@ RDEPENDS_packagegroup-meta-networking-support = "\
phytool fwknop htpdate tcpreplay \
traceroute geoip-perl geoip geoipupdate esmtp \
libtdb netcf dnsmasq curlpp openipmi drbd-utils \
drbd tunctl dovecot ipvsadm stunnel chrony spice-protocol \
tunctl dovecot ipvsadm stunnel chrony spice-protocol \
usbredir ntop wireshark tnftp lksctp-tools \
cim-schema-docs cim-schema-final cim-schema-exper \
libmemcached smcroute libtevent ipcalc c-ares uftp \

View File

@ -69,3 +69,4 @@ RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind"
# http://errors.yoctoproject.org/Errors/Details/186962/
COMPATIBLE_HOST_libc-musl = 'null'
PNBLACKLIST[netkit-rusers] = "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory"

View File

@ -21,3 +21,5 @@ EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'"
do_install () {
oe_runmake install DESTDIR="${D}"
}
PNBLACKLIST[drbd] = "Kernel module Needs forward porting to kernel 5.2+"