On Wed, Nov 26, 2014 at 08:22:01AM +0100, Markus Pargmann wrote: > Some target builds depend on a 'json' library instead of json-c.
Thanks, all 4 patches applied. Michael > > Signed-off-by: Markus Pargmann <[email protected]> > --- > rules/json-c.make | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/rules/json-c.make b/rules/json-c.make > index a9a81652a1cd..1ad07c6eacef 100644 > --- a/rules/json-c.make > +++ b/rules/json-c.make > @@ -42,6 +42,16 @@ JSON_C_CONF_OPT := \ > --disable-static > > # > ---------------------------------------------------------------------------- > +# Install > +# > ---------------------------------------------------------------------------- > + > +$(STATEDIR)/json-c.install: > + @$(call targetinfo) > + @$(call world/install, JSON_C) > + @ln -sv json-c.pc $(JSON_C_PKGDIR)/usr/lib/pkgconfig/json.pc > + @$(call touch) > + > +# > ---------------------------------------------------------------------------- > # Target-Install > # > ---------------------------------------------------------------------------- > > -- > 2.1.3 > > > -- > ptxdist mailing list > [email protected] > -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- ptxdist mailing list [email protected]
