All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 2/2] package/lvm2: bump version to 2.02.180
Date: Thu, 26 Jul 2018 18:57:37 +0300	[thread overview]
Message-ID: <87zhyec7m6.fsf@tkos.co.il> (raw)
In-Reply-To: <20180726131023.28695-2-m.niestroj@grinn-global.com>

Hi Marcin,

Marcin Niestroj writes:
> lvm2 starting from version 2.02.178 depends on libaio library.
>
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
> Changes v1 -> v2:
>  * Add libaio dependencies for all packages that select lvm2
>    (suggested by Baruch)
>  * Adjust lvm2 patch in 'PATCH 1/2' to new lvm2 version
>
>  package/cryptsetup/Config.in                  |  2 +
>  package/dmraid/Config.in                      |  2 +
>  package/docker-engine/Config.in               |  1 +
>  ...gure-Introduce-enable-symvers-option.patch | 55 ++++++++++---------
>  package/lvm2/Config.in                        |  3 +
>  package/lvm2/lvm2.hash                        |  4 +-
>  package/lvm2/lvm2.mk                          |  6 +-
>  package/udisks/Config.in                      |  3 +
>  8 files changed, 44 insertions(+), 32 deletions(-)
>
> diff --git a/package/cryptsetup/Config.in b/package/cryptsetup/Config.in
> index 7322a4baf6..e4500b1cf2 100644
> --- a/package/cryptsetup/Config.in
> +++ b/package/cryptsetup/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_CRYPTSETUP
>  	bool "cryptsetup"
> +	depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS # lvm2

New dependencies need to be added to all reverse dependencies, and their
reverse dependencies, recursively. So since luksmeta selects cryptsetup,
it also needs this dependency.

baruch

--
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -

  reply	other threads:[~2018-07-26 15:57 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-26 13:10 [Buildroot] [PATCH v2 1/2] package/lvm2: Fix runtime crash when using uclibc Marcin Niestroj
2018-07-26 13:10 ` [Buildroot] [PATCH v2 2/2] package/lvm2: bump version to 2.02.180 Marcin Niestroj
2018-07-26 15:57   ` Baruch Siach [this message]
2018-07-26 13:42 ` [Buildroot] [PATCH v2 1/2] package/lvm2: Fix runtime crash when using uclibc Thomas Petazzoni
2018-07-26 13:54   ` Marcin Niestroj
2018-07-26 14:12     ` 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=87zhyec7m6.fsf@tkos.co.il \
    --to=baruch@tkos.co.il \
    --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.