Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Enable ptest in additonal perl module recipes
@ 2018-03-05  3:25 Tim Orling
  2018-03-05  3:25 ` [PATCH 1/6] libtest-needs-perl (and others): self-assign maintainership Tim Orling
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

In the prior round, the recipes in recipes-extended/perl were
inadvertantly overlooked. This series adds those additional recipes
and self-assigns maintainership for them.

The libxml-namespacesupport-perl recipe was not ptest enabled, but a
bug was filed for the issue [1].

[1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=12581

The following changes since commit 3a75f4372ce23b7834a3509ba4fca60b6ddad734:

  libxml-simple-perl: inherit ptest-perl (2018-03-04 04:24:19 -0800)

are available in the Git repository at:

  git://git.openembedded.org/openembedded-core-contrib timo/ptest-perl-2
  http://cgit.openembedded.org//log/?h=timo/ptest-perl-2

Tim Orling (6):
  libtest-needs-perl (and others): self-assign maintainership
  libconvert-asn1-perl: inherit ptest-perl
  libtimedate-perl: inherit ptest-perl
  libxml-sax-base-perl: inherit ptest-perl
  libxml-sax-perl: inherit ptest-perl
  maintainers.inc: self-assign recipes from recipes-extended/perl

 meta/conf/distro/include/maintainers.inc            | 21 +++++++++++----------
 .../perl/libconvert-asn1-perl_0.27.bb               |  2 +-
 meta/recipes-extended/perl/libtimedate-perl_2.30.bb |  2 +-
 .../perl/libxml-sax-base-perl_1.09.bb               |  2 +-
 meta/recipes-extended/perl/libxml-sax-perl_0.99.bb  |  7 ++++++-
 5 files changed, 20 insertions(+), 14 deletions(-)

-- 
2.14.3



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

* [PATCH 1/6] libtest-needs-perl (and others): self-assign maintainership
  2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
@ 2018-03-05  3:25 ` Tim Orling
  2018-03-05  3:25 ` [PATCH 2/6] libconvert-asn1-perl: inherit ptest-perl Tim Orling
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

Also, take over the other recipes that were just enabled for
ptest:
  - liberror-perl
  - liburi-perl
  - libxml-parser-perl
  - libxml-perl
  - libxml-simple-perl

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/conf/distro/include/maintainers.inc | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 5039248790..1e7517ac9a 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -331,7 +331,7 @@ RECIPE_MAINTAINER_pn-libdumpvalue-perl = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libenv-perl = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libepoxy = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-liberation-fonts = "Alexander Kanavin <alexander.kanavin@intel.com>"
-RECIPE_MAINTAINER_pn-liberror-perl = "Yi Zhao <yi.zhao@windriver.com>"
+RECIPE_MAINTAINER_pn-liberror-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libevdev = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libevent = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libexif = "Alexander Kanavin <alexander.kanavin@intel.com>"
@@ -394,6 +394,7 @@ RECIPE_MAINTAINER_pn-libsndfile1 = "Tanu Kaskinen <tanuk@iki.fi>"
 RECIPE_MAINTAINER_pn-libsolv = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libsoup-2.4 = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libtasn1 = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@intel.com>"
 RECIPE_MAINTAINER_pn-libtheora = "Alexander Kanavin <alexander.kanavin@intel.com>"
 RECIPE_MAINTAINER_pn-libtimedate-perl = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libtirpc = "Maxin B. John <maxin.john@intel.com>"
@@ -403,7 +404,7 @@ RECIPE_MAINTAINER_pn-libtool-native = "Robert Yang <liezhi.yang@windriver.com>"
 RECIPE_MAINTAINER_pn-libunistring = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libunwind = "Bruce Ashfield <bruce.ashfield@windriver.com>"
 RECIPE_MAINTAINER_pn-liburcu = "Alexander Kanavin <alexander.kanavin@intel.com>"
-RECIPE_MAINTAINER_pn-liburi-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-liburi-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libusb-compat = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libusb1 = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libuser = "Robert Yang <liezhi.yang@windriver.com>"
@@ -430,11 +431,11 @@ RECIPE_MAINTAINER_pn-libxinerama = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxkbcommon = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxkbfile = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Maxin B. John <maxin.john@intel.com>"
-RECIPE_MAINTAINER_pn-libxml-parser-perl = "Maxin B. John <maxin.john@intel.com>"
-RECIPE_MAINTAINER_pn-libxml-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libxml-parser-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
+RECIPE_MAINTAINER_pn-libxml-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libxml-sax-base-perl = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libxml-sax-perl = "Maxin B. John <maxin.john@intel.com>"
-RECIPE_MAINTAINER_pn-libxml-simple-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libxml-simple-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>"
 RECIPE_MAINTAINER_pn-libxmu = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxpm = "Armin Kuster <akuster@mvista.com>"
-- 
2.14.3



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

* [PATCH 2/6] libconvert-asn1-perl: inherit ptest-perl
  2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
  2018-03-05  3:25 ` [PATCH 1/6] libtest-needs-perl (and others): self-assign maintainership Tim Orling
