From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2-g21.free.fr (smtp2-g21.free.fr [212.27.42.2]) by mail.openembedded.org (Postfix) with ESMTP id CEFDE60959 for ; Thu, 30 May 2013 11:11:50 +0000 (UTC) Received: from e6520eb (pac33-2-82-240-38-71.fbx.proxad.net [82.240.38.71]) (Authenticated sender: eukrea) by smtp2-g21.free.fr (Postfix) with ESMTPSA id 531404B0105; Thu, 30 May 2013 13:11:44 +0200 (CEST) Date: Thu, 30 May 2013 13:11:42 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: Richard Purdie Message-ID: <20130530131142.4050a9c7@e6520eb> In-Reply-To: <1369910940.14887.295.camel@ted> References: <1369899843-3318-1-git-send-email-eric@eukrea.com> <20130530123230.78dab18a@e6520eb> <1369910940.14887.295.camel@ted> Organization: =?UTF-8?B?RXVrcsOpYQ==?= Electromatique X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.18; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 1/2] hicolor-icon-theme: keep inherited dependencies 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: Thu, 30 May 2013 11:11:53 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Le Thu, 30 May 2013 11:49:00 +0100, Richard Purdie a =C3=A9crit : > On Thu, 2013-05-30 at 12:32 +0200, Eric B=C3=A9nard wrote: > > Le Thu, 30 May 2013 09:32:38 +0100, > > "Burton, Ross" a =C3=A9crit : > >=20 > > > On 30 May 2013 09:09, Martin Jansa wrote: > > > > Doesn't it depend now on something which isn't allarch? IIRC gnome.= bbclass > > > > brings gconf. > > >=20 > > > gnome.bbclass is an abomination and should be gutted. Yes, this will > > > mean the build dependencies are massive, and I can't see why this > > > recipe needs gnome.bbclass. Then again it doesn't need gtk-icon-cache > > > either as it doesn't actually have any icons in. I'd be interested in > > > seeing a buildhistory-diff between the current recipe and one with > > > both inherit gnome and DEPENDS=3D""DEPENDS=3D"" removed. > > >=20 > > when removing gnome I get the following error at install : > > DEBUG: Executing shell function do_install > > install: cannot create regular file > > `/scratch/setup-scripts/build/tmp-defaultsetup-eglibc-eglibc/work/all-o= e-li\ > > nux/hicolor-icon-theme/0.12-r1/image//usr/share/icons/hicolor': No such > > file or directory >=20 > I have a suspicion we really want a gnomebase inherit in the recipe > instead of gnome and that might solve serveral issues in one. >=20 inherit gnomebase and remove DEPENDS=3D"" seems to work fine (the postinst and postrm scripts are removed). removing DEPENDS=3D"" is not a big issue as it only brings native packages : DEPENDS =3D autoconf-native automake-native gnome-common-native gnu-config-native libtool-native pkgconfig-native Eric