All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] packages/rsyslog: add support for RELP
Date: Wed, 23 Sep 2020 22:19:45 +0200	[thread overview]
Message-ID: <20200923221945.050f9eda@windsurf> (raw)
In-Reply-To: <20200921165834.7514-3-dgouarin@gmail.com>

Hello,

On Mon, 21 Sep 2020 18:58:34 +0200
David GOUARIN <dgouarin@gmail.com> wrote:

> +config BR2_PACKAGE_RSYSLOG_RELP
> +	bool "enable support for relp logging protocol"
> +	depends on BR2_PACKAGE_RSYSLOG
> +	select BR2_PACKAGE_LIBRELP
> +	help
> +	  Enable relp rsyslog plugin.

I dropped this option entirely.

> +ifeq ($(BR2_PACKAGE_RSYSLOG_RELP),y)

And simply made this based on the following condition:

ifeq ($(BR2_PACKAGE_LIBRELP),y)

> +RSYSLOG_DEPENDENCIES += librelp
> +RSYSLOG_PLUGINS += relp
> +endif

And I've applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2020-09-23 20:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 16:58 [Buildroot] [PATCH 0/2] Add RELP plugin to rsyslog David GOUARIN
2020-09-21 16:58 ` [Buildroot] [PATCH 1/2] packages/librelp: new package David GOUARIN
2020-09-23 20:17   ` Thomas Petazzoni
2020-09-21 16:58 ` [Buildroot] [PATCH 2/2] packages/rsyslog: add support for RELP David GOUARIN
2020-09-23 20:19   ` Thomas Petazzoni [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200923221945.050f9eda@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.