All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe
@ 2014-07-11  6:08 rongqing.li
  2014-07-14  1:50 ` Hongxu Jia
  2014-07-16 14:03 ` Martin Jansa
  0 siblings, 2 replies; 4+ messages in thread
From: rongqing.li @ 2014-07-11  6:08 UTC (permalink / raw)
  To: openembedded-devel

From: Roy Li <rongqing.li@windriver.com>

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 .../libxml/libxml-filter-buffertext-perl_1.01.bb   |   27 ++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb

diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
new file mode 100644
index 0000000..0fbeeb5
--- /dev/null
+++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
@@ -0,0 +1,27 @@
+SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
+DESCRIPTION = "\
+The XML::Filter::BufferText module is a very simple filter.  One common \
+cause of grief (and programmer error) is that XML parsers aren't required \
+to provide character events in one chunk.  They can, but are not forced \
+to, and most don't.  This filter does the trivial but oft-repeated task \
+of putting all characters into a single event. \
+"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPLv1+"
+HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
+DEPENDS += "libxml-sax-perl-native"
+RDEPENDS_${PN} += "libxml-sax-perl"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
+SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512"
+SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c"
+
+LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928"
+
+S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"
+
+PACKAGE_ARCH = "all"
-- 
1.7.10.4



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

* Re: [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe
  2014-07-11  6:08 [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe rongqing.li
@ 2014-07-14  1:50 ` Hongxu Jia
  2014-07-16 14:03 ` Martin Jansa
  1 sibling, 0 replies; 4+ messages in thread
From: Hongxu Jia @ 2014-07-14  1:50 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

Acked-by: Hongxu Jia <hongxu.jia@windriver.com>

//Hongxu

On 07/11/2014 02:08 PM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>   .../libxml/libxml-filter-buffertext-perl_1.01.bb   |   27 ++++++++++++++++++++
>   1 file changed, 27 insertions(+)
>   create mode 100644 meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
>
> diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
> new file mode 100644
> index 0000000..0fbeeb5
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
> @@ -0,0 +1,27 @@
> +SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
> +DESCRIPTION = "\
> +The XML::Filter::BufferText module is a very simple filter.  One common \
> +cause of grief (and programmer error) is that XML parsers aren't required \
> +to provide character events in one chunk.  They can, but are not forced \
> +to, and most don't.  This filter does the trivial but oft-repeated task \
> +of putting all characters into a single event. \
> +"
> +SECTION = "libs"
> +LICENSE = "Artistic-1.0 | GPLv1+"
> +HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
> +DEPENDS += "libxml-sax-perl-native"
> +RDEPENDS_${PN} += "libxml-sax-perl"
> +
> +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
> +SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512"
> +SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c"
> +
> +LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928"
> +
> +S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
> +
> +inherit cpan
> +
> +BBCLASSEXTEND = "native"
> +
> +PACKAGE_ARCH = "all"



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

* Re: [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe
  2014-07-11  6:08 [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe rongqing.li
  2014-07-14  1:50 ` Hongxu Jia
@ 2014-07-16 14:03 ` Martin Jansa
  2014-07-17 12:29   ` Rongqing Li
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2014-07-16 14:03 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2089 bytes --]

On Fri, Jul 11, 2014 at 02:08:29PM +0800, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
> 
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>  .../libxml/libxml-filter-buffertext-perl_1.01.bb   |   27 ++++++++++++++++++++
>  1 file changed, 27 insertions(+)
>  create mode 100644 meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
> 
> diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
> new file mode 100644
> index 0000000..0fbeeb5
> --- /dev/null
> +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
> @@ -0,0 +1,27 @@
> +SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
> +DESCRIPTION = "\
> +The XML::Filter::BufferText module is a very simple filter.  One common \
> +cause of grief (and programmer error) is that XML parsers aren't required \
> +to provide character events in one chunk.  They can, but are not forced \
> +to, and most don't.  This filter does the trivial but oft-repeated task \
> +of putting all characters into a single event. \
> +"
> +SECTION = "libs"
> +LICENSE = "Artistic-1.0 | GPLv1+"
> +HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
> +DEPENDS += "libxml-sax-perl-native"
> +RDEPENDS_${PN} += "libxml-sax-perl"
> +
> +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
> +SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512"
> +SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c"
> +
> +LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928"
> +
> +S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
> +
> +inherit cpan
> +
> +BBCLASSEXTEND = "native"
> +
> +PACKAGE_ARCH = "all"

This doesn't seem right, see
http://lists.openembedded.org/pipermail/openembedded-core/2014-July/094409.html

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe
  2014-07-16 14:03 ` Martin Jansa
@ 2014-07-17 12:29   ` Rongqing Li
  0 siblings, 0 replies; 4+ messages in thread
From: Rongqing Li @ 2014-07-17 12:29 UTC (permalink / raw)
  To: openembedded-devel



On 07/16/2014 10:03 PM, Martin Jansa wrote:
> On Fri, Jul 11, 2014 at 02:08:29PM +0800, rongqing.li@windriver.com wrote:
>> From: Roy Li <rongqing.li@windriver.com>
>>
>> Signed-off-by: Roy Li <rongqing.li@windriver.com>
>> ---
>>   .../libxml/libxml-filter-buffertext-perl_1.01.bb   |   27 ++++++++++++++++++++
>>   1 file changed, 27 insertions(+)
>>   create mode 100644 meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
>>
>> diff --git a/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
>> new file mode 100644
>> index 0000000..0fbeeb5
>> --- /dev/null
>> +++ b/meta-perl/recipes-perl/libxml/libxml-filter-buffertext-perl_1.01.bb
>> @@ -0,0 +1,27 @@
>> +SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
>> +DESCRIPTION = "\
>> +The XML::Filter::BufferText module is a very simple filter.  One common \
>> +cause of grief (and programmer error) is that XML parsers aren't required \
>> +to provide character events in one chunk.  They can, but are not forced \
>> +to, and most don't.  This filter does the trivial but oft-repeated task \
>> +of putting all characters into a single event. \
>> +"
>> +SECTION = "libs"
>> +LICENSE = "Artistic-1.0 | GPLv1+"
>> +HOMEPAGE = "http://search.cpan.org/dist/XML-Filter-BufferText/"
>> +DEPENDS += "libxml-sax-perl-native"
>> +RDEPENDS_${PN} += "libxml-sax-perl"
>> +
>> +SRC_URI = "http://search.cpan.org/CPAN/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
>> +SRC_URI[md5sum] = "2992c0387632583b966ab9c965b25512"
>> +SRC_URI[sha256sum] = "8fd2126d3beec554df852919f4739e689202cbba6a17506e9b66ea165841a75c"
>> +
>> +LIC_FILES_CHKSUM = "file://BufferText.pm;beginline=88;endline=90;md5=497aa6d79cc84c3d769a2a0016bee928"
>> +
>> +S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
>> +
>> +inherit cpan
>> +
>> +BBCLASSEXTEND = "native"
>> +
>> +PACKAGE_ARCH = "all"
>
> This doesn't seem right, see
> http://lists.openembedded.org/pipermail/openembedded-core/2014-July/094409.html
>


It should inherit allarch, not define PACKAGE_ARCH to all.

but I test, it seems unable to fix this issue, the abi is included into
./all-poky-linux/libxml-sax-writer-perl
./all-poky-linux-gnueabi/libxml-sax-writer-perl



-Roy

>
>

-- 
Best Reagrds,
Roy | RongQing Li


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

end of thread, other threads:[~2014-07-17 12:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-11  6:08 [PATCH 2/3][meta-perl] libxml-filter-buffertext-perl: add recipe rongqing.li
2014-07-14  1:50 ` Hongxu Jia
2014-07-16 14:03 ` Martin Jansa
2014-07-17 12:29   ` Rongqing Li

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.