All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libvirt: fix syntax error in Config.in
@ 2021-08-20 10:17 Titouan Christophe
  2021-08-20 16:01 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Titouan Christophe @ 2021-08-20 10:17 UTC (permalink / raw)
  To: buildroot; +Cc: Titouan Christophe, Yann E . MORIN

The typo was introduced in 6aa318d91e66731d66dca485c4c30391fe0e2423

Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>
---
 package/libvirt/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libvirt/Config.in b/package/libvirt/Config.in
index 9308d2a6ac..8c3021242a 100644
--- a/package/libvirt/Config.in
+++ b/package/libvirt/Config.in
@@ -9,7 +9,7 @@ comment "libvirt needs udev /dev management, a toolchain w/ threads, dynamic lib
 	depends on BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS
 	depends on !BR2_PACKAGE_HAS_UDEV || BR2_STATIC_LIBS || !BR2_USE_MMU || \
 		!BR2_TOOLCHAIN_HAS_THREADS || \
-		!(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 &&
+		!(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 && \
 		  (BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 || !BR2_aarch64))
 
 config BR2_PACKAGE_LIBVIRT
-- 
2.32.0

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/libvirt: fix syntax error in Config.in
  2021-08-20 10:17 [Buildroot] [PATCH 1/1] package/libvirt: fix syntax error in Config.in Titouan Christophe
@ 2021-08-20 16:01 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-08-20 16:01 UTC (permalink / raw)
  To: Titouan Christophe; +Cc: buildroot

Titouan, All,

On 2021-08-20 12:17 +0200, Titouan Christophe spake thusly:
> The typo was introduced in 6aa318d91e66731d66dca485c4c30391fe0e2423

I double- and triple-checked the truth table of the condition, but it
was obviously too late for me to at least try a menuconfig before
pushing (actually I tried, but my vim buffer was not saved, so the
menuconfig succeeded, *before* my change, meh...)

> Signed-off-by: Titouan Christophe <titouanchristophe@gmail.com>

Applied to master, thanks for fixing my mess!

Regards,
Yann E. MORIN.

> ---
>  package/libvirt/Config.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/libvirt/Config.in b/package/libvirt/Config.in
> index 9308d2a6ac..8c3021242a 100644
> --- a/package/libvirt/Config.in
> +++ b/package/libvirt/Config.in
> @@ -9,7 +9,7 @@ comment "libvirt needs udev /dev management, a toolchain w/ threads, dynamic lib
>  	depends on BR2_PACKAGE_LIBVIRT_ARCH_SUPPORTS
>  	depends on !BR2_PACKAGE_HAS_UDEV || BR2_STATIC_LIBS || !BR2_USE_MMU || \
>  		!BR2_TOOLCHAIN_HAS_THREADS || \
> -		!(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 &&
> +		!(BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12 && \
>  		  (BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_11 || !BR2_aarch64))
>  
>  config BR2_PACKAGE_LIBVIRT
> -- 
> 2.32.0
> 

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-08-20 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-20 10:17 [Buildroot] [PATCH 1/1] package/libvirt: fix syntax error in Config.in Titouan Christophe
2021-08-20 16:01 ` Yann E. MORIN

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.