All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1
@ 2018-11-17 14:12 Bartosz Golaszewski
  2018-11-17 14:12 ` [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2 Bartosz Golaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2018-11-17 14:12 UTC (permalink / raw)
  To: buildroot

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Since commit 79034d4f39f7 ("strutil: Locale independent snprintf()
and vsnprintf() functions") libsigrok now needs to know locale_t.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 package/libsigrok/Config.in      | 3 ++-
 package/libsigrok/libsigrok.hash | 2 +-
 package/libsigrok/libsigrok.mk   | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/package/libsigrok/Config.in b/package/libsigrok/Config.in
index fb74beaab5..bb76e09d2d 100644
--- a/package/libsigrok/Config.in
+++ b/package/libsigrok/Config.in
@@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBSIGROK
 	depends on BR2_USE_WCHAR
 	depends on BR2_TOOLCHAIN_HAS_THREADS
 	depends on BR2_USE_MMU
+	depends on BR2_ENABLE_LOCALE
 	depends on !BR2_STATIC_LIBS # libzip
 	# std=c11
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
@@ -35,7 +36,7 @@ comment "C++ bindings need a toolchain w/ C++, gcc >= 4.9"
 
 endif
 
-comment "libsigrok needs a toolchain w/ wchar, threads, dynamic library, gcc >= 4.7"
+comment "libsigrok needs a toolchain w/ wchar, locale, threads, dynamic library, gcc >= 4.7"
 	depends on BR2_USE_MMU
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
 		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS
diff --git a/package/libsigrok/libsigrok.hash b/package/libsigrok/libsigrok.hash
index 47ad6129f6..7a52c6ca1b 100644
--- a/package/libsigrok/libsigrok.hash
+++ b/package/libsigrok/libsigrok.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	4c8c86779b880a5c419f6c77a08b1147021e5a19fa83b0f3b19da27463c9f3a4	libsigrok-0.5.0.tar.gz
+sha256	e40fde7af98d29e922e9d3cbe0a6c0569889153fc31e47b8b1afe4d846292b9c	libsigrok-0.5.1.tar.gz
diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk
index ef7fab82bd..5bca9ad518 100644
--- a/package/libsigrok/libsigrok.mk
+++ b/package/libsigrok/libsigrok.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSIGROK_VERSION = 0.5.0
+LIBSIGROK_VERSION = 0.5.1
 LIBSIGROK_SITE = http://sigrok.org/download/source/libsigrok
 LIBSIGROK_LICENSE = GPL-3.0+
 LIBSIGROK_LICENSE_FILES = COPYING
-- 
2.19.1

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

* [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2
  2018-11-17 14:12 [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Bartosz Golaszewski
@ 2018-11-17 14:12 ` Bartosz Golaszewski
  2018-11-17 21:00   ` Peter Korsgaard
  2018-11-17 14:12 ` [Buildroot] [PATCH 3/3] pulseview: bump version to 0.4.1 Bartosz Golaszewski
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Bartosz Golaszewski @ 2018-11-17 14:12 UTC (permalink / raw)
  To: buildroot

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 package/libsigrokdecode/libsigrokdecode.hash | 2 +-
 package/libsigrokdecode/libsigrokdecode.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libsigrokdecode/libsigrokdecode.hash b/package/libsigrokdecode/libsigrokdecode.hash
index c2e15f61cb..e6eb4a080b 100644
--- a/package/libsigrokdecode/libsigrokdecode.hash
+++ b/package/libsigrokdecode/libsigrokdecode.hash
@@ -1,3 +1,3 @@
 # Locally computed
-sha256	493d8b555ae4c245a5feebbd94de33aec7ee85a4f16bc3f4c3985961b459b51e  libsigrokdecode-0.5.1.tar.gz
+sha256	e08d9e797c54eccf3144da631b6e5f1498ac531e51520428df537a1da82583f0  libsigrokdecode-0.5.2.tar.gz
 sha256	8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903  COPYING
diff --git a/package/libsigrokdecode/libsigrokdecode.mk b/package/libsigrokdecode/libsigrokdecode.mk
index 8b4802a7f3..f509fbdf7e 100644
--- a/package/libsigrokdecode/libsigrokdecode.mk
+++ b/package/libsigrokdecode/libsigrokdecode.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-LIBSIGROKDECODE_VERSION = 0.5.1
+LIBSIGROKDECODE_VERSION = 0.5.2
 LIBSIGROKDECODE_SITE = http://sigrok.org/download/source/libsigrokdecode
 LIBSIGROKDECODE_LICENSE = GPL-3.0+
 LIBSIGROKDECODE_LICENSE_FILES = COPYING
-- 
2.19.1

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

