Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 6/9] package/systemd: Remove SYSTEMD_COMPAT option
Date: Sat, 2 Jul 2016 16:51:50 +0200	[thread overview]
Message-ID: <20160702165150.67de2fd4@free-electrons.com> (raw)
In-Reply-To: <1467467955-14609-6-git-send-email-maxime.hadjinlian@gmail.com>

Hello,

On Sat,  2 Jul 2016 15:59:12 +0200, Maxime Hadjinlian wrote:
> Since v230 of systemd, the compat libraries have been fully removed.
> https://github.com/systemd/systemd/commit/4de282cf9324ab13d17ac334244d0d7cae2df37d
> 
> Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
> ---
> v1 -> v2:
>     - Fix indent
> ---
>  Config.in.legacy             |  7 +++++++
>  package/dbus/Config.in       |  1 -
>  package/liblogging/Config.in |  1 -
>  package/systemd/Config.in    | 13 -------------
>  package/systemd/systemd.mk   |  6 ------
>  5 files changed, 7 insertions(+), 21 deletions(-)
> 
> diff --git a/Config.in.legacy b/Config.in.legacy
> index 34bdaf0..70f6e0a 100644
> --- a/Config.in.legacy
> +++ b/Config.in.legacy
> @@ -369,6 +369,13 @@ config BR2_PACKAGE_SYSTEMD_ALL_EXTRAS
>  	  removed. To get the same features, the libgcrypt and xz
>  	  package should now be enabled.
>  
> +config BR2_PACKAGE_SYSTEMD_COMPAT

Options in Config.in.legacy are not sorted alphabetically, but by the
release they were removed from, and then by reverse chronological
order. So I've moved your option around.

> +	bool "systemd compatibility libraries has been removed"

has -> have

> +	help
> +	  The systemd option te enable the compatibility libraries has been
> +	  removed. Theses libraries have been useless since a few version, and
> +	  have been fully dropped from the source since v230.

Too long lines.

Applied with those changes. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2016-07-02 14:51 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-02 13:59 [Buildroot] [PATCH 1/9] package/systemd: Add optional support for myhostname Maxime Hadjinlian
2016-07-02 13:59 ` [Buildroot] [PATCH 2/9] package/systemd: Add optional support for resolved Maxime Hadjinlian
2016-07-02 14:50   ` Thomas Petazzoni
2016-07-02 13:59 ` [Buildroot] [PATCH 3/9] package/systemd: Create user only when needed Maxime Hadjinlian
2016-07-02 14:50   ` Thomas Petazzoni
2016-07-02 13:59 ` [Buildroot] [PATCH 4/9] package/systemd: Default yes for timesyncd Maxime Hadjinlian
2016-07-02 14:50   ` Thomas Petazzoni
2016-07-02 13:59 ` [Buildroot] [PATCH 5/9] package/systemd: Default yes for networkd Maxime Hadjinlian
2016-07-02 14:50   ` Thomas Petazzoni
2016-07-02 13:59 ` [Buildroot] [PATCH 6/9] package/systemd: Remove SYSTEMD_COMPAT option Maxime Hadjinlian
2016-07-02 14:51   ` Thomas Petazzoni [this message]
2016-07-02 13:59 ` [Buildroot] [PATCH 7/9] package/systemd: Remove systemd-bootchart Maxime Hadjinlian
2016-07-02 14:52   ` Thomas Petazzoni
2016-07-02 13:59 ` [Buildroot] [PATCH 8/9] systemd-bootchart: New package Maxime Hadjinlian
2016-07-02 14:53   ` Thomas Petazzoni
2016-07-02 13:59 ` [Buildroot] [PATCH 9/9] package/systemd: Sort menuconfig alphabetically Maxime Hadjinlian
2016-07-02 14:53   ` Thomas Petazzoni
2016-07-02 14:50 ` [Buildroot] [PATCH 1/9] package/systemd: Add optional support for myhostname Thomas Petazzoni

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=20160702165150.67de2fd4@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox