From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] benejson: new package
Date: Sun, 25 Jan 2015 19:59:01 +0100 [thread overview]
Message-ID: <20150125195901.0e9ce0f0@free-electrons.com> (raw)
In-Reply-To: <f49ab4cbca875dcec95fd436abfd3aa6acdea6fc.1422208637.git.yann.morin.1998@free.fr>
Dear Yann E. MORIN,
On Sun, 25 Jan 2015 18:57:42 +0100, Yann E. MORIN wrote:
> From: David Bender <codehero@yahoo.com>
>
> Added C/C++ JSON parsing package benejson.
>
> Signed-off-by: Dave Bender <bender@benegon.com>
> Signed-off-by: David Bender <codehero@gmail.com>
> [yann.morin.1998 at free.fr: fix static/shared install; enhance help entry;
> fix extra space; add hash]
> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Thanks, applied after doing minor changes (see below).
> +BENEJSON_VERSION = 0.9.7
> +BENEJSON_SITE = $(call github,codehero,benejson,$(BENEJSON_VERSION))
> +BENEJSON_LICENSE = MIT
> +BENEJSON_LICENSE_FILES = LICENSE
> +BENEJSON_INSTALL_STAGING = YES
> +
> +BENEJSON_DEPENDENCIES = host-scons
> +
> +BENEJSON_SCONS_ENV = $(TARGET_CONFIGURE_OPTS) CROSS=$(TARGET_CROSS)
This variable is only used once, so I just removed its definition, and
used its value where it was used.
> +
> +define BENEJSON_BUILD_CMDS
> + (cd $(@D); \
> + $(BENEJSON_SCONS_ENV) \
> + $(SCONS) \
> + $(BENEJSON_SCONS_OPTS) \
Indentation of one tab + one space is a bit weird, so I changed that to
two tabs. I also removed the reference to BENEJSON_SCONS_OPTS since
this variable was never defined.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2015-01-25 18:59 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-25 17:57 [Buildroot] [PATCH 0/2] Misc patches (branch yem/pw2) Yann E. MORIN
2015-01-25 17:57 ` [Buildroot] [PATCH 1/2] benejson: new package Yann E. MORIN
2015-01-25 18:59 ` Thomas Petazzoni [this message]
2015-01-25 17:57 ` [Buildroot] [PATCH 2/2] cgic: " Yann E. MORIN
2015-01-25 19:02 ` 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=20150125195901.0e9ce0f0@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox