* [PATCH 1/8] libclass-isa-perl: add it
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 2/8] perl: package modules Pod-Html and Tie-Hash-NamedCapture Kang Kai
` (8 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
perl module Class::ISA is needed by LSB 4.1 perl test, so add it.
When LSB 5.0 release, it will be deprecated. But we need it now.
[Yocto #3030]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
.../perl/libclass-isa-perl_0.36.bb | 32 ++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
diff --git a/meta/recipes-extended/perl/libclass-isa-perl_0.36.bb b/meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
new file mode 100644
index 0000000..0a9c5cc
--- /dev/null
+++ b/meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
@@ -0,0 +1,32 @@
+SUMMARY = "Perl module for reporting the search path for a class's ISA tree"
+DESCRIPTION = "Suppose you have a class (like Food::Fish::Fishstick) that is derived, \
+via its @ISA, from one or more superclasses (as Food::Fish::Fishstick is from Food::Fish,\
+Life::Fungus, and Chemicals), and some of those superclasses may themselves each be\
+derived, via its @ISA, from one or more superclasses (as above).\
+\
+When, then, you call a method in that class ($fishstick->calories), Perl first searches\
+there for that method, but if it's not there, it goes searching in its superclasses, and\
+so on, in a depth-first (or maybe "height-first" is the word) search. In the above example,\
+it'd first look in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then\
+Chemicals.\
+\
+This library, Class::ISA, provides functions that return that list -- the list\
+(in order) of names of classes Perl would search to find a method, with no duplicates."
+
+HOMEPAGE = "http://search.cpan.org/dist/Class-ISA/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://README;beginline=107;endline=111;md5=6a5c6842a63cfe4dab1f66e2350e4d25"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Class-ISA-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "3a2ad203c8dc87d6c9de16215d00af47"
+SRC_URI[sha256sum] = "8816f34e9a38e849a10df756030dccf9fe061a196c11ac3faafd7113c929b964"
+
+S = "${WORKDIR}/Class-ISA-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 2/8] perl: package modules Pod-Html and Tie-Hash-NamedCapture
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
2012-08-31 10:00 ` [PATCH 1/8] libclass-isa-perl: add it Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 3/8] libpod-plainer-perl: add it Kang Kai
` (7 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
Package modules Pod-Html and Tie-Hash-NamedCapture.
Without module Tie::Hash::NameCapture.pm, call "use English;" will fail.
Module Pod::Html is required by LSB perl test 4.1 case
all/tst_perlModPresent.pl 1.
[Yocto #3031]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-devtools/perl/perl-5.14.2/config.sh b/meta/recipes-devtools/perl/perl-5.14.2/config.sh
index 75dc2d0..ed946d3 100644
--- a/meta/recipes-devtools/perl/perl-5.14.2/config.sh
+++ b/meta/recipes-devtools/perl/perl-5.14.2/config.sh
@@ -846,7 +846,7 @@ netdb_net_type='in_addr_t'
nm='nm'
nm_opt=''
nm_so_opt='--dynamic'
-nonxs_ext='Archive/Extract Archive/Tar Attribute/Handlers AutoLoader B/Debug B/Deparse B/Lint CGI CPAN CPANPLUS CPANPLUS/Dist/Build Class/ISA Devel/SelfStubber Digest Errno ExtUtils/CBuilder ExtUtils/Command ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/ParseXS File/Fetch File/Path File/Temp FileCache Filter/Simple Getopt/Long I18N/LangTags IO/Compress IO/Zlib IPC/Cmd IPC/Open2 IPC/Open3 Locale/Codes Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Pluggable NEXT Net/Ping Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta PerlIO/via/QuotedPrint Pod/Escapes Pod/LaTeX Pod/Parser Pod/Perldoc Pod/Plainer Pod/Simple Safe SelfLoader Shell Switch Term/ANSIColor Term/Cap Term/UI Test Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Memoize Tie/RefHash Time/Local Unicode/Collate XSLoader autodie autouse base bignum constant encoding/warnings if lib libnet parent podlators'
+nonxs_ext='Archive/Extract Archive/Tar Attribute/Handlers AutoLoader B/Debug B/Deparse B/Lint CGI CPAN CPANPLUS CPANPLUS/Dist/Build Class/ISA Devel/SelfStubber Digest Errno ExtUtils/CBuilder ExtUtils/Command ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/ParseXS File/Fetch File/Path File/Temp FileCache Filter/Simple Getopt/Long I18N/LangTags IO/Compress IO/Zlib IPC/Cmd IPC/Open2 IPC/Open3 Locale/Codes Locale/Maketext Locale/Maketext/Simple Log/Message Log/Message/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Build Module/CoreList Module/Load Module/Load/Conditional Module/Loaded Module/Pluggable NEXT Net/Ping Object/Accessor Package/Constants Params/Check Parse/CPAN/Meta PerlIO/via/QuotedPrint Pod/Escapes Pod/Html Pod/LaTeX Pod/Parser Pod/Perldoc Pod/Plainer Pod/Simple Safe SelfLoader Shell Switch Term/ANSIColor Term/Cap Term/UI Test Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs Thread/Queue Thread/Semaphore Tie/File Tie/Hash/NamedCapture Tie/Memoize Tie/RefHash Time/Local Unicode/Collate XSLoader autodie autouse base bignum constant encoding/warnings if lib libnet parent podlators'
nroff='nroff'
nvEUformat='"E"'
nvFUformat='"F"'
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 3/8] libpod-plainer-perl: add it
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
2012-08-31 10:00 ` [PATCH 1/8] libclass-isa-perl: add it Kang Kai
2012-08-31 10:00 ` [PATCH 2/8] perl: package modules Pod-Html and Tie-Hash-NamedCapture Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 4/8] libdumpvalue-perl: " Kang Kai
` (6 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl 1 fails with:
test 190 'use Pod::Plainer;' failed
Add libpod-plainer-perl to fix it.
[Yocto #3031]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
.../perl/libpod-plainer-perl_1.03.bb | 24 ++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
diff --git a/meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb b/meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
new file mode 100644
index 0000000..809c740
--- /dev/null
+++ b/meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
@@ -0,0 +1,24 @@
+SUMMARY = "Perl extension for converting Pod to old-style Pod."
+DESCRIPTION = "Pod::Plainer uses Pod::Parser which takes Pod with the (new) 'C<< .. >>' \
+constructs and returns the old(er) style with just 'C<>'; '<' and '>' are replaced by \
+'E<lt>' and 'E<gt>'. \
+\
+This can be used to pre-process Pod before using tools which do not recognise the new style Pods."
+
+HOMEPAGE = "http://search.cpan.org/dist/Pod-Plainer/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://README;beginline=27;md5=80b4a99d477135bfcd1d0a44a041c63c"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Pod-Plainer-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "15d42071d6bd861cb72daa8cc3111cd3"
+SRC_URI[sha256sum] = "9d153b1d8609606a3424f07a7f4ce955af32131d484cb9602812122bb1ee745b"
+
+S = "${WORKDIR}/Pod-Plainer-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 4/8] libdumpvalue-perl: add it
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (2 preceding siblings ...)
2012-08-31 10:00 ` [PATCH 3/8] libpod-plainer-perl: add it Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 5/8] libenv-perl: " Kang Kai
` (5 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl 1 fails with:
test 44 'use Dumpvalue;' failed
So add libdumpvalue-perl to fix it.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
.../perl/libdumpvalue-perl_1.16.bb | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
diff --git a/meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb b/meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
new file mode 100644
index 0000000..8476b94
--- /dev/null
+++ b/meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Perl module for provides screen dump of Perl data."
+DESCRIPTION = "Perl module for provides screen dump of Perl data."
+
+HOMEPAGE = "http://search.cpan.org/~flora/Dumpvalue/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=31013c0a67276e1ca20f358868cf99ab"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Dumpvalue-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "bef29bf25717db250929bf2b065c4183"
+SRC_URI[sha256sum] = "8204ea8f95dc6b137e225702e9bacaa23646ffa8c1c9eef45fa06a7f19f338f2"
+
+S = "${WORKDIR}/Dumpvalue-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 5/8] libenv-perl: add it
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (3 preceding siblings ...)
2012-08-31 10:00 ` [PATCH 4/8] libdumpvalue-perl: " Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 6/8] libfile-checktree-perl: " Kang Kai
` (4 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
Just add it for LSB 4.1 perl tests.
[Yocto #3031]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
meta/recipes-extended/perl/libenv-perl_1.03.bb | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
diff --git a/meta/recipes-extended/perl/libenv-perl_1.03.bb b/meta/recipes-extended/perl/libenv-perl_1.03.bb
new file mode 100644
index 0000000..6cc4ed4
--- /dev/null
+++ b/meta/recipes-extended/perl/libenv-perl_1.03.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Perl module that imports environment variables as scalars or arrays."
+DESCRIPTION = "Perl maintains environment variables in a special hash named %ENV. \
+For when this access method is inconvenient, the Perl module Env allows environment \
+variables to be treated as scalar or array variables."
+
+HOMEPAGE = "http://search.cpan.org/~flora/Env/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=421c6c0cda752f4977b8287ecebf6061"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "471070589ae99415d8956e042c2f12da"
+SRC_URI[sha256sum] = "de4134ed0c4485e64e7f0fe3e65bab81917cb400cc0d316979df8322d0bdaecc"
+
+S = "${WORKDIR}/Env-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 6/8] libfile-checktree-perl: add it
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (4 preceding siblings ...)
2012-08-31 10:00 ` [PATCH 5/8] libenv-perl: " Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 7/8] libi18n-collate-perl: " Kang Kai
` (3 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
LSB perl test 4.1.6-2, all/tst_perlModPresent.pl 1 fails with:
test 88 'use File::CheckTree;' failed
Add it to fix this issue.
[Yocto #3031]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
.../perl/libfile-checktree-perl_4.41.bb | 33 ++++++++++++++++++++
1 files changed, 33 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
diff --git a/meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb b/meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
new file mode 100644
index 0000000..f11db5e
--- /dev/null
+++ b/meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
@@ -0,0 +1,33 @@
+SUMMARY = "Perl module that run many filetest checks on a tree"
+DESCRIPTION = "The validate() routine takes a single multiline string consisting \
+of directives, each containing a filename plus a file test to try on it. (The file \
+test may also be a "cd", causing subsequent relative filenames to be interpreted \
+relative to that directory.) After the file test you may put || die to make it a \
+fatal error if the file test fails. The default is || warn. The file test may \
+optionally have a "!' prepended to test for the opposite condition. If you do a \
+cd and then list some relative filenames, you may want to indent them slightly for \
+readability. If you supply your own die() or warn() message, you can use $file to \
+interpolate the filename. \
+\
+Filetests may be bunched: "-rwx" tests for all of -r, -w, and -x. Only the first failed \
+test of the bunch will produce a warning. \
+\
+The routine returns the number of warnings issued."
+
+HOMEPAGE = "http://search.cpan.org/~flora/File-CheckTree/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c6fcacc5df80e037060300a7f4b93bf9"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/File-CheckTree-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "519c82aa7e5b7f752b4da14a6c8ad740"
+SRC_URI[sha256sum] = "fc99ab6bb5af4664832715974b5a19e328071dc9202ab72e5d5a594ebd46a729"
+
+S = "${WORKDIR}/File-CheckTree-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 7/8] libi18n-collate-perl: add it
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (5 preceding siblings ...)
2012-08-31 10:00 ` [PATCH 6/8] libfile-checktree-perl: " Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-08-31 10:00 ` [PATCH 8/8] task-core-lsb: add packages Kang Kai
` (2 subsequent siblings)
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
This module is deprecated from perl 5.003_06.
But LSB perl test 4.1.6-2 still test it.
So add it.
[Yocto #3031]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
.../perl/libi18n-collate-perl_1.02.bb | 22 ++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
diff --git a/meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb b/meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
new file mode 100644
index 0000000..2722ec0
--- /dev/null
+++ b/meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Perl module that compare 8-bit scalar data according to the current locale"
+DESCRIPTION = "This module provides you with objects that will collate according to \
+your national character set, provided that the POSIX setlocale() function is supported \
+on your system."
+
+HOMEPAGE = "http://search.cpan.org/~flora/I18N-Collate/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=ff6d629144a6ec1ea8c300f75760184f"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/I18N-Collate-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "72ddb6d1c59cfdf31aa3b04799b86af0"
+SRC_URI[sha256sum] = "9174506bc903eda89690394e3f45558ab7e013114227896d8569d6164648fe37"
+
+S = "${WORKDIR}/I18N-Collate-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* [PATCH 8/8] task-core-lsb: add packages
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (6 preceding siblings ...)
2012-08-31 10:00 ` [PATCH 7/8] libi18n-collate-perl: " Kang Kai
@ 2012-08-31 10:00 ` Kang Kai
2012-09-04 15:01 ` [PATCH 0/8] Patches for LSB perl test Saul Wold
2012-09-10 15:44 ` Saul Wold
9 siblings, 0 replies; 14+ messages in thread
From: Kang Kai @ 2012-08-31 10:00 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
Add package wget and perl modules.
LSB needs wget to download packages but wget provided by busybox doesn't
support some options such as '-N'.
LSB perl test 4.1.6-2 case all/tst_perlModPresent.pl,
../lib/Class/ISA/t/00_about_verbose and ../lib/Class/ISA/t/01_old_junk.t
fail because of lack of these modules, add them to make test pass.
[Yocto #3030 #3031]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
meta/recipes-extended/tasks/task-core-lsb.bb | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index be9eac2..bda9353 100644
--- a/meta/recipes-extended/tasks/task-core-lsb.bb
+++ b/meta/recipes-extended/tasks/task-core-lsb.bb
@@ -3,7 +3,7 @@
#
DESCRIPTION = "Create Small Image Tasks"
-PR = "r9"
+PR = "r10"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -138,6 +138,7 @@ RDEPENDS_task-core-lsb-command-add = "\
foomatic-filters \
cups \
ghostscript \
+ wget \
"
RDEPENDS_task-core-lsb-perl-add = "\
@@ -183,6 +184,12 @@ RDEPENDS_task-core-lsb-runtime-add = "\
pam-plugin-wheel \
e2fsprogs-mke2fs \
mkfontdir \
+ libclass-isa-perl \
+ libenv-perl \
+ libdumpvalue-perl \
+ libfile-checktree-perl \
+ libi18n-collate-perl \
+ libpod-plainer-perl \
liburi-perl \
libxml-parser-perl \
libxml-perl \
--
1.7.5.4
^ permalink raw reply related [flat|nested] 14+ messages in thread* Re: [PATCH 0/8] Patches for LSB perl test
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (7 preceding siblings ...)
2012-08-31 10:00 ` [PATCH 8/8] task-core-lsb: add packages Kang Kai
@ 2012-09-04 15:01 ` Saul Wold
2012-09-06 2:47 ` McClintock Matthew-B29882
2012-09-10 15:44 ` Saul Wold
9 siblings, 1 reply; 14+ messages in thread
From: Saul Wold @ 2012-09-04 15:01 UTC (permalink / raw)
To: Kang Kai; +Cc: Zhenfeng.Zhao, openembedded-core
On 08/31/2012 03:00 AM, Kang Kai wrote:
> The following changes since commit b4c5725af4cd85d5644f0373e2674e903c4eab2b:
>
> yocto-bsp: add missing xserver-xf86-config .bbappend for qemu (2012-08-25 14:47:07 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib kangkai/lsb
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/lsb
>
> Kang Kai (8):
> libclass-isa-perl: add it
> perl: package modules Pod-Html and Tie-Hash-NamedCapture
> libpod-plainer-perl: add it
> libdumpvalue-perl: add it
> libenv-perl: add it
> libfile-checktree-perl: add it
> libi18n-collate-perl: add it
> task-core-lsb: add packages
>
> meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 +-
> .../perl/libclass-isa-perl_0.36.bb | 32 +++++++++++++++++++
> .../perl/libdumpvalue-perl_1.16.bb | 20 ++++++++++++
> meta/recipes-extended/perl/libenv-perl_1.03.bb | 22 +++++++++++++
> .../perl/libfile-checktree-perl_4.41.bb | 33 ++++++++++++++++++++
> .../perl/libi18n-collate-perl_1.02.bb | 22 +++++++++++++
> .../perl/libpod-plainer-perl_1.03.bb | 24 ++++++++++++++
> meta/recipes-extended/tasks/task-core-lsb.bb | 9 +++++-
> 8 files changed, 162 insertions(+), 2 deletions(-)
> create mode 100644 meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
> create mode 100644 meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
> create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
> create mode 100644 meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
> create mode 100644 meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
> create mode 100644 meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
>
Kang,
Given that LSB 5.0 is coming out that removes many of these
requirements, does it really make sense to add these and then remove
them again in a future release. I understand we are trying to be as
compliant as possible to LSB, but this may best be in a meta-lsb layer.
Sau!
^ permalink raw reply [flat|nested] 14+ messages in thread* Re: [PATCH 0/8] Patches for LSB perl test
2012-09-04 15:01 ` [PATCH 0/8] Patches for LSB perl test Saul Wold
@ 2012-09-06 2:47 ` McClintock Matthew-B29882
2012-09-06 3:01 ` Kang Kai
0 siblings, 1 reply; 14+ messages in thread
From: McClintock Matthew-B29882 @ 2012-09-06 2:47 UTC (permalink / raw)
To: Saul Wold
Cc: Zhenfeng.Zhao@windriver.com,
openembedded-core@lists.openembedded.org
On Tue, Sep 4, 2012 at 10:01 AM, Saul Wold <sgw@linux.intel.com> wrote:
> On 08/31/2012 03:00 AM, Kang Kai wrote:
>>
>> The following changes since commit
>> b4c5725af4cd85d5644f0373e2674e903c4eab2b:
>>
>> yocto-bsp: add missing xserver-xf86-config .bbappend for qemu
>> (2012-08-25 14:47:07 +0100)
>>
>> are available in the git repository at:
>> git://git.pokylinux.org/poky-contrib kangkai/lsb
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/lsb
>>
>> Kang Kai (8):
>> libclass-isa-perl: add it
>> perl: package modules Pod-Html and Tie-Hash-NamedCapture
>> libpod-plainer-perl: add it
>> libdumpvalue-perl: add it
>> libenv-perl: add it
>> libfile-checktree-perl: add it
>> libi18n-collate-perl: add it
>> task-core-lsb: add packages
>>
>> meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 +-
>> .../perl/libclass-isa-perl_0.36.bb | 32
>> +++++++++++++++++++
>> .../perl/libdumpvalue-perl_1.16.bb | 20 ++++++++++++
>> meta/recipes-extended/perl/libenv-perl_1.03.bb | 22 +++++++++++++
>> .../perl/libfile-checktree-perl_4.41.bb | 33
>> ++++++++++++++++++++
>> .../perl/libi18n-collate-perl_1.02.bb | 22 +++++++++++++
>> .../perl/libpod-plainer-perl_1.03.bb | 24 ++++++++++++++
>> meta/recipes-extended/tasks/task-core-lsb.bb | 9 +++++-
>> 8 files changed, 162 insertions(+), 2 deletions(-)
>> create mode 100644 meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
>> create mode 100644 meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
>> create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
>> create mode 100644
>> meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
>> create mode 100644
>> meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
>> create mode 100644
>> meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
>>
>
> Kang,
>
> Given that LSB 5.0 is coming out that removes many of these requirements,
> does it really make sense to add these and then remove them again in a
> future release. I understand we are trying to be as
> compliant as possible to LSB, but this may best be in a meta-lsb layer.
Is a meta-lsb layer coming? Will it be apart of poky?
-M
>
> Sau!
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/8] Patches for LSB perl test
2012-09-06 2:47 ` McClintock Matthew-B29882
@ 2012-09-06 3:01 ` Kang Kai
2012-09-06 3:03 ` McClintock Matthew-B29882
0 siblings, 1 reply; 14+ messages in thread
From: Kang Kai @ 2012-09-06 3:01 UTC (permalink / raw)
To: McClintock Matthew-B29882
Cc: openembedded-core@lists.openembedded.org,
Zhenfeng.Zhao@windriver.com
On 2012年09月06日 10:47, McClintock Matthew-B29882 wrote:
> On Tue, Sep 4, 2012 at 10:01 AM, Saul Wold<sgw@linux.intel.com> wrote:
>> On 08/31/2012 03:00 AM, Kang Kai wrote:
>>> The following changes since commit
>>> b4c5725af4cd85d5644f0373e2674e903c4eab2b:
>>>
>>> yocto-bsp: add missing xserver-xf86-config .bbappend for qemu
>>> (2012-08-25 14:47:07 +0100)
>>>
>>> are available in the git repository at:
>>> git://git.pokylinux.org/poky-contrib kangkai/lsb
>>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/lsb
>>>
>>> Kang Kai (8):
>>> libclass-isa-perl: add it
>>> perl: package modules Pod-Html and Tie-Hash-NamedCapture
>>> libpod-plainer-perl: add it
>>> libdumpvalue-perl: add it
>>> libenv-perl: add it
>>> libfile-checktree-perl: add it
>>> libi18n-collate-perl: add it
>>> task-core-lsb: add packages
>>>
>>> meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 +-
>>> .../perl/libclass-isa-perl_0.36.bb | 32
>>> +++++++++++++++++++
>>> .../perl/libdumpvalue-perl_1.16.bb | 20 ++++++++++++
>>> meta/recipes-extended/perl/libenv-perl_1.03.bb | 22 +++++++++++++
>>> .../perl/libfile-checktree-perl_4.41.bb | 33
>>> ++++++++++++++++++++
>>> .../perl/libi18n-collate-perl_1.02.bb | 22 +++++++++++++
>>> .../perl/libpod-plainer-perl_1.03.bb | 24 ++++++++++++++
>>> meta/recipes-extended/tasks/task-core-lsb.bb | 9 +++++-
>>> 8 files changed, 162 insertions(+), 2 deletions(-)
>>> create mode 100644 meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
>>> create mode 100644 meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
>>> create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
>>> create mode 100644
>>> meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
>>> create mode 100644
>>> meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
>>> create mode 100644
>>> meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
>>>
>> Kang,
>>
>> Given that LSB 5.0 is coming out that removes many of these requirements,
>> does it really make sense to add these and then remove them again in a
>> future release. I understand we are trying to be as
>> compliant as possible to LSB, but this may best be in a meta-lsb layer.
> Is a meta-lsb layer coming? Will it be apart of poky?
I send a patch to create meta-lsb layer in poky, and I think that is
what Saul wants.
Regards,
Kai
>
> -M
>
>> Sau!
>>
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/8] Patches for LSB perl test
2012-09-06 3:01 ` Kang Kai
@ 2012-09-06 3:03 ` McClintock Matthew-B29882
0 siblings, 0 replies; 14+ messages in thread
From: McClintock Matthew-B29882 @ 2012-09-06 3:03 UTC (permalink / raw)
To: Kang Kai
Cc: McClintock Matthew-B29882, Zhenfeng.Zhao@windriver.com,
openembedded-core@lists.openembedded.org
On Wed, Sep 5, 2012 at 10:01 PM, Kang Kai <Kai.Kang@windriver.com> wrote:
> On 2012年09月06日 10:47, McClintock Matthew-B29882 wrote:
>>
>> On Tue, Sep 4, 2012 at 10:01 AM, Saul Wold<sgw@linux.intel.com> wrote:
>>>
>>> On 08/31/2012 03:00 AM, Kang Kai wrote:
>>>>
>>>> The following changes since commit
>>>> b4c5725af4cd85d5644f0373e2674e903c4eab2b:
>>>>
>>>> yocto-bsp: add missing xserver-xf86-config .bbappend for qemu
>>>> (2012-08-25 14:47:07 +0100)
>>>>
>>>> are available in the git repository at:
>>>> git://git.pokylinux.org/poky-contrib kangkai/lsb
>>>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/lsb
>>>>
>>>> Kang Kai (8):
>>>> libclass-isa-perl: add it
>>>> perl: package modules Pod-Html and Tie-Hash-NamedCapture
>>>> libpod-plainer-perl: add it
>>>> libdumpvalue-perl: add it
>>>> libenv-perl: add it
>>>> libfile-checktree-perl: add it
>>>> libi18n-collate-perl: add it
>>>> task-core-lsb: add packages
>>>>
>>>> meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 +-
>>>> .../perl/libclass-isa-perl_0.36.bb | 32
>>>> +++++++++++++++++++
>>>> .../perl/libdumpvalue-perl_1.16.bb | 20
>>>> ++++++++++++
>>>> meta/recipes-extended/perl/libenv-perl_1.03.bb | 22
>>>> +++++++++++++
>>>> .../perl/libfile-checktree-perl_4.41.bb | 33
>>>> ++++++++++++++++++++
>>>> .../perl/libi18n-collate-perl_1.02.bb | 22
>>>> +++++++++++++
>>>> .../perl/libpod-plainer-perl_1.03.bb | 24
>>>> ++++++++++++++
>>>> meta/recipes-extended/tasks/task-core-lsb.bb | 9 +++++-
>>>> 8 files changed, 162 insertions(+), 2 deletions(-)
>>>> create mode 100644
>>>> meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
>>>> create mode 100644
>>>> meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
>>>> create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
>>>> create mode 100644
>>>> meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
>>>> create mode 100644
>>>> meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
>>>> create mode 100644
>>>> meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
>>>>
>>> Kang,
>>>
>>> Given that LSB 5.0 is coming out that removes many of these requirements,
>>> does it really make sense to add these and then remove them again in a
>>> future release. I understand we are trying to be as
>>> compliant as possible to LSB, but this may best be in a meta-lsb layer.
>>
>> Is a meta-lsb layer coming? Will it be apart of poky?
>
>
> I send a patch to create meta-lsb layer in poky, and I think that is what
> Saul wants.
That's fine it just was not clear to me if that was going to live on
as a separate layer or be in poky by default. It would be nice if this
followed the same route as meta-yocto has.
-M
>
> Regards,
> Kai
>
>
>>
>> -M
>>
>>> Sau!
>>>
>>>
>>>
>>> _______________________________________________
>>> Openembedded-core mailing list
>>> Openembedded-core@lists.openembedded.org
>>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [PATCH 0/8] Patches for LSB perl test
2012-08-31 10:00 [PATCH 0/8] Patches for LSB perl test Kang Kai
` (8 preceding siblings ...)
2012-09-04 15:01 ` [PATCH 0/8] Patches for LSB perl test Saul Wold
@ 2012-09-10 15:44 ` Saul Wold
9 siblings, 0 replies; 14+ messages in thread
From: Saul Wold @ 2012-09-10 15:44 UTC (permalink / raw)
To: Kang Kai; +Cc: Zhenfeng.Zhao, openembedded-core
On 08/31/2012 03:00 AM, Kang Kai wrote:
> The following changes since commit b4c5725af4cd85d5644f0373e2674e903c4eab2b:
>
> yocto-bsp: add missing xserver-xf86-config .bbappend for qemu (2012-08-25 14:47:07 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib kangkai/lsb
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/lsb
>
> Kang Kai (8):
> libclass-isa-perl: add it
> perl: package modules Pod-Html and Tie-Hash-NamedCapture
> libpod-plainer-perl: add it
> libdumpvalue-perl: add it
> libenv-perl: add it
> libfile-checktree-perl: add it
> libi18n-collate-perl: add it
> task-core-lsb: add packages
>
> meta/recipes-devtools/perl/perl-5.14.2/config.sh | 2 +-
> .../perl/libclass-isa-perl_0.36.bb | 32 +++++++++++++++++++
> .../perl/libdumpvalue-perl_1.16.bb | 20 ++++++++++++
> meta/recipes-extended/perl/libenv-perl_1.03.bb | 22 +++++++++++++
> .../perl/libfile-checktree-perl_4.41.bb | 33 ++++++++++++++++++++
> .../perl/libi18n-collate-perl_1.02.bb | 22 +++++++++++++
> .../perl/libpod-plainer-perl_1.03.bb | 24 ++++++++++++++
> meta/recipes-extended/tasks/task-core-lsb.bb | 9 +++++-
> 8 files changed, 162 insertions(+), 2 deletions(-)
> create mode 100644 meta/recipes-extended/perl/libclass-isa-perl_0.36.bb
> create mode 100644 meta/recipes-extended/perl/libdumpvalue-perl_1.16.bb
> create mode 100644 meta/recipes-extended/perl/libenv-perl_1.03.bb
> create mode 100644 meta/recipes-extended/perl/libfile-checktree-perl_4.41.bb
> create mode 100644 meta/recipes-extended/perl/libi18n-collate-perl_1.02.bb
> create mode 100644 meta/recipes-extended/perl/libpod-plainer-perl_1.03.bb
>
This was merged into recipes-lsb4 (instead of meta-lsb) so that we know
to remove it when lsb5 appears
Thanks for dealing with the shifting sands!
Sau!
^ permalink raw reply [flat|nested] 14+ messages in thread