* [PATCH 0/2] Add gettext-runtime and libxml-sax-perl
@ 2011-05-06 5:15 Kang Kai
2011-05-06 5:16 ` [PATCH 1/2] libxml-sax-perl: added for resolve LSB olver test Kang Kai
2011-05-06 5:16 ` [PATCH 2/2] task-core-lsb: add gettext-runtime and libxml-sax-perl Kang Kai
0 siblings, 2 replies; 3+ messages in thread
From: Kang Kai @ 2011-05-06 5:15 UTC (permalink / raw)
To: saul.wold; +Cc: poky
From: Kang Kai <kai.kang@windriver.com>
Hi Saul,
gettext is splitted, so add gettext-runtime to provide command gettext
Add libxml-sax-perl to resolve LSB olver test block issue
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: kangkai/distro
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/distro
Thanks,
Kang Kai <kai.kang@windriver.com>
---
Kang Kai (2):
libxml-sax-perl: added for resolve LSB olver test
task-core-lsb: add gettext-runtime and libxml-sax-perl
.../perl/libxml-namespacesupport-perl_1.11.bb | 22 ++++++++++++++++
meta/recipes-extended/perl/libxml-sax-perl_0.96.bb | 26 ++++++++++++++++++++
meta/recipes-extended/tasks/task-core-lsb.bb | 4 ++-
3 files changed, 51 insertions(+), 1 deletions(-)
create mode 100644 meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
create mode 100644 meta/recipes-extended/perl/libxml-sax-perl_0.96.bb
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/2] libxml-sax-perl: added for resolve LSB olver test
2011-05-06 5:15 [PATCH 0/2] Add gettext-runtime and libxml-sax-perl Kang Kai
@ 2011-05-06 5:16 ` Kang Kai
2011-05-06 5:16 ` [PATCH 2/2] task-core-lsb: add gettext-runtime and libxml-sax-perl Kang Kai
1 sibling, 0 replies; 3+ messages in thread
From: Kang Kai @ 2011-05-06 5:16 UTC (permalink / raw)
To: saul.wold; +Cc: poky
From: Kang Kai <kai.kang@windriver.com>
When run LSB olver core test, it will be blocked.
Import libxml-sax-perl and libxml-namespacesupport-perl from oe to
resolve this issue.
Add LICENSE and reset PR.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
.../perl/libxml-namespacesupport-perl_1.11.bb | 22 ++++++++++++++++
meta/recipes-extended/perl/libxml-sax-perl_0.96.bb | 26 ++++++++++++++++++++
2 files changed, 48 insertions(+), 0 deletions(-)
create mode 100644 meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
create mode 100644 meta/recipes-extended/perl/libxml-sax-perl_0.96.bb
diff --git a/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
new file mode 100644
index 0000000..d96430e
--- /dev/null
+++ b/meta/recipes-extended/perl/libxml-namespacesupport-perl_1.11.bb
@@ -0,0 +1,22 @@
+SUMMARY = "Perl module for supporting simple generic namespaces"
+DESCRIPTION = "XML::NamespaceSupport offers a simple way to process namespace-based XML names. \
+ It also helps maintain a prefix-to-namespace URI map, and provides a number of \
+ basic checks. "
+
+SECTION = "libs"
+LICENSE = "Artistic|GPLv1+"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://META.yml;beginline=22;endline=22;md5=3b2b564dae8b9af9e8896e85c07dcbe5"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-${PV}.tar.gz"
+SRC_URI[md5sum] = "222cca76161cd956d724286d36b607da"
+SRC_URI[sha256sum] = "6d8151f0a3f102313d76b64bfd1c2d9ed46bfe63a16f038e7d860fda287b74ea"
+
+
+S = "${WORKDIR}/XML-NamespaceSupport-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"
+
diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb
new file mode 100644
index 0000000..13956cb
--- /dev/null
+++ b/meta/recipes-extended/perl/libxml-sax-perl_0.96.bb
@@ -0,0 +1,26 @@
+SUMMARY = "Perl module for using and building Perl SAX2 XML processors"
+DESCRIPTION = "XML::SAX consists of several framework classes for using and \
+building Perl SAX2 XML parsers, filters, and drivers. It is designed \
+around the need to be able to "plug in" different SAX parsers to an \
+application without requiring programmer intervention. Those of you \
+familiar with the DBI will be right at home. Some of the designs \
+come from the Java JAXP specification (SAX part), only without the \
+javaness."
+
+SECTION = "libs"
+LICENSE = "Artistic|GPLv1+"
+DEPENDS += "libxml-namespacesupport-perl-native"
+RDEPENDS_${PN} += "libxml-namespacesupport-perl perl-module-file-temp"
+PR = "r0"
+
+LIC_FILES_CHKSUM = "file://LICENSE;md5=65c4cd8f39c24c7135ed70dacbcb09e3"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/XML-SAX-${PV}.tar.gz"
+SRC_URI[md5sum] = "bdcd4119a62505184e211e9dfaef0ab1"
+SRC_URI[sha256sum] = "9bbef613afa42c46df008d537decc5a61df7e92d65463f3c900769f39e5c8e08"
+
+S = "${WORKDIR}/XML-SAX-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] task-core-lsb: add gettext-runtime and libxml-sax-perl
2011-05-06 5:15 [PATCH 0/2] Add gettext-runtime and libxml-sax-perl Kang Kai
2011-05-06 5:16 ` [PATCH 1/2] libxml-sax-perl: added for resolve LSB olver test Kang Kai
@ 2011-05-06 5:16 ` Kang Kai
1 sibling, 0 replies; 3+ messages in thread
From: Kang Kai @ 2011-05-06 5:16 UTC (permalink / raw)
To: saul.wold; +Cc: poky
From: Kang Kai <kai.kang@windriver.com>
Because gettext is splitted, so add gettext-runtime to provide command gettext
Add libxml-sax-perl
Bump PR
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
meta/recipes-extended/tasks/task-core-lsb.bb | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-extended/tasks/task-core-lsb.bb b/meta/recipes-extended/tasks/task-core-lsb.bb
index 6de24b4..e80d179 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 = "r3"
+PR = "r4"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
@@ -111,6 +111,7 @@ RDEPENDS_task-core-tcl = "\
RDEPENDS_task-core-misc = "\
elfutils \
gettext \
+ gettext-runtime \
groff \
lsb \
lsbsetup \
@@ -188,6 +189,7 @@ RDEPENDS_task-core-lsb-runtime-add = "\
liburi-perl \
libxml-parser-perl \
libxml-perl \
+ libxml-sax-perl \
eglibc-localedatas \
eglibc-gconvs \
eglibc-charmaps \
--
1.7.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-05-06 5:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06 5:15 [PATCH 0/2] Add gettext-runtime and libxml-sax-perl Kang Kai
2011-05-06 5:16 ` [PATCH 1/2] libxml-sax-perl: added for resolve LSB olver test Kang Kai
2011-05-06 5:16 ` [PATCH 2/2] task-core-lsb: add gettext-runtime and libxml-sax-perl Kang Kai
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.