From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dan.rpsys.net ([93.97.175.187]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Tykcj-0000vu-29 for openembedded-core@lists.openembedded.org; Fri, 25 Jan 2013 15:51:23 +0100 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 r0PEd8GR031889; Fri, 25 Jan 2013 14:39:48 GMT 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 OTSTGTsIkq5J; Fri, 25 Jan 2013 14:39:48 +0000 (GMT) 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 r0PEdgcL032061 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Fri, 25 Jan 2013 14:39:45 GMT Message-ID: <1359124521.13917.4.camel@ted> From: Richard Purdie To: Martin Jansa Date: Fri, 25 Jan 2013 14:35:21 +0000 In-Reply-To: <20130125142322.GH3200@jama> References: <20130123172748.GB14381@jama.palm1.palmone.com> <51008153.6090800@windriver.com> <1358988079.3616.6.camel@ted> <20130125142322.GH3200@jama> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: Matthew McClintock , openembedded-core@lists.openembedded.org Subject: Re: File conflicts between PN-doc packages X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Fri, 25 Jan 2013 14:51:23 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Fri, 2013-01-25 at 15:23 +0100, Martin Jansa wrote: > On Thu, Jan 24, 2013 at 12:41:19AM +0000, Richard Purdie wrote: > > On Wed, 2013-01-23 at 18:33 -0600, Mark Hatle wrote: > > > On 1/23/13 6:13 PM, Chris Larson wrote: > > > > > > > > On Wed, Jan 23, 2013 at 10:27 AM, Martin Jansa > > > > wrote: > > > > > > > > | * check_data_file_clashes: Package gcc-doc wants to install file > > > > rootfs/usr/share/info/dir > > > > > > I missed this earlier. Yes, the 'dir' file in an info (-doc) package should not > > > be included. It's existence is an error. This might be a sanity check we > > > should be adding. > > Good to see that world-image is useful to detect other kinds of issues > then I originally expected :). > > > autotools_do_install() in autotools.bbclass actually purges those. > > Whether it should be autotools or the base class I'm not so sure but it > > was a common problem for autotools recipes... > > It's removed in gcc-configure-runtime.inc but only for libgomp > RUNTIMETARGET, does someone remember why? Adding Matthew, because that > removal was added in: Its safe to remove in all cases. Its basically an index so if we care about it, we should generate it on target at image build time. Cheers, Richard