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 1Qk1GL-0004MI-7M for openembedded-core@lists.openembedded.org; Thu, 21 Jul 2011 23:58:33 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p6LLsR5G007753 for ; Thu, 21 Jul 2011 22:54:27 +0100 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 04336-10 for ; Thu, 21 Jul 2011 22:54:23 +0100 (BST) 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 p6LLsM0G007747 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 21 Jul 2011 22:54:23 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: <4E277049.6020308@gmail.com> <4E2778DF.4040001@mentor.com> <20110721061111.GD3443@jama.jama.net> <1311241147.2344.74.camel@rex> Date: Thu, 21 Jul 2011 22:54:19 +0100 Message-ID: <1311285259.2344.96.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 00/10] Small fixes 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, 21 Jul 2011 21:58:33 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Thu, 2011-07-21 at 09:44 -0700, Khem Raj wrote: > On Thu, Jul 21, 2011 at 2:39 AM, Richard Purdie > wrote: > > On Thu, 2011-07-21 at 08:11 +0200, Martin Jansa wrote: > >> On Wed, Jul 20, 2011 at 05:54:55PM -0700, Tom Rini wrote: > >> > On 07/20/2011 05:18 PM, Khem Raj wrote: > >> > > On 07/20/2011 02:06 PM, Martin Jansa wrote: > >> > >> Fixes for recipes using intltool, distributions not having locales > >> > >> support in libc and distutils fix > >> > >> > >> > >> The following changes since commit > >> > >> 0d03800caffc2341b74190d38f7a372223c89f4c: > >> > >> > >> > >> lsbsetup_1.0.bb: Change the hardcoded /usr/lib to support multilib > >> > >> (2011-07-20 15:43:43 +0100) > >> > >> > >> > >> are available in the git repository at: > >> > >> git://git.openembedded.org/openembedded-core-contrib jansa/pull > >> > >> > >> > >> http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=jansa/pull > >> > >> > >> > >> > >> > >> Martin Jansa (10): > >> > >> tcmode-default: set preferred version also for (e)glibc-locale > >> > >> eglibc-package: don't fail without localedef/gconv > >> > >> intltool: inherit perlnative > >> > >> polkit: inherit perlnative > >> > >> shared-mime-info: inherit perlnative > >> > >> xkeyboard-config: inherit perlnative > >> > >> avahi: inherit perlnative > >> > >> vte: inherit perlnative > >> > > > >> > > I guess all inherit perlnative patches can me squashed into one > >> > > >> > Or not done? :) > >> > >> I still see this issue, with > >> http://patches.openembedded.org/patch/8069/ > >> applied. > > > > I'm wondering if a better approach to fixing this might be to change > > intltool.m4 so where it says AC_PATH_PROG(INTLTOOL_PERL, perl), it says > > AC_PATH_PROG(INTLTOOL_PERL, nativeperl) instead, at least in the > > sysroot. > > > > yeah though it wont work for folks who would want to use intltool on the target > unless nativeperl is installed on target too Well, this change should only affect the sysroot install, not the target device. Cheers, Richard