@ 2018-03-05  3:25 ` Tim Orling
  2018-03-05  3:25 ` [PATCH 3/6] libtimedate-perl: " Tim Orling
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

* Enable ptest using new ptest-perl.bbclass

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
index 170e7ecdea..644d8208ec 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
@@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "74a4a78ae0c5e973100ac0a8f203a110f76fb047b79dae4fc1fd7d6814
 
 S = "${WORKDIR}/Convert-ASN1-${PV}"
 
-inherit cpan
+inherit cpan ptest-perl
 
 EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"
 
-- 
2.14.3



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

* [PATCH 3/6] libtimedate-perl: inherit ptest-perl
  2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
  2018-03-05  3:25 ` [PATCH 1/6] libtest-needs-perl (and others): self-assign maintainership Tim Orling
  2018-03-05  3:25 ` [PATCH 2/6] libconvert-asn1-perl: inherit ptest-perl Tim Orling
@ 2018-03-05  3:25 ` Tim Orling
  2018-03-05  3:25 ` [PATCH 4/6] libxml-sax-base-perl: " Tim Orling
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

* Enable pteset with new ptest-perl.bbclass

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/recipes-extended/perl/libtimedate-perl_2.30.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
index 427613c10b..8e1461ceb9 100644
--- a/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
+++ b/meta/recipes-extended/perl/libtimedate-perl_2.30.bb
@@ -9,7 +9,7 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/TimeDate-${PV}.tar.
 
 S = "${WORKDIR}/TimeDate-${PV}"
 
-inherit cpan
+inherit cpan ptest-perl
 
 BBCLASSEXTEND = "native"
 
-- 
2.14.3



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

* [PATCH 4/6] libxml-sax-base-perl: inherit ptest-perl
  2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
                   ` (2 preceding siblings ...)
  2018-03-05  3:25 ` [PATCH 3/6] libtimedate-perl: " Tim Orling
