gensio,audit,syslog-ng: Disable and remove tcp-wrappers support

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2025-11-05 19:26:07 -08:00
parent 64f7fef439
commit 7f045f60d4
No known key found for this signature in database
GPG Key ID: BB053355919D3314
3 changed files with 2 additions and 5 deletions

View File

@ -12,10 +12,9 @@ SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.8.x;tag=v${P
inherit autotools inherit autotools
PACKAGECONFIG ??= "openssl tcp-wrappers" PACKAGECONFIG ??= "openssl"
PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl" PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl"
PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers"
PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig" PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig"
EXTRA_OECONF = "--without-python" EXTRA_OECONF = "--without-python"

View File

@ -24,10 +24,9 @@ INITSCRIPT_PARAMS = "defaults"
SYSTEMD_PACKAGES = "auditd" SYSTEMD_PACKAGES = "auditd"
SYSTEMD_SERVICE:auditd = "auditd.service audit-rules.service" SYSTEMD_SERVICE:auditd = "auditd.service audit-rules.service"
DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native python3-setuptools-native coreutils-native" DEPENDS = "python3 libcap-ng linux-libc-headers swig-native python3-setuptools-native coreutils-native"
EXTRA_OECONF = " \ EXTRA_OECONF = " \
--with-libwrap \
--with-libcap-ng \ --with-libcap-ng \
--with-python3 \ --with-python3 \
--with-arm \ --with-arm \

View File

@ -61,7 +61,6 @@ PACKAGECONFIG[http] = "--enable-http,--disable-http,curl,"
PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
PACKAGECONFIG[stomp] = "--enable-stomp,--disable-stomp,," PACKAGECONFIG[stomp] = "--enable-stomp,--disable-stomp,,"
PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers,"
PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip,"
PACKAGECONFIG[native] = "--enable-native,--disable-native,," PACKAGECONFIG[native] = "--enable-native,--disable-native,,"
PACKAGECONFIG[examples] = "--enable-example-modules,--disable-example-modules,," PACKAGECONFIG[examples] = "--enable-example-modules,--disable-example-modules,,"