Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Hongxu Jia <hongxu.jia@windriver.com>
To: Tim Orling <ticotimo@gmail.com>
Cc: Paul Eggleton <paul.eggleton@linux.intel.com>,
	openembedded-devel@lists.openembedded.org
Subject: Re: [meta-perl][PATCH v4 00/10] add perl modules
Date: Thu, 22 May 2014 10:02:47 +0800	[thread overview]
Message-ID: <537D5AC7.8040302@windriver.com> (raw)
In-Reply-To: <1400658223-15804-1-git-send-email-ticotimo@gmail.com>

On 05/21/2014 03:43 PM, Tim Orling wrote:
> From: Tim Orling <TicoTimo@gmail.com>
>
> Changes since v3:
>    * Use ${CPAN_MIRROR} for all recipes
>        * See patches for oe-core:
>            http://patches.openembedded.org/patch/72457/
>            http://patches.openembedded.org/patch/72459/

It seems these patches for oe-core have not been merged.

//Hongxu

>    * Upstream has continued to move forward
>    * Update the following:
>        libcapture-tiny-perl from 0.23 -> 0.24
>        libmodule-runtime-perl from 0.013 -> 0.014
>        libextutils-helpers-perl from 0.021 -> 0.022
>        libmodule-build-tiny-perl from 0.030 -> 0.036
>    * Add libtest-harness-perl which RPROVIDES libtap-harness-env-perl
>      now required by libmodule-build-tiny-perl
>
> Tim Orling (10):
>    libtext-diff-perl: add 1.41
>    libcapture-tiny-perl: add 0.24
>    libmodule-runtime-perl: add 0.014
>    libextutils-config-perl: add 0.007
>    libextutils-helper-perl: add 0.022
>    libextutils-installpaths-perl: add 0.010
>    libmodule-build-tiny-perl: add 0.036
>    libextutils-cppguess-perl: add 0.07
>    libalgorithm-diff-perl: add 1.15
>    libtest-harness-perl: add 3.30
>
>   .../libalgorithm/libalgorithm-diff-perl_1.15.bb    | 23 +++++++
>   .../libcapture/libcapture-tiny-perl_0.24.bb        | 36 ++++++++++
>   .../libextutils/libextutils-config-perl_0.007.bb   | 24 +++++++
>   .../libextutils/libextutils-cppguess-perl_0.07.bb  | 38 +++++++++++
>   .../libextutils/libextutils-helpers-perl_0.022.bb  | 29 ++++++++
>   .../libextutils-installpaths-perl_0.010.bb         | 25 +++++++
>   .../libmodule/libmodule-build-tiny-perl_0.036.bb   | 55 +++++++++++++++
>   .../libmodule/libmodule-runtime-perl_0.014.bb      | 35 ++++++++++
>   .../libtest/libtest-harness-perl_3.30.bb           | 79 ++++++++++++++++++++++
>   .../recipes-perl/libtext/libtext-diff-perl_1.41.bb | 27 ++++++++
>   10 files changed, 371 insertions(+)
>   create mode 100644 meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.15.bb
>   create mode 100644 meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb
>   create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.007.bb
>   create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-cppguess-perl_0.07.bb
>   create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-helpers-perl_0.022.bb
>   create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb
>   create mode 100644 meta-perl/recipes-perl/libmodule/libmodule-build-tiny-perl_0.036.bb
>   create mode 100644 meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb
>   create mode 100644 meta-perl/recipes-perl/libtest/libtest-harness-perl_3.30.bb
>   create mode 100644 meta-perl/recipes-perl/libtext/libtext-diff-perl_1.41.bb
>



  parent reply	other threads:[~2014-05-22  2:02 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-21  7:43 [meta-perl][PATCH v4 00/10] add perl modules Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 01/10] libtext-diff-perl: add 1.41 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 02/10] libcapture-tiny-perl: add 0.24 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 03/10] libmodule-runtime-perl: add 0.014 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 04/10] libextutils-config-perl: add 0.007 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 05/10] libextutils-helper-perl: add 0.022 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 06/10] libextutils-installpaths-perl: add 0.010 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 07/10] libmodule-build-tiny-perl: add 0.036 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 08/10] libextutils-cppguess-perl: add 0.07 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 09/10] libalgorithm-diff-perl: add 1.15 Tim Orling
2014-05-21  7:43 ` [meta-perl][PATCH v4 10/10] libtest-harness-perl: add 3.30 Tim Orling
2014-05-22  2:03   ` Hongxu Jia
2014-05-22  3:23     ` [meta-perl][PATCH v5 " Tim Orling
2014-05-22  5:28       ` Hongxu Jia
2014-05-22  2:02 ` Hongxu Jia [this message]
2014-05-30 16:19   ` [meta-perl][PATCH v4 00/10] add perl modules Paul Eggleton
2014-06-04  1:24     ` Hongxu Jia
2014-06-04 10:03       ` Paul Eggleton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=537D5AC7.8040302@windriver.com \
    --to=hongxu.jia@windriver.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=paul.eggleton@linux.intel.com \
    --cc=ticotimo@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox