From f24466c861dddd404fb74d1eefab28fa7ac450ac Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 9 Sep 2010 23:07:16 +0200 Subject: libxml-libxml-perl: added dependency for XML::NamespaceSupport Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl/libxml-libxml-perl_1.70.bb') diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index f298ac873f..5c565031ac 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -3,9 +3,10 @@ SECTION = "libs" LICENSE = "" DEPENDS += "libxml2 \ libxml-sax-perl \ + libxml-namespacesupport-perl \ zlib \ " -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ file://libxml-libxml-perl-disable-libxml2-check.patch \ -- cgit 1.2.3-korg From b985e56c9734c28d0252c5457c37b8ade669874b Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Fri, 10 Sep 2010 18:40:26 +0200 Subject: libxml-libxml-perl_1.70.bb: fix native build Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/perl/libxml-libxml-perl_1.70.bb') diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index 5c565031ac..e8ab1f08ae 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -6,7 +6,7 @@ DEPENDS += "libxml2 \ libxml-namespacesupport-perl \ zlib \ " -PR = "r1" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ file://libxml-libxml-perl-disable-libxml2-check.patch \ @@ -23,3 +23,4 @@ EXTRA_CPANFLAGS = "INC=-I${STAGING_INCDIR}/libxml2 LIBS=-L${STAGING_LIBDIR}" BBCLASSEXTEND = "native" CFLAGS += " -D_GNU_SOURCE " +BUILD_CFLAGS += " -D_GNU_SOURCE " -- cgit 1.2.3-korg From 4bc984b8f830a508f37af9b8a801d77addb3046c Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sun, 12 Sep 2010 13:05:11 +0200 Subject: libxml-libxml-perl_1.70.bb: fix DEPENDS/RDEPENDS Signed-off-by: Frans Meulenbroeks --- recipes/perl/libxml-libxml-perl_1.70.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'recipes/perl/libxml-libxml-perl_1.70.bb') diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb index e8ab1f08ae..373885e01a 100644 --- a/recipes/perl/libxml-libxml-perl_1.70.bb +++ b/recipes/perl/libxml-libxml-perl_1.70.bb @@ -2,11 +2,14 @@ DESCRIPTION = "XML-LibXML" SECTION = "libs" LICENSE = "" DEPENDS += "libxml2 \ + libxml-sax-perl-native \ + zlib \ +" +RDEPENDS_${PN} += "libxml2 \ libxml-sax-perl \ - libxml-namespacesupport-perl \ zlib \ " -PR = "r2" +PR = "r3" SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXML-${PV}.tar.gz;name=libxml \ file://libxml-libxml-perl-disable-libxml2-check.patch \ -- cgit 1.2.3-korg