All of lore.kernel.org
 help / color / mirror / Atom feed
* Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS
@ 2016-08-29  2:16 mingli.yu
  2016-08-29  2:16 ` [PATCH 01/21] " mingli.yu
                   ` (22 more replies)
  0 siblings, 23 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

The series add libwww-perl-perl to RDEPENDS for ltp as
STPfailure_report.pl provided by ltp depends
on LWP/Simple.pm which is provided by libwww-perl-perl

Add new recipe libwww-perl-perl as lftp rdepends
on libwww-perl-perl

Add encode-locale-perl recipe as libwww-perl-perl
rdepends on encode-locale-perl

Add new recipe file-listing-perl as libwww-perl-perl
rdepends on file-listing-perl

Add new recipe html-parser-perl as libwww-perl-perl
rdepends on html-parser-perl

Add new recipe http-cookies-perl as libwww-perl-perl
rdepends on http-cookies-perl

Add new recipe http-daemon-perl as libwww-perl-perl
rdepends on http-daemon-perl

Add new recipe http-date-perl as libwww-perl-perl
rdepends on http-date-perl

Add new recipe http-message-perl as libwww-perl-perl
rdepends on http-message-perl

Add new recipe http-negotiate-perl as libwww-perl-perl
rdepends on http-negotiate-perl

Add new recipe lwp-mediatypes-perl as libwww-perl-perl
rdepends on lwp-mediatypes-perl

Add new recipe net-http-perl as libwww-perl-perl
rdepends on net-http-perl

Add new recipe uri-perl as libwww-perl-perl
rdepends on uri-perl

Add new recipe www-robotrules-perl as libwww-perl-perl
rdepends on www-robotrules-perl

Add new recipe io-html-perl as http-message-perl
rdepends on io-html-perl

Add new recipe io-compress-perl as net-http-perl
rdepends on io-compress-perl

Add new recipe io-socket-ssl-perl as net-http-perl
rdepends on io-socket-ssl-perl

Add new recipe html-tagset-perl as html-parser-perl
rdepends on html-tagset-perl

Add new recipe compress-raw-bzip2-perl as io-compress-perl
rdepends on compress-raw-bzip2-perl

Add new recipe compress-raw-zlib-perl as io-compress-perl
rdepends on compress-raw-zlib-perl

Add new recipe net-ssleay-perl as io-socket-ssl-perl
rdepends on net-ssleay-perl


^ permalink raw reply	[flat|nested] 25+ messages in thread

