* [PATCH] cpan.bbclass: removed legacy staging
@ 2010-07-25 16:32 Frans Meulenbroeks
2010-07-26 7:50 ` Koen Kooi
2010-07-26 8:53 ` Roman I Khimov
0 siblings, 2 replies; 3+ messages in thread
From: Frans Meulenbroeks @ 2010-07-25 16:32 UTC (permalink / raw)
To: openembedded-devel
bumped PR for the main perl recipes so this change takes effect
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
---
removed legacy staging
as QA compared with the poky version.
Also build all perl/lib* recipes with it (using perl 5.8.8).
5 of these fail:
ERROR: 'virtual:native:/home/frans/oe/openembedded/recipes/perl/libcurses-perl_1.28.bb' failed
ERROR: '/home/frans/oe/openembedded/recipes/perl/libcurses-perl_1.28.bb' failed
ERROR: '/home/frans/oe/openembedded/recipes/perl/libsocket6-perl_0.23.bb' failed
ERROR: '/home/frans/oe/openembedded/recipes/perl/libdbd-mysql-perl-native_4.010.bb' failed
ERROR: '/home/frans/oe/openembedded/recipes/perl/libencode-detect-perl_1.01.bb' failed
However these 5 also failed before making the change.
These recipes are broken and I did not see an apparent fix
please ack as this affects all perl cpan recipes.
classes/cpan.bbclass | 15 ++++-----------
recipes/perl/perl_5.10.1.bb | 2 +-
recipes/perl/perl_5.8.8.bb | 2 +-
3 files changed, 6 insertions(+), 13 deletions(-)
diff --git a/classes/cpan.bbclass b/classes/cpan.bbclass
index dfc0926..24e0c6e 100644
--- a/classes/cpan.bbclass
+++ b/classes/cpan.bbclass
@@ -13,6 +13,8 @@ export PERL_INC = "${STAGING_LIBDIR}/perl/${@get_perl_version(d)}/CORE"
export PERL_LIB = "${STAGING_DATADIR}/perl/${@get_perl_version(d)}"
export PERL_ARCHLIB = "${STAGING_LIBDIR}/perl/${@get_perl_version(d)}"
+NATIVE_INSTALL_WORKS = "1"
+
cpan_do_configure () {
yes '' | perl Makefile.PL ${EXTRA_CPANFLAGS}
if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then
@@ -31,16 +33,7 @@ cpan_do_compile () {
}
cpan_do_install () {
- if [ ${@is_target(d)} = "yes" ]; then
- oe_runmake install_vendor
- fi
-}
-
-cpan_do_stage () {
- if [ ${@is_target(d)} = "no" ]; then
- oe_runmake install_vendor
- fi
+ oe_runmake DESTDIR="${D}" install_vendor
}
-
-EXPORT_FUNCTIONS do_configure do_compile do_install do_stage
+EXPORT_FUNCTIONS do_configure do_compile do_install
diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
index 86b08dc..e7c90d8 100644
--- a/recipes/perl/perl_5.10.1.bb
+++ b/recipes/perl/perl_5.10.1.bb
@@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
PRIORITY = "optional"
# We need gnugrep (for -I)
DEPENDS = "virtual/db perl-native grep-native"
-PR = "r7"
+PR = "r8"
# Not tested enough
DEFAULT_PREFERENCE = "-1"
diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
index c73fe4e..29ae66c 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 = "r34"
+PR = "r35"
# Major part of version
PVM = "5.8"
--
1.6.4.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] cpan.bbclass: removed legacy staging
2010-07-25 16:32 [PATCH] cpan.bbclass: removed legacy staging Frans Meulenbroeks
@ 2010-07-26 7:50 ` Koen Kooi
2010-07-26 8:53 ` Roman I Khimov
1 sibling, 0 replies; 3+ messages in thread
From: Koen Kooi @ 2010-07-26 7:50 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 25-07-10 18:32, Frans Meulenbroeks wrote:
> bumped PR for the main perl recipes so this change takes effect
>
> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
> ---
>
> removed legacy staging
>
> as QA compared with the poky version.
> Also build all perl/lib* recipes with it (using perl 5.8.8).
> 5 of these fail:
> ERROR: 'virtual:native:/home/frans/oe/openembedded/recipes/perl/libcurses-perl_1.28.bb' failed
> ERROR: '/home/frans/oe/openembedded/recipes/perl/libcurses-perl_1.28.bb' failed
> ERROR: '/home/frans/oe/openembedded/recipes/perl/libsocket6-perl_0.23.bb' failed
> ERROR: '/home/frans/oe/openembedded/recipes/perl/libdbd-mysql-perl-native_4.010.bb' failed
> ERROR: '/home/frans/oe/openembedded/recipes/perl/libencode-detect-perl_1.01.bb' failed
> However these 5 also failed before making the change.
> These recipes are broken and I did not see an apparent fix
>
> please ack as this affects all perl cpan recipes.
>
> classes/cpan.bbclass | 15 ++++-----------
> recipes/perl/perl_5.10.1.bb | 2 +-
> recipes/perl/perl_5.8.8.bb | 2 +-
> 3 files changed, 6 insertions(+), 13 deletions(-)
>
> diff --git a/classes/cpan.bbclass b/classes/cpan.bbclass
> index dfc0926..24e0c6e 100644
> --- a/classes/cpan.bbclass
> +++ b/classes/cpan.bbclass
> @@ -13,6 +13,8 @@ export PERL_INC = "${STAGING_LIBDIR}/perl/${@get_perl_version(d)}/CORE"
> export PERL_LIB = "${STAGING_DATADIR}/perl/${@get_perl_version(d)}"
> export PERL_ARCHLIB = "${STAGING_LIBDIR}/perl/${@get_perl_version(d)}"
>
> +NATIVE_INSTALL_WORKS = "1"
> +
> cpan_do_configure () {
> yes '' | perl Makefile.PL ${EXTRA_CPANFLAGS}
> if [ "${BUILD_SYS}" != "${HOST_SYS}" ]; then
> @@ -31,16 +33,7 @@ cpan_do_compile () {
> }
>
> cpan_do_install () {
> - if [ ${@is_target(d)} = "yes" ]; then
> - oe_runmake install_vendor
> - fi
> -}
> -
> -cpan_do_stage () {
> - if [ ${@is_target(d)} = "no" ]; then
> - oe_runmake install_vendor
> - fi
> + oe_runmake DESTDIR="${D}" install_vendor
> }
> -
>
> -EXPORT_FUNCTIONS do_configure do_compile do_install do_stage
> +EXPORT_FUNCTIONS do_configure do_compile do_install
> diff --git a/recipes/perl/perl_5.10.1.bb b/recipes/perl/perl_5.10.1.bb
> index 86b08dc..e7c90d8 100644
> --- a/recipes/perl/perl_5.10.1.bb
> +++ b/recipes/perl/perl_5.10.1.bb
> @@ -5,7 +5,7 @@ LICENSE = "Artistic|GPL"
> PRIORITY = "optional"
> # We need gnugrep (for -I)
> DEPENDS = "virtual/db perl-native grep-native"
> -PR = "r7"
> +PR = "r8"
>
> # Not tested enough
> DEFAULT_PREFERENCE = "-1"
> diff --git a/recipes/perl/perl_5.8.8.bb b/recipes/perl/perl_5.8.8.bb
> index c73fe4e..29ae66c 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 = "r34"
> +PR = "r35"
>
> # Major part of version
> PVM = "5.8"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFMTT5jMkyGM64RGpERAmVFAJ0X3198XhL9ReCP0qWglOSu6rB4dgCghdOX
1sUnckvbCx8xrX63kAMRCYM=
=ZPjp
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] cpan.bbclass: removed legacy staging
2010-07-25 16:32 [PATCH] cpan.bbclass: removed legacy staging Frans Meulenbroeks
2010-07-26 7:50 ` Koen Kooi
@ 2010-07-26 8:53 ` Roman I Khimov
1 sibling, 0 replies; 3+ messages in thread
From: Roman I Khimov @ 2010-07-26 8:53 UTC (permalink / raw)
To: openembedded-devel
В сообщении от Воскресенье 25 июля 2010 20:32:05 автор Frans Meulenbroeks
написал:
> bumped PR for the main perl recipes so this change takes effect
>
> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
> ---
>
> removed legacy staging
>
> as QA compared with the poky version.
> Also build all perl/lib* recipes with it (using perl 5.8.8).
> 5 of these fail:
> ERROR:
> 'virtual:native:/home/frans/oe/openembedded/recipes/perl/libcurses-perl_1.
> 28.bb' failed ERROR:
> '/home/frans/oe/openembedded/recipes/perl/libcurses-perl_1.28.bb' failed
> ERROR: '/home/frans/oe/openembedded/recipes/perl/libsocket6-perl_0.23.bb'
> failed ERROR:
> '/home/frans/oe/openembedded/recipes/perl/libdbd-mysql-perl-native_4.010.b
> b' failed ERROR:
> '/home/frans/oe/openembedded/recipes/perl/libencode-detect-perl_1.01.bb'
> failed However these 5 also failed before making the change.
> These recipes are broken and I did not see an apparent fix
Acked-by: Roman I Khimov <khimov@altell.ru>
As for the broken recipes, changes are high for at least mine part of them
that they actually require Perl 5.10 (I'm not using 5.8.8 for almost a year
now).
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-07-26 8:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-25 16:32 [PATCH] cpan.bbclass: removed legacy staging Frans Meulenbroeks
2010-07-26 7:50 ` Koen Kooi
2010-07-26 8:53 ` Roman I Khimov
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.