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 1ROUex-0006hn-GB for openembedded-core@lists.openembedded.org; Thu, 10 Nov 2011 14:27:15 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pAADKvXB029348; Thu, 10 Nov 2011 13:20:57 GMT 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 28894-06; Thu, 10 Nov 2011 13:20:53 +0000 (GMT) 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 pAADKlvv029342 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 10 Nov 2011 13:20:49 GMT Message-ID: <1320931250.1165.18.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Thu, 10 Nov 2011 13:20:50 +0000 In-Reply-To: <1320929044-13077-1-git-send-email-koen@dominion.thruhere.net> References: <1320929044-13077-1-git-send-email-koen@dominion.thruhere.net> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: Koen Kooi Subject: Re: [PATCH] hicolor-icon-theme 0.12: add BBCLASSEXTEND=native for xfce tools 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, 10 Nov 2011 13:27:15 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-11-10 at 13:44 +0100, Koen Kooi wrote: > Signed-off-by: Koen Kooi > --- > .../hicolor-icon-theme/hicolor-icon-theme_0.12.bb | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb > index 759c9d8..aeb89c9 100644 > --- a/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb > +++ b/meta/recipes-gnome/hicolor-icon-theme/hicolor-icon-theme_0.12.bb > @@ -5,6 +5,8 @@ BUGTRACKER = "https://bugs.freedesktop.org/" > LICENSE = "GPLv2" > LIC_FILES_CHKSUM = "file://COPYING;md5=f08a446809913fc9b3c718f0eaea0426" > > +BBCLASSEXTEND = "native" > + > SECTION = "unknown" > inherit gnome allarch This is interesting dilemma since this is an allarch recipe. What issue were you seeing to need this? Could we add the allarch sysroot directory to PATH to resolve this instead? We could add a PROVIDES "hicolor-icon-theme-native" too... Cheers, Richard