mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
xinetd: Use libtirpc even on glibc
We dropped in-tree obsoleted rpc from glibc (From OE-Core rev: 1df41d0b48291f586f84b6b74003ea888be72e65) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -6,8 +6,7 @@ HOMEPAGE = "https://github.com/xinetd-org/xinetd"
|
|||||||
LICENSE = "BSD"
|
LICENSE = "BSD"
|
||||||
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
|
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=8ad8615198542444f84d28a6cf226dd8"
|
||||||
|
|
||||||
DEPENDS = ""
|
DEPENDS += "libtirpc"
|
||||||
DEPENDS_append_libc-musl = " libtirpc "
|
|
||||||
PR = "r2"
|
PR = "r2"
|
||||||
|
|
||||||
# Blacklist a bogus tag in upstream check
|
# Blacklist a bogus tag in upstream check
|
||||||
@@ -42,8 +41,8 @@ EXTRA_OECONF="--disable-nls"
|
|||||||
PACKAGECONFIG ??= "tcp-wrappers"
|
PACKAGECONFIG ??= "tcp-wrappers"
|
||||||
PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
|
PACKAGECONFIG[tcp-wrappers] = "--with-libwrap,,tcp-wrappers"
|
||||||
|
|
||||||
CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc "
|
CFLAGS += "-I${STAGING_INCDIR}/tirpc"
|
||||||
LDFLAGS_append_libc-musl = " -ltirpc "
|
LDFLAGS += "-ltirpc"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# Looks like configure.in is broken, so we are skipping
|
# Looks like configure.in is broken, so we are skipping
|
||||||
|
|||||||
Reference in New Issue
Block a user