From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SuWaA-0006F6-Gc for openembedded-core@lists.openembedded.org; Fri, 27 Jul 2012 00:30:58 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.6]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1SuWP3-0008Af-I8 for openembedded-core@lists.openembedded.org; Fri, 27 Jul 2012 00:19:29 +0200 Message-ID: <1343341065.4470.79.camel@x121e.pbcl.net> From: Phil Blundell To: Patches and discussions about the oe-core layer Date: Thu, 26 Jul 2012 23:17:45 +0100 In-Reply-To: References: X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 Subject: Re: libc-common.bbclass and uclibc 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: Thu, 26 Jul 2012 22:30:59 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2012-07-26 at 17:51 -0400, Manuel Bessler wrote: > ========================================= > python populate_packages_prepend () { > if d.getVar('DEBIAN_NAMES', True): > bpn = d.getVar('BPN', True) > d.setVar('PKG_'+bpn, 'libc6') > ... > ========================================= That particular piece of code does seem bogus for many reasons and should probably go away. I think it is a historical relic. But, that said, libc-common.bbclass is poorly named and is really specific to (e)glibc. You don't want to use that for uclibc. p.