[oe-commits] Frans Meulenbroeks : libxml-libxml-perl_1.70.bb: fix native build

git version control git at git.openembedded.org
Fri Sep 10 16:41:00 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b985e56c9734c28d0252c5457c37b8ade669874b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b985e56c9734c28d0252c5457c37b8ade669874b

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Fri Sep 10 18:40:26 2010 +0200

libxml-libxml-perl_1.70.bb: fix native build

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/perl/libxml-libxml-perl_1.70.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/perl/libxml-libxml-perl_1.70.bb b/recipes/perl/libxml-libxml-perl_1.70.bb
index 5c56503..e8ab1f0 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 "





More information about the Openembedded-commits mailing list