@ 2018-03-05  3:25 ` Tim Orling
  2018-03-05  3:25 ` [PATCH 5/6] libxml-sax-perl: " Tim Orling
  2018-03-05  3:25 ` [PATCH 6/6] maintainers.inc: self-assign recipes from recipes-extended/perl Tim Orling
  5 siblings, 0 replies; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

* Enable ptest by inheriting new ptest-perl.bbclass

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
index cd3a5806bb..b3e01e9ace 100644
--- a/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
+++ b/meta/recipes-extended/perl/libxml-sax-base-perl_1.09.bb
@@ -19,6 +19,6 @@ SRC_URI[sha256sum] = "66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e
 
 S = "${WORKDIR}/XML-SAX-Base-${PV}"
 
-inherit cpan
+inherit cpan ptest-perl
 
 BBCLASSEXTEND = "native"
-- 
2.14.3



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

* [PATCH 5/6] libxml-sax-perl: inherit ptest-perl
  2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
                   ` (3 preceding siblings ...)
  2018-03-05  3:25 ` [PATCH 4/6] libxml-sax-base-perl: " Tim Orling
@ 2018-03-05  3:25 ` Tim Orling
  2018-03-05  3:25 ` [PATCH 6/6] maintainers.inc: self-assign recipes from recipes-extended/perl Tim Orling
  5 siblings, 0 replies; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

* Enable ptest by inheriting new ptest-perl.bbclass
* Install testfiles/ into PTEST_PATH

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/recipes-extended/perl/libxml-sax-perl_0.99.bb | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
index ad31b9c9d2..cdcbebffce 100644
--- a/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
+++ b/meta/recipes-extended/perl/libxml-sax-perl_0.99.bb
@@ -23,6 +23,11 @@ SRC_URI[sha256sum] = "32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6
 
 S = "${WORKDIR}/XML-SAX-${PV}"
 
-inherit cpan
+inherit cpan ptest-perl
+
+do_install_ptest() {
+	cp -r ${B}/testfiles ${D}${PTEST_PATH}
+	chown -R root:root ${D}${PTEST_PATH}/testfiles
+}
 
 BBCLASSEXTEND = "native"
-- 
2.14.3



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

* [PATCH 6/6] maintainers.inc: self-assign recipes from recipes-extended/perl
  2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
                   ` (4 preceding siblings ...)
  2018-03-05  3:25 ` [PATCH 5/6] libxml-sax-perl: " Tim Orling
@ 2018-03-05  3:25 ` Tim Orling
  2018-03-05  8:42   ` Maxin B. John
  5 siblings, 1 reply; 8+ messages in thread
From: Tim Orling @ 2018-03-05  3:25 UTC (permalink / raw)
  To: openembedded-core

In prior round, the perl module recipes in recipes-extended/perl
were inadvertantly overlooked.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
---
 meta/conf/distro/include/maintainers.inc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
index 1e7517ac9a..1bd5fbd61e 100644
--- a/meta/conf/distro/include/maintainers.inc
+++ b/meta/conf/distro/include/maintainers.inc
@@ -321,7 +321,7 @@ RECIPE_MAINTAINER_pn-libcgroup = "Alexander Kanavin <alexander.kanavin@intel.com
 RECIPE_MAINTAINER_pn-libcheck = "Yi Zhao <yi.zhao@windriver.com>"
 RECIPE_MAINTAINER_pn-libclass-isa-perl = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libcomps = "Alexander Kanavin <alexander.kanavin@intel.com>"
-RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Tim Orling <timothy.t.orling@intel.com>"
 RECIPE_MAINTAINER_pn-libcroco = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libdaemon = "Alexander Kanavin <alexander.kanavin@intel.com>"
 RECIPE_MAINTAINER_pn-libdmx = "Armin Kuster <akuster@mvista.com>"
@@ -394,9 +394,9 @@ RECIPE_MAINTAINER_pn-libsndfile1 = "Tanu Kaskinen <tanuk@iki.fi>"
 RECIPE_MAINTAINER_pn-libsolv = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libsoup-2.4 = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libtasn1 = "Maxin B. John <maxin.john@intel.com>"
-RECIPE_MAINTAINER_pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@intel.com>"
+RECIPE_MAINTAINER_pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libtheora = "Alexander Kanavin <alexander.kanavin@intel.com>"
-RECIPE_MAINTAINER_pn-libtimedate-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libtimedate-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libtirpc = "Maxin B. John <maxin.john@intel.com>"
 RECIPE_MAINTAINER_pn-libtool = "Robert Yang <liezhi.yang@windriver.com>"
 RECIPE_MAINTAINER_pn-libtool-cross = "Robert Yang <liezhi.yang@windriver.com>"
@@ -430,11 +430,11 @@ RECIPE_MAINTAINER_pn-libxi = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxinerama = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxkbcommon = "Armin Kuster <akuster@mvista.com>"
 RECIPE_MAINTAINER_pn-libxkbfile = "Armin Kuster <akuster@mvista.com>"
-RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libxml-parser-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libxml-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
-RECIPE_MAINTAINER_pn-libxml-sax-base-perl = "Maxin B. John <maxin.john@intel.com>"
-RECIPE_MAINTAINER_pn-libxml-sax-perl = "Maxin B. John <maxin.john@intel.com>"
+RECIPE_MAINTAINER_pn-libxml-sax-base-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
+RECIPE_MAINTAINER_pn-libxml-sax-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libxml-simple-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
 RECIPE_MAINTAINER_pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>"
 RECIPE_MAINTAINER_pn-libxmu = "Armin Kuster <akuster@mvista.com>"
-- 
2.14.3



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

* Re: [PATCH 6/6] maintainers.inc: self-assign recipes from recipes-extended/perl
  2018-03-05  3:25 ` [PATCH 6/6] maintainers.inc: self-assign recipes from recipes-extended/perl Tim Orling