* [Buildroot] [PATCH 3/3] pulseview: bump version to 0.4.1
  2018-11-17 14:12 [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Bartosz Golaszewski
  2018-11-17 14:12 ` [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2 Bartosz Golaszewski
@ 2018-11-17 14:12 ` Bartosz Golaszewski
  2018-11-17 21:00   ` Peter Korsgaard
  2018-11-17 21:00 ` [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Peter Korsgaard
  2018-12-30 10:16 ` Yann E. MORIN
  3 siblings, 1 reply; 8+ messages in thread
From: Bartosz Golaszewski @ 2018-11-17 14:12 UTC (permalink / raw)
  To: buildroot

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 package/pulseview/pulseview.hash | 2 +-
 package/pulseview/pulseview.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/pulseview/pulseview.hash b/package/pulseview/pulseview.hash
index 7883eabe59..09b9d67bc2 100644
--- a/package/pulseview/pulseview.hash
+++ b/package/pulseview/pulseview.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256	78f8291045c6f65b4827b12e83c8e68cea2d5e7268b15a51aaca9726c8100eb9	pulseview-0.4.0.tar.gz
+sha256	9ee7ce3dd1457c6a5f5e4e9c2469903a1f070ba077ea68535cc29ef1dfac6f2f	pulseview-0.4.1.tar.gz
diff --git a/package/pulseview/pulseview.mk b/package/pulseview/pulseview.mk
index e9bbf4f5c0..67d525f626 100644
--- a/package/pulseview/pulseview.mk
+++ b/package/pulseview/pulseview.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PULSEVIEW_VERSION = 0.4.0
+PULSEVIEW_VERSION = 0.4.1
 PULSEVIEW_SITE = http://sigrok.org/download/source/pulseview
 PULSEVIEW_LICENSE = GPL-3.0+
 PULSEVIEW_LICENSE_FILES = COPYING
-- 
2.19.1

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

* [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1
  2018-11-17 14:12 [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Bartosz Golaszewski
  2018-11-17 14:12 ` [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2 Bartosz Golaszewski
  2018-11-17 14:12 ` [Buildroot] [PATCH 3/3] pulseview: bump version to 0.4.1 Bartosz Golaszewski
@ 2018-11-17 21:00 ` Peter Korsgaard
  2018-12-30 10:16 ` Yann E. MORIN
  3 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2018-11-17 21:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Bartosz" == Bartosz Golaszewski <brgl@bgdev.pl> writes:

 > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
 > Since commit 79034d4f39f7 ("strutil: Locale independent snprintf()
 > and vsnprintf() functions") libsigrok now needs to know locale_t.

 > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] pulseview: bump version to 0.4.1
  2018-11-17 14:12 ` [Buildroot] [PATCH 3/3] pulseview: bump version to 0.4.1 Bartosz Golaszewski
@ 2018-11-17 21:00   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2018-11-17 21:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Bartosz" == Bartosz Golaszewski <brgl@bgdev.pl> writes:

 > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
 > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2
  2018-11-17 14:12 ` [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2 Bartosz Golaszewski
@ 2018-11-17 21:00   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2018-11-17 21:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Bartosz" == Bartosz Golaszewski <brgl@bgdev.pl> writes:

 > From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
 > Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1
  2018-11-17 14:12 [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Bartosz Golaszewski
                   ` (2 preceding siblings ...)
  2018-11-17 21:00 ` [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Peter Korsgaard
@ 2018-12-30 10:16 ` Yann E. MORIN
  2018-12-31 14:59   ` Thomas Petazzoni
  3 siblings, 1 reply; 8+ messages in thread
From: Yann E. MORIN @ 2018-12-30 10:16 UTC (permalink / raw)
  To: buildroot

Bartosz, All,

On 2018-11-17 15:12 +0100, Bartosz Golaszewski spake thusly:
> From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> 
> Since commit 79034d4f39f7 ("strutil: Locale independent snprintf()
> and vsnprintf() functions") libsigrok now needs to know locale_t.
> 
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
> ---
>  package/libsigrok/Config.in      | 3 ++-
>  package/libsigrok/libsigrok.hash | 2 +-
>  package/libsigrok/libsigrok.mk   | 2 +-
>  3 files changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/package/libsigrok/Config.in b/package/libsigrok/Config.in
> index fb74beaab5..bb76e09d2d 100644
> --- a/package/libsigrok/Config.in
> +++ b/package/libsigrok/Config.in
> @@ -4,6 +4,7 @@ config BR2_PACKAGE_LIBSIGROK
>  	depends on BR2_USE_WCHAR
>  	depends on BR2_TOOLCHAIN_HAS_THREADS
>  	depends on BR2_USE_MMU
> +	depends on BR2_ENABLE_LOCALE

You forgot to propagate this new dependency to at least sigrock-cli,
which selects libsigrok:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_LIBSIGROK
  Depends on [n]: BR2_USE_WCHAR [=y] && BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_USE_MMU [=y] && BR2_ENABLE_LOCALE [=n] && !BR2_STATIC_LIBS [=n] && BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 [=y]
  Selected by [y]:
  - BR2_PACKAGE_SIGROK_CLI [=y] && BR2_USE_WCHAR [=y] && BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_USE_MMU [=y] && !BR2_STATIC_LIBS [=n] && BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 [=y]

Regards,
Yann E. MORIN.

>  	depends on !BR2_STATIC_LIBS # libzip
>  	# std=c11
>  	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
> @@ -35,7 +36,7 @@ comment "C++ bindings need a toolchain w/ C++, gcc >= 4.9"
>  
>  endif
>  
> -comment "libsigrok needs a toolchain w/ wchar, threads, dynamic library, gcc >= 4.7"
> +comment "libsigrok needs a toolchain w/ wchar, locale, threads, dynamic library, gcc >= 4.7"
>  	depends on BR2_USE_MMU
>  	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS \
>  		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || BR2_STATIC_LIBS
> diff --git a/package/libsigrok/libsigrok.hash b/package/libsigrok/libsigrok.hash
> index 47ad6129f6..7a52c6ca1b 100644
> --- a/package/libsigrok/libsigrok.hash
> +++ b/package/libsigrok/libsigrok.hash
> @@ -1,2 +1,2 @@
>  # Locally computed
> -sha256	4c8c86779b880a5c419f6c77a08b1147021e5a19fa83b0f3b19da27463c9f3a4	libsigrok-0.5.0.tar.gz
> +sha256	e40fde7af98d29e922e9d3cbe0a6c0569889153fc31e47b8b1afe4d846292b9c	libsigrok-0.5.1.tar.gz
> diff --git a/package/libsigrok/libsigrok.mk b/package/libsigrok/libsigrok.mk
> index ef7fab82bd..5bca9ad518 100644
> --- a/package/libsigrok/libsigrok.mk
> +++ b/package/libsigrok/libsigrok.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -LIBSIGROK_VERSION = 0.5.0
> +LIBSIGROK_VERSION = 0.5.1
>  LIBSIGROK_SITE = http://sigrok.org/download/source/libsigrok
>  LIBSIGROK_LICENSE = GPL-3.0+
>  LIBSIGROK_LICENSE_FILES = COPYING
> -- 
> 2.19.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

* [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1
  2018-12-30 10:16 ` Yann E. MORIN
@ 2018-12-31 14:59   ` Thomas Petazzoni
  0 siblings, 0 replies; 8+ messages in thread
From: Thomas Petazzoni @ 2018-12-31 14:59 UTC (permalink / raw)
  To: buildroot

Hello,

On Sun, 30 Dec 2018 11:16:41 +0100, Yann E. MORIN wrote:

> You forgot to propagate this new dependency to at least sigrock-cli,
> which selects libsigrok:
> 
> WARNING: unmet direct dependencies detected for BR2_PACKAGE_LIBSIGROK
>   Depends on [n]: BR2_USE_WCHAR [=y] && BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_USE_MMU [=y] && BR2_ENABLE_LOCALE [=n] && !BR2_STATIC_LIBS [=n] && BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 [=y]
>   Selected by [y]:
>   - BR2_PACKAGE_SIGROK_CLI [=y] && BR2_USE_WCHAR [=y] && BR2_TOOLCHAIN_HAS_THREADS [=y] && BR2_USE_MMU [=y] && !BR2_STATIC_LIBS [=n] && BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 [=y]

Thanks for the report, I fixed that in sigrok-cli and pulseview. I
guess we don't have a toolchain that has all these features, but not
locale support in our autobuilders.

Best regards,

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

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

end of thread, other threads:[~2018-12-31 14:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-17 14:12 [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Bartosz Golaszewski
2018-11-17 14:12 ` [Buildroot] [PATCH 2/3] libsigrokdecode: bump version to 0.5.2 Bartosz Golaszewski
2018-11-17 21:00   ` Peter Korsgaard
2018-11-17 14:12 ` [Buildroot] [PATCH 3/3] pulseview: bump version to 0.4.1 Bartosz Golaszewski
2018-11-17 21:00   ` Peter Korsgaard
2018-11-17 21:00 ` [Buildroot] [PATCH 1/3] libsigrok: bump version to 0.5.1 Peter Korsgaard
2018-12-30 10:16 ` Yann E. MORIN
2018-12-31 14:59   ` Thomas Petazzoni

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.