From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1R5gfj-0006uP-Kn for openembedded-core@lists.openembedded.org; Mon, 19 Sep 2011 18:26:19 +0200 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 19 Sep 2011 09:21:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.68,406,1312182000"; d="scan'208";a="55327392" Received: from unknown (HELO [10.255.14.150]) ([10.255.14.150]) by fmsmga002.fm.intel.com with ESMTP; 19 Sep 2011 09:21:01 -0700 Message-ID: <4E776BEC.9090405@linux.intel.com> Date: Mon, 19 Sep 2011 09:21:00 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20110906 Thunderbird/6.0.2 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: In-Reply-To: Subject: Re: [PATCH 0/1] texinfo - various fixes [v2] 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: Mon, 19 Sep 2011 16:26:19 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 09/16/2011 04:28 PM, Joshua Lock wrote: > The patch header has the long story, short story is that texinfo builds some > native tools required to bootstrap itself when cross-compiling - however this > adds some development requirements for the host. > > Since we require texinfo on the host to build this patch removes the build > bootstrapping, and therefore the development package requirements. > > Testing of this patch would be greatly appreciated. > > Regards, > Joshua > > The following changes since commit 31cb3974eeaf2a808e8da3864e70986578c58cb9: > > sanity: disable mirrors for connectivity check (2011-09-16 18:07:19 +0100) > > are available in the git repository at: > git://git.openembedded.org/openembedded-core-contrib josh/work > http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=josh/work > > Joshua Lock (1): > texinfo: several changes to build without zlib and ncurses headers on > host > > .../texinfo-4.13a/disable-native-tools.patch | 43 ++++++++++++++++++++ > .../texinfo/texinfo-4.13a/gettext-macros.patch | 34 +++++++++++++++ > .../texinfo/texinfo-4.13a/link-zip.patch | 16 +++++++ > meta/recipes-extended/texinfo/texinfo_4.13a.bb | 24 +++++----- > 4 files changed, 105 insertions(+), 12 deletions(-) > create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/disable-native-tools.patch > create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/gettext-macros.patch > create mode 100644 meta/recipes-extended/texinfo/texinfo-4.13a/link-zip.patch > Merged to OE-Core Thanks Sau!