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 1TyB7r-0000ln-7Z for openembedded-core@lists.openembedded.org; Thu, 24 Jan 2013 01:57:11 +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 r0O0jbeD016389; Thu, 24 Jan 2013 00:45:38 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 5hC7U2LTTe6i; Thu, 24 Jan 2013 00:45:37 +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 r0O0jVHI016362 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Thu, 24 Jan 2013 00:45:34 GMT Message-ID: <1358988079.3616.6.camel@ted> From: Richard Purdie To: Mark Hatle Date: Thu, 24 Jan 2013 00:41:19 +0000 In-Reply-To: <51008153.6090800@windriver.com> References: <20130123172748.GB14381@jama.palm1.palmone.com> <51008153.6090800@windriver.com> X-Mailer: Evolution 3.6.2-0ubuntu0.1 Mime-Version: 1.0 Cc: 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: Thu, 24 Jan 2013 00:57:12 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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. 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... Cheers, Richard