* [PATCH 01/21] ltp: add libwww-perl-perl to RDEPENDS
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 02/21] libwww-perl-perl: add new recipe mingli.yu
                   ` (21 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add libwww-perl-perl to RDEPENDS for ltp as
  STPfailure_report.pl provided by ltp depends
  on LWP/Simple.pm which is provided by libwww-perl-perl,
  otherwise comes below error

  root@super_micro-1:~# /opt/ltp/bin/STPfailure_report.pl -h
  Can't locate LWP/Simple.pm in @INC (you may need to
  install the LWP::Simple module) (@INC contains: /etc/perl
  /usr/lib64/perl/site_perl/5.22.1/
  /usr/lib64/perl/site_perl/5.22.1
  /usr/lib64/perl/vendor_perl/5.22.1/
  /usr/lib64/perl/vendor_perl/5.22.1
  /usr/lib64/perl/5.22.1/ /usr/lib64/perl/5.22.1
  /usr/local/lib/site_perl /usr/lib64/perl/5.22.1 .)
  at /opt/ltp/bin/STPfailure_report.pl line 33.
  BEGIN failed--compilation aborted at
  /opt/ltp/bin/STPfailure_report.pl line 33.

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-extended/ltp/ltp_20160126.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/ltp/ltp_20160126.bb b/meta/recipes-extended/ltp/ltp_20160126.bb
index 278f492..0d3ca1d 100644
--- a/meta/recipes-extended/ltp/ltp_20160126.bb
+++ b/meta/recipes-extended/ltp/ltp_20160126.bb
@@ -96,7 +96,7 @@ do_install(){
     cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
 }
 
-RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect ldd"
+RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect ldd libwww-perl-perl"
 
 FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a"
 
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 02/21] libwww-perl-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
  2016-08-29  2:16 ` [PATCH 01/21] " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 03/21] encode-locale-perl: " mingli.yu
                   ` (20 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe libwww-perl-perl as lftp rdepends
  on libwww-perl-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../recipes-devtools/perl/libwww-perl-perl_6.15.bb | 39 ++++++++++++++++++++++
 1 file changed, 39 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/libwww-perl-perl_6.15.bb

diff --git a/meta/recipes-devtools/perl/libwww-perl-perl_6.15.bb b/meta/recipes-devtools/perl/libwww-perl-perl_6.15.bb
new file mode 100644
index 0000000..85db4d9
--- /dev/null
+++ b/meta/recipes-devtools/perl/libwww-perl-perl_6.15.bb
@@ -0,0 +1,39 @@
+DESCRIPTION = "The libwww-perl collection is a set of Perl modules which provides a simple \
+and consistent application programming interface (API) to the World-Wide \
+Web. The main focus of the library is to provide classes and functions that \
+allow you to write WWW clients. The library also contain modules that are \
+of more general use and even classes that help you implement simple HTTP \
+servers."
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/libwww-perl"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/libwww-perl-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "6888c9d8728cd6f3ea3c9754461c9f94"
+SRC_URI[sha256sum] = "6f349d45c21b1ec0501c4437dfcb70570940e6c3d5bff783bd91d4cddead8322"
+RDEPENDS_${PN} += "encode-locale-perl"
+RDEPENDS_${PN} += "file-listing-perl"
+RDEPENDS_${PN} += "html-parser-perl"
+RDEPENDS_${PN} += "http-cookies-perl"
+RDEPENDS_${PN} += "http-daemon-perl"
+RDEPENDS_${PN} += "http-date-perl"
+RDEPENDS_${PN} += "http-message-perl"
+RDEPENDS_${PN} += "http-negotiate-perl"
+RDEPENDS_${PN} += "lwp-mediatypes-perl"
+RDEPENDS_${PN} += "net-http-perl"
+RDEPENDS_${PN} += "uri-perl"
+RDEPENDS_${PN} += "www-robotrules-perl"
+
+S = "${WORKDIR}/libwww-perl-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 03/21] encode-locale-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
  2016-08-29  2:16 ` [PATCH 01/21] " mingli.yu
  2016-08-29  2:16 ` [PATCH 02/21] libwww-perl-perl: add new recipe mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 04/21] file-listing-perl: " mingli.yu
                   ` (19 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add encode-locale-perl recipe as libwww-perl-perl
  rdepends on encode-locale-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/encode-locale-perl_1.05.bb                | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/encode-locale-perl_1.05.bb

diff --git a/meta/recipes-devtools/perl/encode-locale-perl_1.05.bb b/meta/recipes-devtools/perl/encode-locale-perl_1.05.bb
new file mode 100644
index 0000000..8a7450d
--- /dev/null
+++ b/meta/recipes-devtools/perl/encode-locale-perl_1.05.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "In many applications it's wise to let Perl use Unicode for the strings \
+it processes. Most of the interfaces Perl has to the outside world are \
+still \
+byte based. Programs therefore need to decode byte strings that enter \
+the \
+program from the outside and encode them again on the way out."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/Encode-Locale"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "fcfdb8e4ee34bcf62aed429b4a23db27"
+SRC_URI[sha256sum] = "176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1"
+
+S = "${WORKDIR}/Encode-Locale-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 04/21] file-listing-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (2 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 03/21] encode-locale-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 05/21] html-parser-perl: " mingli.yu
                   ` (18 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe file-listing-perl as libwww-perl-perl
  rdepends on file-listing-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/file-listing-perl_6.04.bb                 | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/file-listing-perl_6.04.bb

diff --git a/meta/recipes-devtools/perl/file-listing-perl_6.04.bb b/meta/recipes-devtools/perl/file-listing-perl_6.04.bb
new file mode 100644
index 0000000..18b762f
--- /dev/null
+++ b/meta/recipes-devtools/perl/file-listing-perl_6.04.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "This module exports a single function called parse_dir(), which can be \
+used to parse directory listings."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/File-Listing"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/File-Listing-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "83f636b477741f3a014585bb9cc079a6"
+SRC_URI[sha256sum] = "1e0050fcd6789a2179ec0db282bf1e90fb92be35d1171588bd9c47d52d959cf5"
+RDEPENDS_${PN} += "http-date-perl"
+
+S = "${WORKDIR}/File-Listing-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 05/21] html-parser-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (3 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 04/21] file-listing-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 06/21] http-cookies-perl: " mingli.yu
                   ` (17 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe html-parser-perl as libwww-perl-perl
  rdepends on html-parser-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../recipes-devtools/perl/html-parser-perl_3.72.bb | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/html-parser-perl_3.72.bb

diff --git a/meta/recipes-devtools/perl/html-parser-perl_3.72.bb b/meta/recipes-devtools/perl/html-parser-perl_3.72.bb
new file mode 100644
index 0000000..9495e76
--- /dev/null
+++ b/meta/recipes-devtools/perl/html-parser-perl_3.72.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "Objects of the "HTML::Parser" class will recognize markup and separate it \
+from plain text (alias data content) in HTML documents. As different kinds \
+of markup and text are recognized, the corresponding event handlers are \
+invoked."
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTML-Parser"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTML-Parser-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "eb7505e5f626913350df9dd4a03d54a8"
+SRC_URI[sha256sum] = "ec28c7e1d9e67c45eca197077f7cdc41ead1bb4c538c7f02a3296a4bb92f608b"
+RDEPENDS_${PN} += "html-tagset-perl"
+RRECOMMENDS_${PN} += "http-message-perl"
+
+S = "${WORKDIR}/HTML-Parser-${PV}"
+
+inherit cpan
+
+do_compile() {
+       export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+       cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 06/21] http-cookies-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (4 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 05/21] html-parser-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 07/21] http-daemon-perl: " mingli.yu
                   ` (16 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe http-cookies-perl as libwww-perl-perl
  rdepends on http-cookies-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/http-cookies-perl_6.01.bb                 | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/http-cookies-perl_6.01.bb

diff --git a/meta/recipes-devtools/perl/http-cookies-perl_6.01.bb b/meta/recipes-devtools/perl/http-cookies-perl_6.01.bb
new file mode 100644
index 0000000..adebbe8
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-cookies-perl_6.01.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "This class is for objects that represent a \"cookie jar\" -- that is, a \
+database of all the HTTP cookies that a given LWP::UserAgent object \
+knows \
+about."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Cookies"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Cookies-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ecfd0eeb88512033352c2f13c9580f03"
+SRC_URI[sha256sum] = "f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20"
+RDEPENDS_${PN} += "http-date-perl"
+RDEPENDS_${PN} += "http-message-perl"
+
+S = "${WORKDIR}/HTTP-Cookies-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 07/21] http-daemon-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (5 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 06/21] http-cookies-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 08/21] http-date-perl: " mingli.yu
                   ` (15 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe http-daemon-perl as libwww-perl-perl
  rdepends on http-daemon-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../recipes-devtools/perl/http-daemon-perl_6.01.bb | 34 ++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/http-daemon-perl_6.01.bb

diff --git a/meta/recipes-devtools/perl/http-daemon-perl_6.01.bb b/meta/recipes-devtools/perl/http-daemon-perl_6.01.bb
new file mode 100644
index 0000000..8461e85
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-daemon-perl_6.01.bb
@@ -0,0 +1,34 @@
+DESCRIPTION = "Instances of the \"HTTP::Daemon\" class are HTTP/1.1 servers that \
+listen on a socket for incoming requests. The \"HTTP::Daemon\" is a \
+subclass of \
+\"IO::Socket::INET\", so you can perform socket operations directly on \
+it too."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Daemon"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Daemon-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "ed0ae02d25d7f1e89456d4d69732adc2"
+SRC_URI[sha256sum] = "43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2"
+RDEPENDS_${PN} += "http-date-perl"
+RDEPENDS_${PN} += "http-message-perl"
+RDEPENDS_${PN} += "lwp-mediatypes-perl"
+
+S = "${WORKDIR}/HTTP-Daemon-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 08/21] http-date-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (6 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 07/21] http-daemon-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 09/21] http-message-perl: " mingli.yu
                   ` (14 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe http-date-perl as libwww-perl-perl
  rdepends on http-date-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-devtools/perl/http-date-perl_6.02.bb | 31 +++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/http-date-perl_6.02.bb

diff --git a/meta/recipes-devtools/perl/http-date-perl_6.02.bb b/meta/recipes-devtools/perl/http-date-perl_6.02.bb
new file mode 100644
index 0000000..aa7995d
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-date-perl_6.02.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "This module provides functions that deal the date formats used by the \
+HTTP protocol (and then some more). Only the first two functions, \
+time2str() and \
+str2time(), are exported by default."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Date"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Date-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "52b7a0d5982d61be1edb217751d7daba"
+SRC_URI[sha256sum] = "e8b9941da0f9f0c9c01068401a5e81341f0e3707d1c754f8e11f42a7e629e333"
+RRECOMMENDS_${PN} += "libtimedate-perl"
+
+S = "${WORKDIR}/HTTP-Date-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 09/21] http-message-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (7 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 08/21] http-date-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 10/21] http-negotiate-perl: " mingli.yu
                   ` (13 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe http-message-perl as libwww-perl-perl
  rdepends on http-message-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/http-message-perl_6.11.bb                 | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/http-message-perl_6.11.bb

diff --git a/meta/recipes-devtools/perl/http-message-perl_6.11.bb b/meta/recipes-devtools/perl/http-message-perl_6.11.bb
new file mode 100644
index 0000000..f4ac587
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-message-perl_6.11.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "An "HTTP::Message" object contains some headers and a content body. The \
+following methods are available:"
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Message"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/HTTP-Message-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "4ed7add10daea3ab30abfeab6d03872f"
+SRC_URI[sha256sum] = "e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b"
+RDEPENDS_${PN} += "encode-locale-perl"
+RDEPENDS_${PN} += "http-date-perl"
+RDEPENDS_${PN} += "io-compress-perl"
+RDEPENDS_${PN} += "io-html-perl"
+RDEPENDS_${PN} += "lwp-mediatypes-perl"
+RDEPENDS_${PN} += "uri-perl"
+
+S = "${WORKDIR}/HTTP-Message-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 10/21] http-negotiate-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (8 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 09/21] http-message-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 11/21] lwp-mediatypes-perl: " mingli.yu
                   ` (12 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe http-negotiate-perl as libwww-perl-perl
  rdepends on http-negotiate-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/http-negotiate-perl_6.01.bb               | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/http-negotiate-perl_6.01.bb

diff --git a/meta/recipes-devtools/perl/http-negotiate-perl_6.01.bb b/meta/recipes-devtools/perl/http-negotiate-perl_6.01.bb
new file mode 100644
index 0000000..9c71112
--- /dev/null
+++ b/meta/recipes-devtools/perl/http-negotiate-perl_6.01.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "This module provides a complete implementation of the HTTP content \
+negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps \
+chapter \
+12. Content negotiation allows for the selection of a preferred content \
+representation based upon attributes of the negotiable variants and the \
+value of the various Accept* header fields in the request."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTTP-Negotiate"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "1236195250e264d7436e7bb02031671b"
+SRC_URI[sha256sum] = "1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016"
+RDEPENDS_${PN} += "http-message-perl"
+
+S = "${WORKDIR}/HTTP-Negotiate-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 11/21] lwp-mediatypes-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (9 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 10/21] http-negotiate-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 12/21] net-http-perl: " mingli.yu
                   ` (11 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe lwp-mediatypes-perl as libwww-perl-perl
  rdepends on lwp-mediatypes-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/lwp-mediatypes-perl_6.02.bb               | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/lwp-mediatypes-perl_6.02.bb

diff --git a/meta/recipes-devtools/perl/lwp-mediatypes-perl_6.02.bb b/meta/recipes-devtools/perl/lwp-mediatypes-perl_6.02.bb
new file mode 100644
index 0000000..513bac9
--- /dev/null
+++ b/meta/recipes-devtools/perl/lwp-mediatypes-perl_6.02.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "This module provides functions for handling media (also known as MIME) \
+types and encodings. The mapping from file extensions to media types is \
+defined by \
+the media.types file. If the ~/.media.types file exists it is used \
+instead. \
+For backwards compatibility we will also look for ~/.mime.types."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/LWP-MediaTypes"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/LWP-MediaTypes-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "8c5f25fb64b974d22aff424476ba13c9"
+SRC_URI[sha256sum] = "18790b0cc5f0a51468495c3847b16738f785a2d460403595001e0b932e5db676"
+
+S = "${WORKDIR}/LWP-MediaTypes-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 12/21] net-http-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (10 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 11/21] lwp-mediatypes-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 13/21] uri-perl: " mingli.yu
                   ` (10 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe net-http-perl as libwww-perl-perl
  rdepends on net-http-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-devtools/perl/net-http-perl_6.09.bb | 33 ++++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/net-http-perl_6.09.bb

diff --git a/meta/recipes-devtools/perl/net-http-perl_6.09.bb b/meta/recipes-devtools/perl/net-http-perl_6.09.bb
new file mode 100644
index 0000000..87959ad
--- /dev/null
+++ b/meta/recipes-devtools/perl/net-http-perl_6.09.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "The \"Net::HTTP\" class is a low-level HTTP client. An instance of the \
+\"Net::HTTP\" class represents a connection to an HTTP server. The HTTP \
+protocol is described in RFC 2616. The \"Net::HTTP\" class supports \
+\"HTTP/1.0\" and \"HTTP/1.1\"."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/Net-HTTP"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/Net-HTTP-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "3d84d17f64c7316d69e7eb7b4e292b9a"
+SRC_URI[sha256sum] = "52762b939d84806908ba544581c5708375f7938c3c0e496c128ca3fbc425e58d"
+RDEPENDS_${PN} += "uri-perl"
+RDEPENDS_${PN} += "io-compress-perl"
+RRECOMMENDS_${PN} += "io-socket-ssl-perl"
+
+S = "${WORKDIR}/Net-HTTP-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 13/21] uri-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (11 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 12/21] net-http-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 14/21] www-robotrules-perl: " mingli.yu
                   ` (9 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe uri-perl as libwww-perl-perl
  rdepends on uri-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-devtools/perl/uri-perl_1.71.bb | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/uri-perl_1.71.bb

diff --git a/meta/recipes-devtools/perl/uri-perl_1.71.bb b/meta/recipes-devtools/perl/uri-perl_1.71.bb
new file mode 100644
index 0000000..dcc62eb
--- /dev/null
+++ b/meta/recipes-devtools/perl/uri-perl_1.71.bb
@@ -0,0 +1,24 @@
+DESCRIPTION = "This module implements the "URI" class. Objects of this class represent \
+"Uniform Resource Identifier references" as specified in RFC 2396 (and \
+updated by RFC 2732)."
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/URI"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "247c3da29a794f72730e01aa5a715daf"
+SRC_URI[sha256sum] = "9c8eca0d7f39e74bbc14706293e653b699238eeb1a7690cc9c136fb8c2644115"
+
+S = "${WORKDIR}/URI-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 14/21] www-robotrules-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (12 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 13/21] uri-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 15/21] io-html-perl: " mingli.yu
                   ` (8 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe www-robotrules-perl as libwww-perl-perl
  rdepends on www-robotrules-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/www-robotrules-perl_6.02.bb               | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/www-robotrules-perl_6.02.bb

diff --git a/meta/recipes-devtools/perl/www-robotrules-perl_6.02.bb b/meta/recipes-devtools/perl/www-robotrules-perl_6.02.bb
new file mode 100644
index 0000000..e6acbc7
--- /dev/null
+++ b/meta/recipes-devtools/perl/www-robotrules-perl_6.02.bb
@@ -0,0 +1,33 @@
+DESCRIPTION = "This module parses /robots.txt files as specified in \"A Standard for \
+Robot Exclusion\", at <http://www.robotstxt.org/wc/norobots.html> \
+Webmasters can \
+use the /robots.txt file to forbid conforming robots from accessing \
+parts of \
+their web site."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/WWW-RobotRules"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "b7186e8b8b3701e70c22abf430742403"
+SRC_URI[sha256sum] = "46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e"
+RDEPENDS_${PN} += "uri-perl"
+
+S = "${WORKDIR}/WWW-RobotRules-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 15/21] io-html-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (13 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 14/21] www-robotrules-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 16/21] io-compress-perl: " mingli.yu
                   ` (7 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe io-html-perl as http-message-perl
  rdepends on io-html-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-devtools/perl/io-html-perl_1.001.bb | 30 ++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/io-html-perl_1.001.bb

diff --git a/meta/recipes-devtools/perl/io-html-perl_1.001.bb b/meta/recipes-devtools/perl/io-html-perl_1.001.bb
new file mode 100644
index 0000000..d384389
--- /dev/null
+++ b/meta/recipes-devtools/perl/io-html-perl_1.001.bb
@@ -0,0 +1,30 @@
+DESCRIPTION = "IO::HTML provides an easy way to open a file containing HTML while \
+automatically determining its encoding. It uses the HTML5 encoding \
+sniffing \
+algorithm specified in section 8.2.2.2 of the draft standard."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/IO-HTML"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "3f8958718844dc96b9f6946f21d70d22"
+SRC_URI[sha256sum] = "ea78d2d743794adc028bc9589538eb867174b4e165d7d8b5f63486e6b828e7e0"
+
+S = "${WORKDIR}/IO-HTML-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 16/21] io-compress-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (14 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 15/21] io-html-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 17/21] io-socket-ssl-perl: " mingli.yu
                   ` (6 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe io-compress-perl as net-http-perl
  rdepends on io-compress-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/io-compress-perl_2.069.bb                 | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/io-compress-perl_2.069.bb

diff --git a/meta/recipes-devtools/perl/io-compress-perl_2.069.bb b/meta/recipes-devtools/perl/io-compress-perl_2.069.bb
new file mode 100644
index 0000000..43b51b4
--- /dev/null
+++ b/meta/recipes-devtools/perl/io-compress-perl_2.069.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "This module provides a Perl interface that allows writing compressed \
+data to files or buffer as defined in RFC 1952."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/IO-Compress"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/IO-Compress-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "b26925161e3f01919f60344d1bbb49c4"
+SRC_URI[sha256sum] = "e9d36d93e12874536ecbf6c1db80aae34236645798b3501b479c78e09da3f28c"
+RDEPENDS_${PN} += "compress-raw-bzip2-perl"
+RDEPENDS_${PN} += "compress-raw-zlib-perl"
+
+S = "${WORKDIR}/IO-Compress-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 17/21] io-socket-ssl-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (15 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 16/21] io-compress-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 18/21] html-tagset-perl: " mingli.yu
                   ` (5 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe io-socket-ssl-perl as net-http-perl
  rdepends on io-socket-ssl-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/io-socket-ssl-perl_2.024.bb               | 27 ++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb

diff --git a/meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb b/meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb
new file mode 100644
index 0000000..b24535f
--- /dev/null
+++ b/meta/recipes-devtools/perl/io-socket-ssl-perl_2.024.bb
@@ -0,0 +1,27 @@
+DESCRIPTION = "IO::Socket::SSL makes using SSL/TLS much easier by wrapping the necessary \
+functionality into the familiar IO::Socket interface and providing secure \
+defaults whenever possible. This way, existing applications can be made \
+SSL-aware without much effort, at least if you do blocking I/O and don't \
+use select or poll."
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/IO-Socket-SSL"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "9d1be9159475fe67afa5f2e238808086"
+SRC_URI[sha256sum] = "dab3125b004b24ff8dfc003aa81c00c0f976a1bc34a75e1d8d9de9de837ce6c9"
+RDEPENDS_${PN} += "net-ssleay-perl"
+
+S = "${WORKDIR}/IO-Socket-SSL-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 18/21] html-tagset-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (16 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 17/21] io-socket-ssl-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 19/21] compress-raw-bzip2-perl: " mingli.yu
                   ` (4 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe html-tagset-perl as html-parser-perl
  rdepends on html-tagset-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../recipes-devtools/perl/html-tagset-perl_3.20.bb | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/html-tagset-perl_3.20.bb

diff --git a/meta/recipes-devtools/perl/html-tagset-perl_3.20.bb b/meta/recipes-devtools/perl/html-tagset-perl_3.20.bb
new file mode 100644
index 0000000..b270331
--- /dev/null
+++ b/meta/recipes-devtools/perl/html-tagset-perl_3.20.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "This module contains several data tables useful in various kinds of \
+HTML parsing operations."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/HTML-Tagset"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "http://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "d2bfa18fe1904df7f683e96611e87437"
+SRC_URI[sha256sum] = "adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2"
+
+S = "${WORKDIR}/HTML-Tagset-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 19/21] compress-raw-bzip2-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (17 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 18/21] html-tagset-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 20/21] compress-raw-zlib-perl: " mingli.yu
                   ` (3 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe compress-raw-bzip2-perl as io-compress-perl
  rdepends on compress-raw-bzip2-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/compress-raw-bzip2-perl_2.069.bb          | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/compress-raw-bzip2-perl_2.069.bb

diff --git a/meta/recipes-devtools/perl/compress-raw-bzip2-perl_2.069.bb b/meta/recipes-devtools/perl/compress-raw-bzip2-perl_2.069.bb
new file mode 100644
index 0000000..ca93c3d
--- /dev/null
+++ b/meta/recipes-devtools/perl/compress-raw-bzip2-perl_2.069.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = ""Compress::Raw::Bzip2\" provides an interface to the in-memory \
+compression/uncompression functions from the bzip2 compression library."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/Compress-Raw-Bzip2"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "18c4312b4fb8b644e9d697803687ea4f"
+SRC_URI[sha256sum] = "928d07069dbe71f20bfc664830ee035e3964521c72b1cc80ea3340dfeb0f915b"
+
+S = "${WORKDIR}/Compress-Raw-Bzip2-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 20/21] compress-raw-zlib-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (18 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 19/21] compress-raw-bzip2-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:16 ` [PATCH 21/21] net-ssleay-perl: " mingli.yu
                   ` (2 subsequent siblings)
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe compress-raw-zlib-perl as io-compress-perl
  rdepends on compress-raw-zlib-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 .../perl/compress-raw-zlib-perl_2.069.bb           | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/compress-raw-zlib-perl_2.069.bb

diff --git a/meta/recipes-devtools/perl/compress-raw-zlib-perl_2.069.bb b/meta/recipes-devtools/perl/compress-raw-zlib-perl_2.069.bb
new file mode 100644
index 0000000..1c833c1
--- /dev/null
+++ b/meta/recipes-devtools/perl/compress-raw-zlib-perl_2.069.bb
@@ -0,0 +1,28 @@
+DESCRIPTION = "The Compress::Raw::Zlib module provides a Perl interface to the \
+zlib compression library."
+
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-2.0"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/Compress-Raw-Zlib"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "c1f99178e6e29b0037785afa6d8bbcff"
+SRC_URI[sha256sum] = "9a647fe7d2e6122370372a11c1e3a2e2b54c90bba595cad170854fdaa8a64619"
+
+S = "${WORKDIR}/Compress-Raw-Zlib-${PV}"
+
+inherit cpan
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* [PATCH 21/21] net-ssleay-perl: add new recipe
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (19 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 20/21] compress-raw-zlib-perl: " mingli.yu
@ 2016-08-29  2:16 ` mingli.yu
  2016-08-29  2:28 ` Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS Yu, Mingli
  2016-08-29 11:52 ` Alexander Kanavin
  22 siblings, 0 replies; 25+ messages in thread
From: mingli.yu @ 2016-08-29  2:16 UTC (permalink / raw)
  To: openembedded-core

From: Mingli Yu <Mingli.Yu@windriver.com>

* Add new recipe net-ssleay-perl as io-socket-ssl-perl
  rdepends on net-ssleay-perl

Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
---
 meta/recipes-devtools/perl/net-ssleay-perl_1.72.bb | 37 ++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 meta/recipes-devtools/perl/net-ssleay-perl_1.72.bb

diff --git a/meta/recipes-devtools/perl/net-ssleay-perl_1.72.bb b/meta/recipes-devtools/perl/net-ssleay-perl_1.72.bb
new file mode 100644
index 0000000..87aeb80
--- /dev/null
+++ b/meta/recipes-devtools/perl/net-ssleay-perl_1.72.bb
@@ -0,0 +1,37 @@
+DESCRIPTION = "Net::SSLeay module contains perl bindings to openssl \
+(<http://www.openssl.org>) library."
+
+SECTION = "libs"
+LICENSE = "Artisticv1 | GPLv1+"
+PR = "r0"
+
+MAINTAINER=	"Poky <poky@yoctoproject.org>"
+HOMEPAGE=	"https://metacpan.org/release/Net-SSLeay"
+
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \
+file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d"
+
+DEPENDS = "zlib openssl"
+RDEPENDS_${PN} += "zlib openssl"
+
+SRC_URI = "https://cpan.metacpan.org/authors/id/M/MI/MIKEM/Net-SSLeay-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "a740d7792dbac8ca8c4eb38d3b8fbd01"
+SRC_URI[sha256sum] = "1baac39f0f12cee515d8bec633175bb5916ca542e5356e26420437bd6195d2f4"
+
+S = "${WORKDIR}/Net-SSLeay-${PV}"
+
+inherit cpan
+
+do_configure() {
+	export OPENSSL_PREFIX="${STAGING_DIR_TARGET}/usr"
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_configure
+}
+
+do_compile() {
+	export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
+	cpan_do_compile
+}
+
+BBCLASSEXTEND = "native"
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 25+ messages in thread

* Re: Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (20 preceding siblings ...)
  2016-08-29  2:16 ` [PATCH 21/21] net-ssleay-perl: " mingli.yu
@ 2016-08-29  2:28 ` Yu, Mingli
  2016-08-29 11:52 ` Alexander Kanavin
  22 siblings, 0 replies; 25+ messages in thread
From: Yu, Mingli @ 2016-08-29  2:28 UTC (permalink / raw)
  To: openembedded-core



On 2016年08月29日 10:16, mingli.yu@windriver.com wrote:
> The series add libwww-perl-perl to RDEPENDS for ltp as
> STPfailure_report.pl provided by ltp depends
> on LWP/Simple.pm which is provided by libwww-perl-perl
>
> Add new recipe libwww-perl-perl as lftp rdepends
> on libwww-perl-perl

Sorry for the typo, s/lftp/ltp/

Thanks,
Grace

>
> Add encode-locale-perl recipe as libwww-perl-perl
> rdepends on encode-locale-perl
>
> Add new recipe file-listing-perl as libwww-perl-perl
> rdepends on file-listing-perl
>
> Add new recipe html-parser-perl as libwww-perl-perl
> rdepends on html-parser-perl
>
> Add new recipe http-cookies-perl as libwww-perl-perl
> rdepends on http-cookies-perl
>
> Add new recipe http-daemon-perl as libwww-perl-perl
> rdepends on http-daemon-perl
>
> Add new recipe http-date-perl as libwww-perl-perl
> rdepends on http-date-perl
>
> Add new recipe http-message-perl as libwww-perl-perl
> rdepends on http-message-perl
>
> Add new recipe http-negotiate-perl as libwww-perl-perl
> rdepends on http-negotiate-perl
>
> Add new recipe lwp-mediatypes-perl as libwww-perl-perl
> rdepends on lwp-mediatypes-perl
>
> Add new recipe net-http-perl as libwww-perl-perl
> rdepends on net-http-perl
>
> Add new recipe uri-perl as libwww-perl-perl
> rdepends on uri-perl
>
> Add new recipe www-robotrules-perl as libwww-perl-perl
> rdepends on www-robotrules-perl
>
> Add new recipe io-html-perl as http-message-perl
> rdepends on io-html-perl
>
> Add new recipe io-compress-perl as net-http-perl
> rdepends on io-compress-perl
>
> Add new recipe io-socket-ssl-perl as net-http-perl
> rdepends on io-socket-ssl-perl
>
> Add new recipe html-tagset-perl as html-parser-perl
> rdepends on html-tagset-perl
>
> Add new recipe compress-raw-bzip2-perl as io-compress-perl
> rdepends on compress-raw-bzip2-perl
>
> Add new recipe compress-raw-zlib-perl as io-compress-perl
> rdepends on compress-raw-zlib-perl
>
> Add new recipe net-ssleay-perl as io-socket-ssl-perl
> rdepends on net-ssleay-perl
>


^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS
  2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
                   ` (21 preceding siblings ...)
  2016-08-29  2:28 ` Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS Yu, Mingli
@ 2016-08-29 11:52 ` Alexander Kanavin
  2016-08-30  6:23   ` Yu, Mingli
  22 siblings, 1 reply; 25+ messages in thread
From: Alexander Kanavin @ 2016-08-29 11:52 UTC (permalink / raw)
  To: openembedded-core

On 08/29/2016 05:16 AM, mingli.yu@windriver.com wrote:
> The series add libwww-perl-perl to RDEPENDS for ltp as
> STPfailure_report.pl provided by ltp depends
> on LWP/Simple.pm which is provided by libwww-perl-perl

You are adding 20 new recipes, just to support something in a single 
perl script in a single project. Please investigate, what is that 
something, is it truly needed in oe-core context, and can it be 
disabled, patched out or rewritten so that it doesn't pull in this 
massive list of dependencies.

Alex



^ permalink raw reply	[flat|nested] 25+ messages in thread

* Re: Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS
  2016-08-29 11:52 ` Alexander Kanavin
@ 2016-08-30  6:23   ` Yu, Mingli
  0 siblings, 0 replies; 25+ messages in thread
From: Yu, Mingli @ 2016-08-30  6:23 UTC (permalink / raw)
  To: Alexander Kanavin, openembedded-core



On 2016年08月29日 19:52, Alexander Kanavin wrote:
> On 08/29/2016 05:16 AM, mingli.yu@windriver.com wrote:
>> The series add libwww-perl-perl to RDEPENDS for ltp as
>> STPfailure_report.pl provided by ltp depends
>> on LWP/Simple.pm which is provided by libwww-perl-perl
>
> You are adding 20 new recipes, just to support something in a single
> perl script in a single project. Please investigate, what is that
> something, is it truly needed in oe-core context, and can it be
> disabled, patched out or rewritten so that it doesn't pull in this
> massive list of dependencies.

Thanks Alex for your comments!
1, Have double checked the script STPfailure_report.pl history from the 
ltp repo(git://github.com/linux-test-project/ltp.git), it is added as
a tool to analyze failures from LTP runs on the OSDL's Scaleable Test 
Platform (STP) as below:

commit f0573facbbbf14798cc5b7d4653a5e46b4b95fa5
Author: robbiew <robbiew>
Date:   Wed Apr 28 19:21:39 2004 +0000

     Added tool for analyzing failures from LTP runs on the OSDL's 
Scaleable Test Platform (STP)

2, And go through the contents of the script STPfailure_report.pl and it 
mainly needs to access http://khack.osdl.org to retrieve ltp test 
results run on OSDL's Scaleable Test Platform (STP) and print the 
reports, and now the website http://khack.osdl.org not accessible.

So we don't need to add so many new recipes for dependencies for this 
script STPfailure_report.pl.

Sorry for noise, please ignore it.

And will reorganize the logic to resend another patch not deploy this 
script to our system to avoid confusing about this script fails to run.

Thanks,
Grace

>
> Alex
>


^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2016-08-30  6:27 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-29  2:16 Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS mingli.yu
2016-08-29  2:16 ` [PATCH 01/21] " mingli.yu
2016-08-29  2:16 ` [PATCH 02/21] libwww-perl-perl: add new recipe mingli.yu
2016-08-29  2:16 ` [PATCH 03/21] encode-locale-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 04/21] file-listing-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 05/21] html-parser-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 06/21] http-cookies-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 07/21] http-daemon-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 08/21] http-date-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 09/21] http-message-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 10/21] http-negotiate-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 11/21] lwp-mediatypes-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 12/21] net-http-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 13/21] uri-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 14/21] www-robotrules-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 15/21] io-html-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 16/21] io-compress-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 17/21] io-socket-ssl-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 18/21] html-tagset-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 19/21] compress-raw-bzip2-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 20/21] compress-raw-zlib-perl: " mingli.yu
2016-08-29  2:16 ` [PATCH 21/21] net-ssleay-perl: " mingli.yu
2016-08-29  2:28 ` Review request 0/21: ltp: add libwww-perl-perl to RDEPENDS Yu, Mingli
2016-08-29 11:52 ` Alexander Kanavin
2016-08-30  6:23   ` Yu, Mingli

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.