diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-security/audit/audit_4.1.2.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb index e064f5acd5..71a05560fc 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.15.bb | |||
| @@ -12,10 +12,9 @@ SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=2.8.x;tag=v${P | |||
| 12 | 12 | ||
| 13 | inherit autotools | 13 | inherit autotools |
| 14 | 14 | ||
| 15 | PACKAGECONFIG ??= "openssl tcp-wrappers" | 15 | PACKAGECONFIG ??= "openssl" |
| 16 | 16 | ||
| 17 | PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl" | 17 | PACKAGECONFIG[openssl] = "--with-openssl=${STAGING_DIR_HOST}${prefix},--without-openssl, openssl" |
| 18 | PACKAGECONFIG[tcp-wrappers] = "--with-tcp-wrappers,--without-tcp-wrappers, tcp-wrappers" | ||
| 19 | PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig" | 18 | PACKAGECONFIG[swig] = "--with-swig,--without-swig, swig" |
| 20 | 19 | ||
| 21 | EXTRA_OECONF = "--without-python" | 20 | EXTRA_OECONF = "--without-python" |
diff --git a/meta-oe/recipes-security/audit/audit_4.1.2.bb b/meta-oe/recipes-security/audit/audit_4.1.2.bb index 2cd28e85f1..ae06b6023e 100644 --- a/meta-oe/recipes-security/audit/audit_4.1.2.bb +++ b/meta-oe/recipes-security/audit/audit_4.1.2.bb | |||
| @@ -24,10 +24,9 @@ INITSCRIPT_PARAMS = "defaults" | |||
| 24 | SYSTEMD_PACKAGES = "auditd" | 24 | SYSTEMD_PACKAGES = "auditd" |
| 25 | SYSTEMD_SERVICE:auditd = "auditd.service audit-rules.service" | 25 | SYSTEMD_SERVICE:auditd = "auditd.service audit-rules.service" |
| 26 | 26 | ||
| 27 | DEPENDS = "python3 tcp-wrappers libcap-ng linux-libc-headers swig-native python3-setuptools-native coreutils-native" | 27 | DEPENDS = "python3 libcap-ng linux-libc-headers swig-native python3-setuptools-native coreutils-native" |
| 28 | 28 | ||
| 29 | EXTRA_OECONF = " \ | 29 | EXTRA_OECONF = " \ |
| 30 | --with-libwrap \ | ||
| 31 | --with-libcap-ng \ | 30 | --with-libcap-ng \ |
| 32 | --with-python3 \ | 31 | --with-python3 \ |
| 33 | --with-arm \ | 32 | --with-arm \ |
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb index 1b46d66d6c..3eb46b775c 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_4.8.2.bb | |||
| @@ -61,7 +61,6 @@ PACKAGECONFIG[http] = "--enable-http,--disable-http,curl," | |||
| 61 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," | 61 | PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp," |
| 62 | PACKAGECONFIG[stomp] = "--enable-stomp,--disable-stomp,," | 62 | PACKAGECONFIG[stomp] = "--enable-stomp,--disable-stomp,," |
| 63 | PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," | 63 | PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c," |
| 64 | PACKAGECONFIG[tcp-wrapper] = "--enable-tcp-wrapper,--disable-tcp-wrapper,tcp-wrappers," | ||
| 65 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," | 64 | PACKAGECONFIG[geoip] = "--enable-geoip,--disable-geoip,geoip," |
| 66 | PACKAGECONFIG[native] = "--enable-native,--disable-native,," | 65 | PACKAGECONFIG[native] = "--enable-native,--disable-native,," |
| 67 | PACKAGECONFIG[examples] = "--enable-example-modules,--disable-example-modules,," | 66 | PACKAGECONFIG[examples] = "--enable-example-modules,--disable-example-modules,," |
