All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libvirt: fix build with lvm2
@ 2021-09-04  9:54 Fabrice Fontaine
  2021-09-11 19:55 ` Arnout Vandecappelle
  2021-09-13 17:32 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-09-04  9:54 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Jared Bents

libvirt needs a lvm2 standard install since its addition in commit
ccfc90e1010e42e6529afae3a5ea8bf7226dabc1 to avoid the following build
failure:

../output-1/build/libvirt-7.4.0/meson.build:1831:6: ERROR: Program 'pvcreate' not found

Fixes:
 - http://autobuild.buildroot.org/results/dc9af7a677af7e53c1240ebbee5b0edc84c8cf52

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libvirt/libvirt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libvirt/libvirt.mk b/package/libvirt/libvirt.mk
index 1b420771f5..847c35e06e 100644
--- a/package/libvirt/libvirt.mk
+++ b/package/libvirt/libvirt.mk
@@ -166,7 +166,7 @@ else
 LIBVIRT_CONF_OPTS += -Dselinux=disabled -Dsecdriver_selinux=disabled
 endif
 
-ifeq ($(BR2_PACKAGE_LVM2),y)
+ifeq ($(BR2_PACKAGE_LVM2_STANDARD_INSTALL),y)
 LIBVIRT_CONF_OPTS += -Dstorage_lvm=enabled
 LIBVIRT_DEPENDENCIES += lvm2
 else
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libvirt: fix build with lvm2
  2021-09-04  9:54 [Buildroot] [PATCH 1/1] package/libvirt: fix build with lvm2 Fabrice Fontaine
@ 2021-09-11 19:55 ` Arnout Vandecappelle
  2021-09-13 17:32 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2021-09-11 19:55 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Jared Bents



On 04/09/2021 11:54, Fabrice Fontaine wrote:
> libvirt needs a lvm2 standard install since its addition in commit
> ccfc90e1010e42e6529afae3a5ea8bf7226dabc1 to avoid the following build
> failure:
> 
> ../output-1/build/libvirt-7.4.0/meson.build:1831:6: ERROR: Program 'pvcreate' not found
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/dc9af7a677af7e53c1240ebbee5b0edc84c8cf52
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/libvirt/libvirt.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libvirt/libvirt.mk b/package/libvirt/libvirt.mk
> index 1b420771f5..847c35e06e 100644
> --- a/package/libvirt/libvirt.mk
> +++ b/package/libvirt/libvirt.mk
> @@ -166,7 +166,7 @@ else
>  LIBVIRT_CONF_OPTS += -Dselinux=disabled -Dsecdriver_selinux=disabled
>  endif
>  
> -ifeq ($(BR2_PACKAGE_LVM2),y)
> +ifeq ($(BR2_PACKAGE_LVM2_STANDARD_INSTALL),y)
>  LIBVIRT_CONF_OPTS += -Dstorage_lvm=enabled
>  LIBVIRT_DEPENDENCIES += lvm2
>  else
> 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libvirt: fix build with lvm2
  2021-09-04  9:54 [Buildroot] [PATCH 1/1] package/libvirt: fix build with lvm2 Fabrice Fontaine
  2021-09-11 19:55 ` Arnout Vandecappelle
@ 2021-09-13 17:32 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-09-13 17:32 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Jared Bents, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > libvirt needs a lvm2 standard install since its addition in commit
 > ccfc90e1010e42e6529afae3a5ea8bf7226dabc1 to avoid the following build
 > failure:

 > ../output-1/build/libvirt-7.4.0/meson.build:1831:6: ERROR: Program 'pvcreate' not found

 > Fixes:
 >  - http://autobuild.buildroot.org/results/dc9af7a677af7e53c1240ebbee5b0edc84c8cf52

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

Committed to 2021.08.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-09-14 18:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-04  9:54 [Buildroot] [PATCH 1/1] package/libvirt: fix build with lvm2 Fabrice Fontaine
2021-09-11 19:55 ` Arnout Vandecappelle
2021-09-13 17:32 ` Peter Korsgaard

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.