mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
drbd,netkit-rusers: Blacklist packages
These fail to build always Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -78,7 +78,7 @@ RDEPENDS_packagegroup-meta-networking-kernel = "\
|
|||||||
RDEPENDS_packagegroup-meta-networking-netkit = "\
|
RDEPENDS_packagegroup-meta-networking-netkit = "\
|
||||||
netkit-rwho-client netkit-rwho-server netkit-rsh-client netkit-rsh-server \
|
netkit-rwho-client netkit-rwho-server netkit-rsh-client netkit-rsh-server \
|
||||||
netkit-telnet netkit-tftp-client netkit-tftp-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 = "\
|
RDEPENDS_packagegroup-meta-networking-protocols = "\
|
||||||
@@ -95,7 +95,7 @@ RDEPENDS_packagegroup-meta-networking-support = "\
|
|||||||
phytool fwknop htpdate tcpreplay \
|
phytool fwknop htpdate tcpreplay \
|
||||||
traceroute geoip-perl geoip geoipupdate esmtp \
|
traceroute geoip-perl geoip geoipupdate esmtp \
|
||||||
libtdb netcf dnsmasq curlpp openipmi drbd-utils \
|
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 \
|
usbredir ntop wireshark tnftp lksctp-tools \
|
||||||
cim-schema-docs cim-schema-final cim-schema-exper \
|
cim-schema-docs cim-schema-final cim-schema-exper \
|
||||||
libmemcached smcroute libtevent ipcalc c-ares uftp \
|
libmemcached smcroute libtevent ipcalc c-ares uftp \
|
||||||
|
|||||||
@@ -69,3 +69,4 @@ RDEPENDS_${PN}-server += "tcp-wrappers xinetd rpcbind"
|
|||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/186962/
|
# http://errors.yoctoproject.org/Errors/Details/186962/
|
||||||
COMPATIBLE_HOST_libc-musl = 'null'
|
COMPATIBLE_HOST_libc-musl = 'null'
|
||||||
|
PNBLACKLIST[netkit-rusers] = "Fails to build rup.c:51:10: fatal error: rstat.h: No such file or directory"
|
||||||
|
|||||||
@@ -21,3 +21,5 @@ EXTRA_OEMAKE += "KDIR='${STAGING_KERNEL_DIR}'"
|
|||||||
do_install () {
|
do_install () {
|
||||||
oe_runmake install DESTDIR="${D}"
|
oe_runmake install DESTDIR="${D}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PNBLACKLIST[drbd] = "Kernel module Needs forward porting to kernel 5.2+"
|
||||||
|
|||||||
Reference in New Issue
Block a user