Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v3] package/valijson: bump version to 0.2
@ 2019-11-06 14:48 Santosh Multhalli
  2019-11-07 21:03 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Santosh Multhalli @ 2019-11-06 14:48 UTC (permalink / raw)
  To: buildroot

- Added hash of LICENSE file in valijson.hash
- Updated hash of valijson tar file in valijson.hash file
- Added option to set tests off which drops the curlpp dependency

Signed-off-by: Santosh Multhalli <santosh.multhalli@rockwellcollins.com>
----
Changes
v2 -> v3
[Thomas
- Dropped dependency on curlpp
- Cleaned up commit description

v1 -> v2
[Matt
- Add commit description
- remove formatting change in Config.in
- Add license file hash
[Peter
- formatting and training spaces
---
 package/valijson/valijson.hash | 3 ++-
 package/valijson/valijson.mk   | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/valijson/valijson.hash b/package/valijson/valijson.hash
index cd34ecb..6f11000 100644
--- a/package/valijson/valijson.hash
+++ b/package/valijson/valijson.hash
@@ -1,2 +1,3 @@
 # Locally Computed:
-sha256  d22c1f8fe27d43e5a27aad1d3cbe9f1318ec28ccfa913e615663ed2bd6a5d063  valijson-0.1.tar.gz
+sha256  77dbebb40dab2e834557c2fcc39122cdb2d0fe26bf591c2b3e0df5a316a45592  valijson-0.2.tar.gz
+sha256  1a0f99926a2dbec30eba3db820236d9953fbe3048976923ac24980e655fbe991  LICENSE
diff --git a/package/valijson/valijson.mk b/package/valijson/valijson.mk
index a804334..88fa72e 100644
--- a/package/valijson/valijson.mk
+++ b/package/valijson/valijson.mk
@@ -4,13 +4,13 @@
 #
 ################################################################################
 
-VALIJSON_VERSION = 0.1
+VALIJSON_VERSION = 0.2
 VALIJSON_SITE = $(call github,tristanpenman,valijson,v$(VALIJSON_VERSION))
 VALIJSON_LICENSE = BSD-2-Clause
 VALIJSON_LICENSE_FILES = LICENSE
 VALIJSON_INSTALL_STAGING = YES
 VALIJSON_INSTALL_TARGET = NO
 VALIJSON_DEPENDENCIES = boost
-VALIJSON_CONF_OPTS = -DINSTALL_HEADERS=TRUE
+VALIJSON_CONF_OPTS = -Dvalijson_INSTALL_HEADERS=TRUE -Dvalijson_BUILD_TESTS=FALSE
 
 $(eval $(cmake-package))
-- 
2.5.0

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

* [Buildroot] [PATCH v3] package/valijson: bump version to 0.2
  2019-11-06 14:48 [Buildroot] [PATCH v3] package/valijson: bump version to 0.2 Santosh Multhalli
@ 2019-11-07 21:03 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-11-07 21:03 UTC (permalink / raw)
  To: buildroot

On Wed,  6 Nov 2019 20:18:02 +0530
Santosh Multhalli <santosh.multhalli@rockwellcollins.com> wrote:

> - Added hash of LICENSE file in valijson.hash
> - Updated hash of valijson tar file in valijson.hash file
> - Added option to set tests off which drops the curlpp dependency
> 
> Signed-off-by: Santosh Multhalli <santosh.multhalli@rockwellcollins.com>
> ----

This line should have been "---" (i.e 3 dashes) and not 4, for Git to
properly discard what's after this line when writing the commit log. I
fixed that up and applied to next. Thanks!

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

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

end of thread, other threads:[~2019-11-07 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-06 14:48 [Buildroot] [PATCH v3] package/valijson: bump version to 0.2 Santosh Multhalli
2019-11-07 21:03 ` Thomas Petazzoni

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