From ca64b38e43edd7379ea7a95cda8976f010cd54bf Mon Sep 17 00:00:00 2001 From: Michael Lippautz Date: Fri, 22 Jan 2010 00:03:33 +0000 Subject: [PATCH] libxml-libxml-perl: Adds perl module XML::LibXML Signed-off-by: Philip Balister --- .../libxml-libxml-perl-disable-libxml2-check.patch | 39 ++++++++++++++++++++++ recipes/perl/libxml-libxml-perl_1.70.bb | 24 +++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch create mode 100644 recipes/perl/libxml-libxml-perl_1.70.bb diff --git a/recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch b/recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch new file mode 100644 index 0000000000..c8e0218ede --- /dev/null +++ b/recipes/perl/files/libxml-libxml-perl-disable-libxml2-check.patch @@ -0,0 +1,39 @@ +--- a/Makefile.PL 2010-01-21 15:31:53.000000000 +0100 ++++ b/Makefile.PL 2010-01-21 15:32:51.000000000 +0100 +@@ -291,21 +291,21 @@ + + # -------------------------------------------------------------------------- # + # test if the libraries are really installed! +-unless (have_library("xml2") or have_library("libxml2")) { +- print STDERR <