From b043fd916d4e8ab4a823b0ebd4eb5ab336ff2baf Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Nov 2009 14:11:12 +0000 Subject: recipes: Fix recipes using do_stage_append or do_stage_prepend directly against base.bbclass Signed-off-by: Richard Purdie --- recipes/perl/libhtml-mason-perl_1.35.bb | 4 ++++ recipes/perl/liblog-dispatch-perl_2.13.bb | 4 ++++ recipes/perl/libmodule-build-perl_0.2805.bb | 4 ++++ 3 files changed, 12 insertions(+) (limited to 'recipes/perl') diff --git a/recipes/perl/libhtml-mason-perl_1.35.bb b/recipes/perl/libhtml-mason-perl_1.35.bb index 71e96005e8..dfc6f3cc87 100644 --- a/recipes/perl/libhtml-mason-perl_1.35.bb +++ b/recipes/perl/libhtml-mason-perl_1.35.bb @@ -16,6 +16,10 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/HTML-Mason-${PV}. S = "${WORKDIR}/HTML-Mason-${PV}" +do_stage() { + : +} + inherit cpan_build do_install_append () { diff --git a/recipes/perl/liblog-dispatch-perl_2.13.bb b/recipes/perl/liblog-dispatch-perl_2.13.bb index ee4a2198c1..643deda664 100644 --- a/recipes/perl/liblog-dispatch-perl_2.13.bb +++ b/recipes/perl/liblog-dispatch-perl_2.13.bb @@ -7,4 +7,8 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Log-Dispatch-${PV S = "${WORKDIR}/Log-Dispatch-${PV}" +do_stage() { + : +} + inherit cpan_build diff --git a/recipes/perl/libmodule-build-perl_0.2805.bb b/recipes/perl/libmodule-build-perl_0.2805.bb index 8a7ce9fa04..b7819fdebc 100644 --- a/recipes/perl/libmodule-build-perl_0.2805.bb +++ b/recipes/perl/libmodule-build-perl_0.2805.bb @@ -12,4 +12,8 @@ PR = "r5" S = "${WORKDIR}/Module-Build-${PV}" +do_stage() { + : +} + inherit cpan_build -- cgit v1.2.3 From 369ec69e5e703942ad5ec7e85d0356a4781efeab Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Wed, 11 Nov 2009 21:28:21 +0100 Subject: libxml-parser-perl-native: updated to 2.36 --- recipes/perl/libxml-parser-perl-native_2.36.bb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 recipes/perl/libxml-parser-perl-native_2.36.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libxml-parser-perl-native_2.36.bb b/recipes/perl/libxml-parser-perl-native_2.36.bb new file mode 100644 index 0000000000..64758ad5f2 --- /dev/null +++ b/recipes/perl/libxml-parser-perl-native_2.36.bb @@ -0,0 +1,6 @@ +SECTION = "libs" + +require libxml-parser-perl_${PV}.bb + +inherit native + -- cgit v1.2.3 From 25db6767cbf1b00a4e8dbf746d2d16458c3696ea Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Nov 2009 21:01:47 +0000 Subject: perl: Move config.sh to STAGING_LIBDIR rather than trying to be clever with staging variables and losing Signed-off-by: Richard Purdie --- recipes/perl/perl-native_5.8.8.bb | 9 ++++----- recipes/perl/perl.inc | 4 ++-- recipes/perl/perl_5.8.4.bb | 2 +- recipes/perl/perl_5.8.7.bb | 2 +- recipes/perl/perl_5.8.8.bb | 5 ++--- 5 files changed, 10 insertions(+), 12 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/perl-native_5.8.8.bb b/recipes/perl/perl-native_5.8.8.bb index ba05406eb0..60a5cf5b0f 100644 --- a/recipes/perl/perl-native_5.8.8.bb +++ b/recipes/perl/perl-native_5.8.8.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.perl.org/" SECTION = "libs" LICENSE = "Artistic|GPL" DEPENDS = "virtual/db-native gdbm-native" -PR = "r14" +PR = "r15" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/perl-${PV}" @@ -66,10 +66,9 @@ do_stage_append() { # We need a hostperl link for building perl ln -sf ${STAGING_BINDIR_NATIVE}/perl${PV} ${STAGING_BINDIR_NATIVE}/hostperl # Store native config in non-versioned directory - install -d ${STAGING_DIR}/${HOST_SYS}/perl \ - ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE \ + install -d ${STAGING_LIBDIR_NATIVE}/perl/${PV}/CORE \ ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils - install config.sh ${STAGING_DIR}/${HOST_SYS}/perl + install config.sh ${STAGING_LIBDIR}/perl # target configuration install lib/Config.pm ${STAGING_LIBDIR_NATIVE}/perl/${PV}/ install lib/ExtUtils/typemap ${STAGING_DATADIR_NATIVE}/perl/${PV}/ExtUtils/ @@ -88,7 +87,7 @@ do_stage_append() { } do_stage_append_nylon() { # get rid of definitions not supported by the gcc version we use for nylon... - for i in ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy.pl ${STAGING_DIR}/${HOST_SYS}/perl/config.sh; do + for i in ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy.pl ${STAGING_LIBDIR}/perl/config.sh; do perl -pi -e 's/-Wdeclaration-after-statement //g' ${i} done } diff --git a/recipes/perl/perl.inc b/recipes/perl/perl.inc index 9e20ae63e6..15ae55cf17 100644 --- a/recipes/perl/perl.inc +++ b/recipes/perl/perl.inc @@ -36,8 +36,8 @@ do_install() { } do_stage() { - install -d ${STAGING_DIR}/${HOST_SYS}/perl/ - install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/ + install -d ${STAGING_LIBDIR}/perl/ + install config.sh ${STAGING_LIBDIR}/perl/ } PACKAGES_DYNAMIC = "perl-module-*" diff --git a/recipes/perl/perl_5.8.4.bb b/recipes/perl/perl_5.8.4.bb index 10a871c8dd..881a2acee5 100644 --- a/recipes/perl/perl_5.8.4.bb +++ b/recipes/perl/perl_5.8.4.bb @@ -1,6 +1,6 @@ require perl.inc -PR = "r5" +PR = "r6" SRC_URI += "file://uclibc.patch;patch=1 \ file://config.sh-mipsel-linux \ diff --git a/recipes/perl/perl_5.8.7.bb b/recipes/perl/perl_5.8.7.bb index 6589180ff2..5891670394 100644 --- a/recipes/perl/perl_5.8.7.bb +++ b/recipes/perl/perl_5.8.7.bb @@ -26,7 +26,7 @@ SRC_URI_append_powerpc += " ${GCCLINK_SRC}" PARALLEL_MAKE = "" -PR = "r22" +PR = "r23" do_configure() { ln -sf ${HOSTPERL} ${STAGING_BINDIR_NATIVE}/hostperl diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index 35fcc83ccc..02ad7bf376 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -141,12 +141,11 @@ do_install() { fi } do_stage() { - install -d ${STAGING_DIR}/${HOST_SYS}/perl \ - ${STAGING_LIBDIR_NATIVE}/perl/${PV} \ + install -d ${STAGING_LIBDIR_NATIVE}/perl/${PV} \ ${STAGING_LIBDIR}/perl/${PV}/CORE \ ${STAGING_DATADIR}/perl/${PV}/ExtUtils # target config, used by cpan.bbclass to extract version information - install config.sh ${STAGING_DIR}/${HOST_SYS}/perl/ + install config.sh ${STAGING_LIBDIR}/perl/ # target configuration, used by native perl when cross-compiling install lib/Config_heavy.pl ${STAGING_LIBDIR_NATIVE}/perl/${PV}/Config_heavy-target.pl # target configuration -- cgit v1.2.3 From f0472370387a85f19b6d69a0aa4420621082998a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 11 Nov 2009 22:00:03 +0000 Subject: perl: Bump the remaining PRs so the last changes take effect Signed-off-by: Richard Purdie --- recipes/perl/perl-native_5.8.4.bb | 2 +- recipes/perl/perl-native_5.8.7.bb | 2 +- recipes/perl/perl_5.8.8.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/perl-native_5.8.4.bb b/recipes/perl/perl-native_5.8.4.bb index 69555e0fac..d3ecb67863 100644 --- a/recipes/perl/perl-native_5.8.4.bb +++ b/recipes/perl/perl-native_5.8.4.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Perl is a popular scripting language." HOMEPAGE = "http://www.perl.org/" LICENSE = "Artistic|GPL" -PR = "r3" +PR = "r4" SECTION = "libs" inherit native diff --git a/recipes/perl/perl-native_5.8.7.bb b/recipes/perl/perl-native_5.8.7.bb index ebb10e5580..d8ccd0c33d 100644 --- a/recipes/perl/perl-native_5.8.7.bb +++ b/recipes/perl/perl-native_5.8.7.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Perl is a popular scripting language." HOMEPAGE = "http://www.perl.org/" LICENSE = "Artistic|GPL" -PR = "r5" +PR = "r6" SECTION = "libs" inherit native diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb index 02ad7bf376..13e44556be 100644 --- a/recipes/perl/perl_5.8.8.bb +++ b/recipes/perl/perl_5.8.8.bb @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL" PRIORITY = "optional" # We need gnugrep (for -I) DEPENDS = "virtual/db perl-native grep-native" -PR = "r29" +PR = "r30" # Major part of version PVM = "5.8" -- cgit v1.2.3 From a926b9f20c44daba56b6f7301e1b3e7b67311145 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 12 Nov 2009 11:04:10 +0100 Subject: libwww-mechanize-perl and -native: recipes added (needed for xmltv) --- recipes/perl/libwww-mechanize-perl-native_1.60.bb | 6 ++++++ recipes/perl/libwww-mechanize-perl_1.60.bb | 10 ++++++++++ 2 files changed, 16 insertions(+) create mode 100644 recipes/perl/libwww-mechanize-perl-native_1.60.bb create mode 100644 recipes/perl/libwww-mechanize-perl_1.60.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libwww-mechanize-perl-native_1.60.bb b/recipes/perl/libwww-mechanize-perl-native_1.60.bb new file mode 100644 index 0000000000..8718cd268e --- /dev/null +++ b/recipes/perl/libwww-mechanize-perl-native_1.60.bb @@ -0,0 +1,6 @@ +SECTION = "libs" + +require libwww-mechanize-perl_${PV}.bb + +inherit native + diff --git a/recipes/perl/libwww-mechanize-perl_1.60.bb b/recipes/perl/libwww-mechanize-perl_1.60.bb new file mode 100644 index 0000000000..e82cc498c1 --- /dev/null +++ b/recipes/perl/libwww-mechanize-perl_1.60.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "WWW::Mechanize Handy web browsing in a Perl object" +SECTION = "libs" +LICENSE = "Perl" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/WWW-Mechanize-${PV}.tar.gz" + +S = "${WORKDIR}/WWW-Mechanize-${PV}" + +inherit cpan -- cgit v1.2.3 From 179dc9a499f3ec468c818a0f159432913bdaeee2 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 12 Nov 2009 11:16:21 +0100 Subject: various perl libs: removed unneeded EXTRA_CPANFLAGS for EXPAT --- recipes/perl/libfile-slurp-perl_9999.13.bb | 4 +--- recipes/perl/libtermreadkey-perl_2.30.bb | 4 +--- recipes/perl/libxml-twig-perl_3.33.bb | 4 +--- recipes/perl/libxml-writer-perl_0.606.bb | 4 +--- 4 files changed, 4 insertions(+), 12 deletions(-) (limited to 'recipes/perl') diff --git a/recipes/perl/libfile-slurp-perl_9999.13.bb b/recipes/perl/libfile-slurp-perl_9999.13.bb index c4c967d90c..5854761696 100644 --- a/recipes/perl/libfile-slurp-perl_9999.13.bb +++ b/recipes/perl/libfile-slurp-perl_9999.13.bb @@ -1,13 +1,11 @@ SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://search.cpan.org/~uri/" -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/File-Slurp-${PV}.tar.gz" S = "${WORKDIR}/File-Slurp-${PV}" -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - inherit cpan diff --git a/recipes/perl/libtermreadkey-perl_2.30.bb b/recipes/perl/libtermreadkey-perl_2.30.bb index 3296aef4d8..4f2f26f471 100644 --- a/recipes/perl/libtermreadkey-perl_2.30.bb +++ b/recipes/perl/libtermreadkey-perl_2.30.bb @@ -1,13 +1,11 @@ SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://search.cpan.org/~jstowe/TermReadKey-2.30/" -PR = "r0" +PR = "r1" SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JS/JSTOWE/TermReadKey-${PV}.tar.gz" S = "${WORKDIR}/TermReadKey-${PV}" -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - inherit cpan diff --git a/recipes/perl/libxml-twig-perl_3.33.bb b/recipes/perl/libxml-twig-perl_3.33.bb index d828a63166..d688d2c372 100644 --- a/recipes/perl/libxml-twig-perl_3.33.bb +++ b/recipes/perl/libxml-twig-perl_3.33.bb @@ -2,13 +2,11 @@ SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://www.xmltwig.com/" DEPENDS += "libxml-parser-perl" -PR = "r1" +PR = "r2" SRC_URI = "http://www.angstrom-distribution.org/unstable/sources/XML-Twig-${PV}-upstream-keeps-changing-this-tarball-so-we-mirror-our-own.tar.gz" S = "${WORKDIR}/XML-Twig-${PV}" -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - inherit cpan diff --git a/recipes/perl/libxml-writer-perl_0.606.bb b/recipes/perl/libxml-writer-perl_0.606.bb index 863e8e792c..776d338f0b 100644 --- a/recipes/perl/libxml-writer-perl_0.606.bb +++ b/recipes/perl/libxml-writer-perl_0.606.bb @@ -1,13 +1,11 @@ SECTION = "libs" LICENSE = "Artistic|GPL" HOMEPAGE = "http://search.cpan.org/dist/XML-Writer/" -PR = "r1" +PR = "r2" SRC_URI = "http://search.cpan.org/CPAN/authors/id/J/JO/JOSEPHW/XML-Writer-${PV}.tar.gz" S = "${WORKDIR}/XML-Writer-${PV}" -EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" - inherit cpan -- cgit v1.2.3 From b8e6b2627c2da5b855e8c9951e9023d16e8b7877 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Thu, 12 Nov 2009 19:53:44 +0100 Subject: libhtml-parser-perl and -namtive, upgraded to 3.64 --- recipes/perl/libhtml-parser-perl-native_3.64.bb | 6 ++++++ recipes/perl/libhtml-parser-perl_3.64.bb | 15 +++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 recipes/perl/libhtml-parser-perl-native_3.64.bb create mode 100644 recipes/perl/libhtml-parser-perl_3.64.bb (limited to 'recipes/perl') diff --git a/recipes/perl/libhtml-parser-perl-native_3.64.bb b/recipes/perl/libhtml-parser-perl-native_3.64.bb new file mode 100644 index 0000000000..3760a422fa --- /dev/null +++ b/recipes/perl/libhtml-parser-perl-native_3.64.bb @@ -0,0 +1,6 @@ +SECTION = "libs" + +require libhtml-parser-perl_${PV}.bb + +inherit native + diff --git a/recipes/perl/libhtml-parser-perl_3.64.bb b/recipes/perl/libhtml-parser-perl_3.64.bb new file mode 100644 index 0000000000..122fba2dc2 --- /dev/null +++ b/recipes/perl/libhtml-parser-perl_3.64.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "HTML Parser bits." +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +RDEPENDS = "perl-module-test-more \ + perl-module-xsloader \ + perl-module-test-simple \ + libhtml-tagset-perl" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz" + +S = "${WORKDIR}/HTML-Parser-${PV}" + +inherit cpan -- cgit v1.2.3