From patchwork Mon Nov 28 19:28:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [0/1] Fix for host conamination (v2) Date: Mon, 28 Nov 2011 19:28:15 -0000 From: Saul Wold X-Patchwork-Id: 15475 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. v2: Update both Commit comment and recipe with more info about why this is needed based on email thread. Sau! The following changes since commit 2864ff6a4b3c3f9b3bbb6d2597243cc5d3715939: getVar/setVar cleanups (2011-11-26 22:42:00 +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 | 11 +++++-- 2 files changed, 37 insertions(+), 3 deletions(-) create mode 100644 meta/recipes-devtools/intltool/intltool-0.40.6/remove-xml-check.patch