aboutsummaryrefslogtreecommitdiffstats
path: root/packages/perl/libxml-parser-perl_2.34.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2007-05-30 12:48:58 +0000
committerJamie Lenehan <lenehan@twibble.org>2007-05-30 12:48:58 +0000
commit4845fa55fc30c9660261fe49f645829824a40753 (patch)
tree4ba4bd09f2c67491218b9daf9bbd8f26ca370cae /packages/perl/libxml-parser-perl_2.34.bb
parent9c510c394d3df7a8c1570af057a35c24dc0d4e0a (diff)
downloadopenembedded-4845fa55fc30c9660261fe49f645829824a40753.tar.gz
perl 5.8.8: Fixes for uclibc and libxml-parser-perl.
* Stage the headers from perl * Modify cpan.bbclass to use the appropriate headers. * Remove prototypes as well as disabling functions that uclibc doesn't support. * Bump PR on libxml-parser-perl to force it to be rebuilt. Previously it was always using the headers from native-perl, since the headers were the same for native and target... but that's only true in the case of glibc, for uclibc the headers are different.
Diffstat (limited to 'packages/perl/libxml-parser-perl_2.34.bb')
-rw-r--r--packages/perl/libxml-parser-perl_2.34.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/perl/libxml-parser-perl_2.34.bb b/packages/perl/libxml-parser-perl_2.34.bb
index 0b0cd750b0..46ce6512ca 100644
--- a/packages/perl/libxml-parser-perl_2.34.bb
+++ b/packages/perl/libxml-parser-perl_2.34.bb
@@ -1,7 +1,7 @@
SECTION = "libs"
LICENSE = "Artistic"
DEPENDS += "expat-native"
-PR = "r9"
+PR = "r10"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"