Skip to content

Commit

Permalink
syslog-ng: Drop an obsolete patch to add --enable-libnet
Browse files Browse the repository at this point in the history
Configure will work correctly even if this patch was removed.

Adjust PACKAGECONFIG accordingly.

Signed-off-by: Yi Fan Yu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
Yi Fan Yu authored and kraj committed Apr 16, 2021
1 parent 025454c commit 1e8838e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 79 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion meta-oe/recipes-support/syslog-ng/syslog-ng.inc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd,"
PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap,"
PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi,"
PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet,"
PACKAGECONFIG[libnet] = "--with-libnet=${STAGING_BINDIR_CROSS},,libnet,"
PACKAGECONFIG[http] = "--enable-http,--disable-http,curl,"
PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
Expand Down
1 change: 0 additions & 1 deletion meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ SRC_URI += "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.t
file://syslog-ng-tmp.conf \
file://syslog-ng.service-the-syslog-ng-service.patch \
file://0002-scl-fix-wrong-ownership-during-installation.patch \
file://0004-configure.ac-add-libnet-enable-option.patch \
file://0005-.py-s-python-python3-exclude-tests.patch \
"
SRC_URI[md5sum] = "69ef4dc5628d5e603e9e4a1b937592f8"
Expand Down

0 comments on commit 1e8838e

Please sign in to comment.