Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option
@ 2024-01-03 17:41 Fabrice Fontaine
  2024-01-03 17:41 ` [Buildroot] [PATCH 2/2] package/valijson: bump to version 1.0.2 Fabrice Fontaine
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2024-01-03 17:41 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Commit d264b6e81e1a03c36df55c66771ed26dd767a522 forgot to drop
valijson_INSTALL_HEADERS option which has been removed with
https://github.com/tristanpenman/valijson/commit/c7d5f2cbec08b0e649fdeee6a99f2f1343baaa75

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

diff --git a/package/valijson/valijson.mk b/package/valijson/valijson.mk
index 51a9353960..875c913b09 100644
--- a/package/valijson/valijson.mk
+++ b/package/valijson/valijson.mk
@@ -11,6 +11,6 @@ VALIJSON_LICENSE_FILES = LICENSE
 VALIJSON_CPE_ID_VENDOR = valijson_project
 VALIJSON_INSTALL_STAGING = YES
 VALIJSON_INSTALL_TARGET = NO
-VALIJSON_CONF_OPTS = -Dvalijson_INSTALL_HEADERS=TRUE -Dvalijson_BUILD_TESTS=FALSE
+VALIJSON_CONF_OPTS = -Dvalijson_BUILD_TESTS=FALSE
 
 $(eval $(cmake-package))
-- 
2.43.0

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

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

* [Buildroot] [PATCH 2/2] package/valijson: bump to version 1.0.2
  2024-01-03 17:41 [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Fabrice Fontaine
@ 2024-01-03 17:41 ` Fabrice Fontaine
  2024-01-04 21:30 ` [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Thomas Petazzoni via buildroot
  2024-01-12 17:21 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2024-01-03 17:41 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Update hash of LICENSE file (typo fixed by
https://github.com/tristanpenman/valijson/commit/c0ce4cde7e89c1a88a82ddc4ae32727e1a01998f)

https://github.com/tristanpenman/valijson/releases/tag/v1.0.2
https://github.com/tristanpenman/valijson/releases/tag/v1.0.1
https://github.com/tristanpenman/valijson/releases/tag/v1.0

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/valijson/valijson.hash | 4 ++--
 package/valijson/valijson.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/valijson/valijson.hash b/package/valijson/valijson.hash
index aacdf7dedc..592d2c900e 100644
--- a/package/valijson/valijson.hash
+++ b/package/valijson/valijson.hash
@@ -1,3 +1,3 @@
 # Locally Computed:
-sha256  bc24736709acfb252a5fdcb5145f1f2670c7aecaba3356f6f8ba54903800fa5c  valijson-0.7.tar.gz
-sha256  1a0f99926a2dbec30eba3db820236d9953fbe3048976923ac24980e655fbe991  LICENSE
+sha256  35d86e54fc727f1265226434dc996e33000a570f833537a25c8b702b0b824431  valijson-1.0.2.tar.gz
+sha256  61b5766db38eaa3f320c366357956d7743424bfbf90fd78f5943866ba237589e  LICENSE
diff --git a/package/valijson/valijson.mk b/package/valijson/valijson.mk
index 875c913b09..5b68dc9864 100644
--- a/package/valijson/valijson.mk
+++ b/package/valijson/valijson.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VALIJSON_VERSION = 0.7
+VALIJSON_VERSION = 1.0.2
 VALIJSON_SITE = $(call github,tristanpenman,valijson,v$(VALIJSON_VERSION))
 VALIJSON_LICENSE = BSD-2-Clause
 VALIJSON_LICENSE_FILES = LICENSE
-- 
2.43.0

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

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

* Re: [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option
  2024-01-03 17:41 [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Fabrice Fontaine
  2024-01-03 17:41 ` [Buildroot] [PATCH 2/2] package/valijson: bump to version 1.0.2 Fabrice Fontaine
@ 2024-01-04 21:30 ` Thomas Petazzoni via buildroot
  2024-01-12 17:21 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-01-04 21:30 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

On Wed,  3 Jan 2024 18:41:10 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Commit d264b6e81e1a03c36df55c66771ed26dd767a522 forgot to drop
> valijson_INSTALL_HEADERS option which has been removed with
> https://github.com/tristanpenman/valijson/commit/c7d5f2cbec08b0e649fdeee6a99f2f1343baaa75
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/valijson/valijson.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option
  2024-01-03 17:41 [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Fabrice Fontaine
  2024-01-03 17:41 ` [Buildroot] [PATCH 2/2] package/valijson: bump to version 1.0.2 Fabrice Fontaine
  2024-01-04 21:30 ` [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Thomas Petazzoni via buildroot
@ 2024-01-12 17:21 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2024-01-12 17:21 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: buildroot

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

 > Commit d264b6e81e1a03c36df55c66771ed26dd767a522 forgot to drop
 > valijson_INSTALL_HEADERS option which has been removed with
 > https://github.com/tristanpenman/valijson/commit/c7d5f2cbec08b0e649fdeee6a99f2f1343baaa75

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

Committed to 2023.02.x and 2023.11.x, thanks.

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

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

end of thread, other threads:[~2024-01-12 17:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-03 17:41 [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Fabrice Fontaine
2024-01-03 17:41 ` [Buildroot] [PATCH 2/2] package/valijson: bump to version 1.0.2 Fabrice Fontaine
2024-01-04 21:30 ` [Buildroot] [PATCH 1/2] package/valijson: drop unrecognized option Thomas Petazzoni via buildroot
2024-01-12 17:21 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox