diff mbox series

[1/1] package/rsyslog: drop libee dependency

Message ID 20220521130622.340752-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/rsyslog: drop libee dependency | expand

Commit Message

Fabrice Fontaine May 21, 2022, 1:06 p.m. UTC
Extract from
https://github.com/rsyslog/rsyslog/commit/1bc60d4ba29053bd54dd11de46e985f1d34d8462:

"NOTE TO MAINTAINERS: libee is not used by rsyslog for quite some while.
However, we never included this info into the changelog. So if you still
make rsyslog depend on libee (some do this), you should stop doing so
now. Libee is dead and no longer been maintained nor hosted by us."

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/rsyslog/rsyslog.mk | 4 ----
 1 file changed, 4 deletions(-)

Comments

Thomas Petazzoni May 30, 2022, 8:28 p.m. UTC | #1
On Sat, 21 May 2022 15:06:22 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Extract from
> https://github.com/rsyslog/rsyslog/commit/1bc60d4ba29053bd54dd11de46e985f1d34d8462:
> 
> "NOTE TO MAINTAINERS: libee is not used by rsyslog for quite some while.
> However, we never included this info into the changelog. So if you still
> make rsyslog depend on libee (some do this), you should stop doing so
> now. Libee is dead and no longer been maintained nor hosted by us."
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/rsyslog/rsyslog.mk | 4 ----
>  1 file changed, 4 deletions(-)

Applied to master, thanks.

Thomas
Peter Korsgaard June 6, 2022, 12:29 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Extract from
 > https://github.com/rsyslog/rsyslog/commit/1bc60d4ba29053bd54dd11de46e985f1d34d8462:

 > "NOTE TO MAINTAINERS: libee is not used by rsyslog for quite some while.
 > However, we never included this info into the changelog. So if you still
 > make rsyslog depend on libee (some do this), you should stop doing so
 > now. Libee is dead and no longer been maintained nor hosted by us."

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2022.02.x, thanks.
diff mbox series

Patch

diff --git a/package/rsyslog/rsyslog.mk b/package/rsyslog/rsyslog.mk
index afd1a5557e..52e76802ef 100644
--- a/package/rsyslog/rsyslog.mk
+++ b/package/rsyslog/rsyslog.mk
@@ -66,10 +66,6 @@  else
 RSYSLOG_CONF_OPTS += --disable-gnutls
 endif
 
-ifeq ($(BR2_PACKAGE_LIBEE),y)
-RSYSLOG_DEPENDENCIES += libee
-endif
-
 ifeq ($(BR2_PACKAGE_LIBGCRYPT),y)
 RSYSLOG_DEPENDENCIES += libgcrypt
 RSYSLOG_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config