From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id DB8E46A572 for ; Wed, 29 May 2013 09:41:57 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r4T9jiPI021897; Wed, 29 May 2013 10:46:04 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 2oQpC4qLHi08; Wed, 29 May 2013 10:46:04 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r4T9jwF1021931 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 29 May 2013 10:46:00 +0100 Message-ID: <1369820495.14887.214.camel@ted> From: Richard Purdie To: "Burton, Ross" Date: Wed, 29 May 2013 10:41:35 +0100 In-Reply-To: References: <1369220223-28298-1-git-send-email-bogdan.a.marinescu@intel.com> <1369220302.6695.72.camel@phil-desktop.brightsign> <1369227075.6695.89.camel@phil-desktop.brightsign> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH v2] guile: added runtime dependency on glibc-gconv-iso8859-1 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 May 2013 09:41:58 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2013-05-22 at 14:41 +0100, Burton, Ross wrote: > On 22 May 2013 13:51, Phil Blundell wrote: > > I had thought we had virtual-gconv-ENCODING providers but apparently > > that's not the case. So I think the answer at the moment is probably > > no. I guess we should add something like that. > > Agreed. Filed https://bugzilla.yoctoproject.org/show_bug.cgi?id=4530. I'd really like to at least get the partial fix merged for this. How about we make this a libc class override? We can use the target override too, something like: RDEPENDS_${PN}_append_libc-glibc_class-target = "glibc-gconv-iso8859-1" should work? We have the open bug to address the core provider issue. Cheers, Richard