@ 2018-03-05  8:42   ` Maxin B. John
  0 siblings, 0 replies; 8+ messages in thread
From: Maxin B. John @ 2018-03-05  8:42 UTC (permalink / raw)
  To: Tim Orling; +Cc: openembedded-core

On Sun, Mar 04, 2018 at 07:25:18PM -0800, Tim Orling wrote:
> In prior round, the perl module recipes in recipes-extended/perl
> were inadvertantly overlooked.
> 
> Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
> ---
>  meta/conf/distro/include/maintainers.inc | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc
> index 1e7517ac9a..1bd5fbd61e 100644
> --- a/meta/conf/distro/include/maintainers.inc
> +++ b/meta/conf/distro/include/maintainers.inc
> @@ -321,7 +321,7 @@ RECIPE_MAINTAINER_pn-libcgroup = "Alexander Kanavin <alexander.kanavin@intel.com
>  RECIPE_MAINTAINER_pn-libcheck = "Yi Zhao <yi.zhao@windriver.com>"
>  RECIPE_MAINTAINER_pn-libclass-isa-perl = "Maxin B. John <maxin.john@intel.com>"
>  RECIPE_MAINTAINER_pn-libcomps = "Alexander Kanavin <alexander.kanavin@intel.com>"
> -RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Maxin B. John <maxin.john@intel.com>"
> +RECIPE_MAINTAINER_pn-libconvert-asn1-perl = "Tim Orling <timothy.t.orling@intel.com>"
>  RECIPE_MAINTAINER_pn-libcroco = "Maxin B. John <maxin.john@intel.com>"
>  RECIPE_MAINTAINER_pn-libdaemon = "Alexander Kanavin <alexander.kanavin@intel.com>"
>  RECIPE_MAINTAINER_pn-libdmx = "Armin Kuster <akuster@mvista.com>"
> @@ -394,9 +394,9 @@ RECIPE_MAINTAINER_pn-libsndfile1 = "Tanu Kaskinen <tanuk@iki.fi>"
>  RECIPE_MAINTAINER_pn-libsolv = "Maxin B. John <maxin.john@intel.com>"
>  RECIPE_MAINTAINER_pn-libsoup-2.4 = "Maxin B. John <maxin.john@intel.com>"
>  RECIPE_MAINTAINER_pn-libtasn1 = "Maxin B. John <maxin.john@intel.com>"
> -RECIPE_MAINTAINER_pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@intel.com>"
> +RECIPE_MAINTAINER_pn-libtest-needs-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
>  RECIPE_MAINTAINER_pn-libtheora = "Alexander Kanavin <alexander.kanavin@intel.com>"
> -RECIPE_MAINTAINER_pn-libtimedate-perl = "Maxin B. John <maxin.john@intel.com>"
> +RECIPE_MAINTAINER_pn-libtimedate-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
>  RECIPE_MAINTAINER_pn-libtirpc = "Maxin B. John <maxin.john@intel.com>"
>  RECIPE_MAINTAINER_pn-libtool = "Robert Yang <liezhi.yang@windriver.com>"
>  RECIPE_MAINTAINER_pn-libtool-cross = "Robert Yang <liezhi.yang@windriver.com>"
> @@ -430,11 +430,11 @@ RECIPE_MAINTAINER_pn-libxi = "Armin Kuster <akuster@mvista.com>"
>  RECIPE_MAINTAINER_pn-libxinerama = "Armin Kuster <akuster@mvista.com>"
>  RECIPE_MAINTAINER_pn-libxkbcommon = "Armin Kuster <akuster@mvista.com>"
>  RECIPE_MAINTAINER_pn-libxkbfile = "Armin Kuster <akuster@mvista.com>"
> -RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Maxin B. John <maxin.john@intel.com>"
> +RECIPE_MAINTAINER_pn-libxml-namespacesupport-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
>  RECIPE_MAINTAINER_pn-libxml-parser-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
>  RECIPE_MAINTAINER_pn-libxml-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
> -RECIPE_MAINTAINER_pn-libxml-sax-base-perl = "Maxin B. John <maxin.john@intel.com>"
> -RECIPE_MAINTAINER_pn-libxml-sax-perl = "Maxin B. John <maxin.john@intel.com>"
> +RECIPE_MAINTAINER_pn-libxml-sax-base-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
> +RECIPE_MAINTAINER_pn-libxml-sax-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
>  RECIPE_MAINTAINER_pn-libxml-simple-perl = "Tim Orling <timothy.t.orling@linux.intel.com>"
>  RECIPE_MAINTAINER_pn-libxml2 = "Hongxu Jia <hongxu.jia@windriver.com>"
>  RECIPE_MAINTAINER_pn-libxmu = "Armin Kuster <akuster@mvista.com>"
> -- 

FWIW,
Acked-by: Maxin B. John <maxin.john@intel.com>

Best Regards,
Maxin


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

end of thread, other threads:[~2018-03-05  8:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05  3:25 [PATCH 0/6] Enable ptest in additonal perl module recipes Tim Orling
2018-03-05  3:25 ` [PATCH 1/6] libtest-needs-perl (and others): self-assign maintainership Tim Orling
2018-03-05  3:25 ` [PATCH 2/6] libconvert-asn1-perl: inherit ptest-perl Tim Orling
2018-03-05  3:25 ` [PATCH 3/6] libtimedate-perl: " Tim Orling
2018-03-05  3:25 ` [PATCH 4/6] libxml-sax-base-perl: " Tim Orling
2018-03-05  3:25 ` [PATCH 5/6] libxml-sax-perl: " Tim Orling
2018-03-05  3:25 ` [PATCH 6/6] maintainers.inc: self-assign recipes from recipes-extended/perl Tim Orling
2018-03-05  8:42   ` Maxin B. John

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox