From patchwork Thu Nov 24 18:29:24 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Fix for host conamination Date: Thu, 24 Nov 2011 18:29:24 -0000 From: Saul Wold X-Patchwork-Id: 15421 Message-Id: To: openembedded-core@openembedded.org This address a problem where a intltool.m4 check will fail if the host system does not have XML::Parser installed. The following changes since commit 0a1dedeb8eea4e230b47d1516b3e6e90495fe49d: libtool: Avoid relinking when cross compiling, its pointless (2011-11-24 00:02:27 +0000) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib sgw/fix http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix Saul Wold (1): intltool: remove XML::Parser check .../intltool-0.40.6/remove-xml-check.patch | 29 ++++++++++++++++++++ meta/recipes-devtools/intltool/intltool_0.40.6.bb | 7 +++-- 2 files changed, 33 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch