From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XteUB-0002ZA-KS for ptxdist@pengutronix.de; Wed, 26 Nov 2014 16:26:31 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1XteUB-0003uK-J3 for ptxdist@pengutronix.de; Wed, 26 Nov 2014 16:26:31 +0100 Date: Wed, 26 Nov 2014 16:26:31 +0100 From: Michael Olbrich Message-ID: <20141126152631.GH19664@pengutronix.de> References: <1416986524-4810-1-git-send-email-mpa@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1416986524-4810-1-git-send-email-mpa@pengutronix.de> Subject: Re: [ptxdist] [PATCH v2 1/4] json-c: Install missing pkgconfig link Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de 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 > --- > 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 > ptxdist@pengutronix.de > -- 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 ptxdist@pengutronix.de