From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/valijson: bump version to 0.2
Date: Mon, 21 Oct 2019 19:02:30 +0200 [thread overview]
Message-ID: <20191021190230.3221dcfa@gmx.net> (raw)
In-Reply-To: <1571639828-3765-1-git-send-email-santosh.multhalli@rockwellcollins.com>
Hello Santosh,
On Mon, 21 Oct 2019 12:07:08 +0530, Santosh Multhalli <santosh.multhalli@rockwellcollins.com> wrote:
> Signed-off-by: Santosh Multhalli <santosh.multhalli@rockwellcollins.com>
> ---
> package/valijson/Config.in | 3 ++-
> package/valijson/valijson.hash | 2 +-
> package/valijson/valijson.mk | 6 +++---
> 3 files changed, 6 insertions(+), 5 deletions(-)
>
> diff --git a/package/valijson/Config.in b/package/valijson/Config.in
> index 10721b3..cf9954c 100644
> --- a/package/valijson/Config.in
> +++ b/package/valijson/Config.in
> @@ -5,6 +5,7 @@ config BR2_PACKAGE_VALIJSON
> depends on BR2_TOOLCHAIN_HAS_THREADS
> select BR2_PACKAGE_BOOST
> select BR2_PACKAGE_BOOST_REGEX
> + select BR2_PACKAGE_CURLPP
Indent should be done with one tab (instead of spaces) and the line contains
a trailing space...
> help
> Valijson is a header-only JSON Schema Validation library for
> C++. Valijson provides a simple validation API that allows
> @@ -15,4 +16,4 @@ config BR2_PACKAGE_VALIJSON
> https://github.com/tristanpenman/valijson
>
> comment "valijson needs a toolchain w/ C++, threads, wchar support"
> - depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
> + depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
Unneeded change (adding trailing space)...
Maybe try to run ./utils/check-package ;-)
Regards,
Peter
> diff --git a/package/valijson/valijson.hash b/package/valijson/valijson.hash
> index cd34ecb..f245750 100644
> --- a/package/valijson/valijson.hash
> +++ b/package/valijson/valijson.hash
> @@ -1,2 +1,2 @@
> # Locally Computed:
> -sha256 d22c1f8fe27d43e5a27aad1d3cbe9f1318ec28ccfa913e615663ed2bd6a5d063 valijson-0.1.tar.gz
> +sha256 77dbebb40dab2e834557c2fcc39122cdb2d0fe26bf591c2b3e0df5a316a45592 valijson-0.2.tar.gz
> diff --git a/package/valijson/valijson.mk b/package/valijson/valijson.mk
> index a804334..24e720e 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_DEPENDENCIES = boost curlpp
> +VALIJSON_CONF_OPTS = -Dvalijson_INSTALL_HEADERS=TRUE
>
> $(eval $(cmake-package))
next prev parent reply other threads:[~2019-10-21 17:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-21 6:37 [Buildroot] [PATCH 1/1] package/valijson: bump version to 0.2 Santosh Multhalli
2019-10-21 12:59 ` Matthew Weber
2019-10-21 17:02 ` Peter Seiderer [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-10-22 10:51 Santosh Multhalli
2019-10-22 19:36 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191021190230.3221dcfa@gmx.net \
--to=ps.report@gmx.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.