All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [oe] [meta-oe][PATCH] libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest
       [not found] <17283AC183E85183.19660@lists.openembedded.org>
@ 2022-11-18 18:20 ` Tim Orling
  2022-11-18 19:40   ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Orling @ 2022-11-18 18:20 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-devel, Tim Orling, ticotimo

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

Ping. I think this one missed getting pulled in.

On Wed, Nov 16, 2022 at 5:24 PM Tim Orling via lists.openembedded.org
<ticotimo=gmail.com@lists.openembedded.org> wrote:

> * Fix RDEPENDS for a minimal image
> * Inherit ptest-perl and add RDEPENDS
>
> 1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org>
>     * Switch changelog entries to metacpan friendly format
>     * #29 - Fix printf format conversion specifiers in croak to support
> size_t on all platforms
>     * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
>     * #28 - Use $arg to match @ARGV in Makefile.PL
>
> https://metacpan.org/release/TODDR/IO-Tty-1.17
>
> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
> ---
>  ...o-pty-perl_1.16.bb => libio-pty-perl_1.17.bb} | 16 +++++++++++++---
>  1 file changed, 13 insertions(+), 3 deletions(-)
>  rename meta-oe/recipes-devtools/perl/{libio-pty-perl_1.16.bb =>
> libio-pty-perl_1.17.bb} (60%)
>
> diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb
> b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
> similarity index 60%
> rename from meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb
> rename to meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
> index 0f1c71b70c..684788f199 100644
> --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb
> +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
> @@ -7,12 +7,22 @@ SRC_URI = "
> http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz \
>             file://0001-Tty.xs-Do-not-mark-strlcpy-as-static.patch \
>             "
>
> -SRC_URI[md5sum] = "5ee30bf7c76f00cc69f92388ad776e2a"
> -SRC_URI[sha256sum] =
> "8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd"
> +SRC_URI[sha256sum] =
> "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"
>
>  S = "${WORKDIR}/IO-Tty-${PV}"
>
> -inherit cpan
> +inherit cpan ptest-perl
> +
> +RDEPENDS:${PN} += "\
> +    perl-module-carp \
> +    perl-module-exporter \
> +    perl-module-io-handle \
> +    perl-module-posix \
> +"
> +
> +RDEPENDS:${PN}-ptest += "\
> +    perl-module-test-more \
> +"
>
>  FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
>
> --
> 2.30.2
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99601):
> https://lists.openembedded.org/g/openembedded-devel/message/99601
> Mute This Topic: https://lists.openembedded.org/mt/95081317/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 4851 bytes --]

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

* Re: [oe] [meta-oe][PATCH] libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest
  2022-11-18 18:20 ` [oe] [meta-oe][PATCH] libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest Tim Orling
@ 2022-11-18 19:40   ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2022-11-18 19:40 UTC (permalink / raw)
  To: Tim Orling; +Cc: openembedded-devel, Tim Orling

On Fri, Nov 18, 2022 at 10:20 AM Tim Orling <ticotimo@gmail.com> wrote:
>
> Ping. I think this one missed getting pulled in.
>

Thanks its on master-next now.

> On Wed, Nov 16, 2022 at 5:24 PM Tim Orling via lists.openembedded.org <ticotimo=gmail.com@lists.openembedded.org> wrote:
>>
>> * Fix RDEPENDS for a minimal image
>> * Inherit ptest-perl and add RDEPENDS
>>
>> 1.17 2022-11-11 Todd Rinaldo <toddr@cpan.org>
>>     * Switch changelog entries to metacpan friendly format
>>     * #29 - Fix printf format conversion specifiers in croak to support size_t on all platforms
>>     * #11,#30 - Tty.pm: pre-allocate buffer for ioctl but leave it length 0
>>     * #28 - Use $arg to match @ARGV in Makefile.PL
>>
>> https://metacpan.org/release/TODDR/IO-Tty-1.17
>>
>> Signed-off-by: Tim Orling <tim.orling@konsulko.com>
>> ---
>>  ...o-pty-perl_1.16.bb => libio-pty-perl_1.17.bb} | 16 +++++++++++++---
>>  1 file changed, 13 insertions(+), 3 deletions(-)
>>  rename meta-oe/recipes-devtools/perl/{libio-pty-perl_1.16.bb => libio-pty-perl_1.17.bb} (60%)
>>
>> diff --git a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
>> similarity index 60%
>> rename from meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb
>> rename to meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
>> index 0f1c71b70c..684788f199 100644
>> --- a/meta-oe/recipes-devtools/perl/libio-pty-perl_1.16.bb
>> +++ b/meta-oe/recipes-devtools/perl/libio-pty-perl_1.17.bb
>> @@ -7,12 +7,22 @@ SRC_URI = "http://www.cpan.org/modules/by-module/IO/IO-Tty-${PV}.tar.gz \
>>             file://0001-Tty.xs-Do-not-mark-strlcpy-as-static.patch \
>>             "
>>
>> -SRC_URI[md5sum] = "5ee30bf7c76f00cc69f92388ad776e2a"
>> -SRC_URI[sha256sum] = "8f1a09c070738adc695df903f2e7f74308dd8d991b914c0bc390a0e6021294dd"
>> +SRC_URI[sha256sum] = "a5f1a83020bc5b5dd6c1b570f48c7546e0a8f7fac10a068740b03925ad9e14e8"
>>
>>  S = "${WORKDIR}/IO-Tty-${PV}"
>>
>> -inherit cpan
>> +inherit cpan ptest-perl
>> +
>> +RDEPENDS:${PN} += "\
>> +    perl-module-carp \
>> +    perl-module-exporter \
>> +    perl-module-io-handle \
>> +    perl-module-posix \
>> +"
>> +
>> +RDEPENDS:${PN}-ptest += "\
>> +    perl-module-test-more \
>> +"
>>
>>  FILES:${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/IO/Tty/.debug/"
>>
>> --
>> 2.30.2
>>
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#99601): https://lists.openembedded.org/g/openembedded-devel/message/99601
>> Mute This Topic: https://lists.openembedded.org/mt/95081317/924729
>> Group Owner: openembedded-devel+owner@lists.openembedded.org
>> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ticotimo@gmail.com]
>> -=-=-=-=-=-=-=-=-=-=-=-
>>


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

end of thread, other threads:[~2022-11-18 19:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <17283AC183E85183.19660@lists.openembedded.org>
2022-11-18 18:20 ` [oe] [meta-oe][PATCH] libio-pty-perl: upgrade 1.16 -> 1.17; enable ptest Tim Orling
2022-11-18 19:40   ` Khem Raj

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.