[Buildroot] [PATCH valijson v2] valijson: new package

Santosh Multhalli santosh.multhalli at rockwellcollins.com
Wed Mar 16 12:17:12 UTC 2016


updated and submitted the latest patch

Thanks,
Santosh Multhalli

On Fri, Mar 11, 2016 at 3:30 AM, Thomas Petazzoni <
thomas.petazzoni at free-electrons.com> wrote:

> Hello,
>
> On Thu, 10 Mar 2016 21:53:32 +0100, Samuel Martin wrote:
>
> > > diff --git a/package/valijson/Config.in b/package/valijson/Config.in
> > > new file mode 100644
> > > index 0000000..4adbe76
> > > --- /dev/null
> > > +++ b/package/valijson/Config.in
> > > @@ -0,0 +1,12 @@
> > > +config BR2_PACKAGE_VALIJSON
> > > +       bool "valijson"
> > > +        select BR2_PACKAGE_BOOST
> > > +        select BR2_PACKAGE_BOOST_REGEX
> > Indentation seems broken on these 2 lines.
>
> And also, since boost is selected, the dependencies of boost must be
> replicated here.
>
> >
> > > +       help
> > > +         Valijson is a header-only JSON Schema Validation library for
> > > +         C++. Valijson provides a simple validation API that allows
> you
> > > +         load JSON Schemas, and validate documents loaded by one of
> > > +         several supported parser libraries like boost, jsoncpp,
> > > +         rapidjson and picoJSON.
> > > +
> > > +         https://github.com/tristanpenman/valijson
>
> And a comment be added here.
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.buildroot.org/pipermail/buildroot/attachments/20160316/d6b74c84/attachment-0001.html>


More information about the buildroot mailing list