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 1B02560FC6 for ; Thu, 30 May 2013 10:48:19 +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 C3AF74B008E; Thu, 30 May 2013 12:48:14 +0200 (CEST) Date: Thu, 30 May 2013 12:48:13 +0200 From: Eric =?UTF-8?B?QsOpbmFyZA==?= To: "Burton, Ross" Message-ID: <20130530124813.418a2f54@e6520eb> In-Reply-To: <20130530123230.78dab18a@e6520eb> References: <1369899843-3318-1-git-send-email-eric@eukrea.com> <20130530123230.78dab18a@e6520eb> 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 10:48:22 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hi Ross, Le Thu, 30 May 2013 12:32:30 +0200, Eric B=C3=A9nard a =C3=A9crit : > 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.bb= class > > > 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"" 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-oe-= li\ > nux/hicolor-icon-theme/0.12-r1/image//usr/share/icons/hicolor': No such > file or directory >=20 turning on the brain and fixing do_install, the diff between original et new (without gnome and DEPENDS=3D"") is : packages/all-oe-linux/hicolor-icon-theme/hicolor-icon-theme: pkg_postinst cleared: packages/all-oe-linux/hicolor-icon-theme/hicolor-icon-theme: pkg_postrm cleared: So that seems the right thing to do don't you think ? Eric