From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1T2Q32-0003X9-8v for openembedded-core@lists.openembedded.org; Fri, 17 Aug 2012 19:09:24 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q7HGvQBI011170 for ; Fri, 17 Aug 2012 17:57:26 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 11011-02 for ; Fri, 17 Aug 2012 17:57:22 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q7HGvGHR011164 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for ; Fri, 17 Aug 2012 17:57:17 +0100 Message-ID: <1345222636.27428.20.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Fri, 17 Aug 2012 17:57:16 +0100 In-Reply-To: <1344897787-27726-1-git-send-email-paul.gortmaker@windriver.com> References: <1344897787-27726-1-git-send-email-paul.gortmaker@windriver.com> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH] libproxy: add dependency on glib-2.0 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Aug 2012 17:09:24 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-08-13 at 18:43 -0400, Paul Gortmaker wrote: > Without this, you will get occasional build failures if libproxy > tries to build before the glib headers are placed in the sysroot. > > Signed-off-by: Paul Gortmaker > > diff --git a/meta/recipes-support/libproxy/libproxy_0.4.7.bb b/meta/recipes-support/libproxy/libproxy_0.4.7.bb > index 7e3cf27..a39e3a8 100644 > --- a/meta/recipes-support/libproxy/libproxy_0.4.7.bb > +++ b/meta/recipes-support/libproxy/libproxy_0.4.7.bb > @@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1+" > LIC_FILES_CHKSUM = "file://COPYING;md5=7d7044444a7b1b116e8783edcdb44ff4 \ > file://utils/proxy.c;beginline=1;endline=18;md5=55152a1006d7dafbef32baf9c30a99c0" > > -DEPENDS = "gconf" > +DEPENDS = "gconf glib-2.0" > We've gone around in circles on this and had issues over circular dependencies. The bottom line is that we don't need glib-2.0 here, we want to disable the glib-2.0 using components of libproxy. I don't know cmake well enough to know how to configure it to do this though (instead of autodetecting) Cheers, Richard