Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer
@ 2011-10-11  8:51 Xiaofeng Yan
  2011-10-11  8:51 ` [PATCH 1/1] " Xiaofeng Yan
  2011-10-14 16:35 ` [PATCH 0/1] " Saul Wold
  0 siblings, 2 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-10-11  8:51 UTC (permalink / raw)
  To: openembedded-core, sgw

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Add maintainer's name for the following packages:
          bind
          libx11-diet
          qmmp
          libarchive
          xserver-kdrive
          xserver-xf86-lite
          directfb 

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/maintainer
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  distro_tracking_fields.inc: Add maintainer for some packages without
    maintainer

 .../conf/distro/include/distro_tracking_fields.inc |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)




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

* [PATCH 1/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer
  2011-10-11  8:51 [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer Xiaofeng Yan
@ 2011-10-11  8:51 ` Xiaofeng Yan
  2011-10-11  8:58   ` Martin Jansa
  2011-10-14 16:35 ` [PATCH 0/1] " Saul Wold
  1 sibling, 1 reply; 5+ messages in thread
From: Xiaofeng Yan @ 2011-10-11  8:51 UTC (permalink / raw)
  To: openembedded-core, sgw

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Add the name of maintainer for the following packages:
	bind
        libx11-diet
        qmmp
        libarchive
        xserver-kdrive
        xserver-xf86-lite
        directfb

Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 7b6c4a9..be7e854 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -4599,6 +4599,19 @@ RECIPE_MAINTAINER_pn-libx11 = "Dexuan Cui <dexuan.cui@intel.com>"
 
 RECIPE_STATUS_pn-libx11-diet = "green"
 DISTRO_PN_ALIAS_pn-libx11-diet = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
+RECIPE_MAINTAINER_pn-libx11-diet = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
+
+RECIPE_STATUS_pn-directfb = "red"
+RECIPE_MAINTAINER_pn-directfb = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
+
+RECIPE_STATUS_pn-libarchive  = "red"
+RECIPE_MAINTAINER_pn-libarchive  = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
+
+RECIPE_STATUS_pn-xserver-kdrive  = "red"
+RECIPE_MAINTAINER_pn-xserver-kdrive  = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
+
+RECIPE_STATUS_pn-xserver-xf86-lite  = "red"
+RECIPE_MAINTAINER_pn-xserver-xf86-lite  = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
 
 RECIPE_STATUS_pn-libx11-trim = "green"
 DISTRO_PN_ALIAS_pn-libx11-trim = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
@@ -5704,6 +5717,7 @@ RECIPE_MAINTAINER_pn-libgdata = "Zhai Edwin <edwin.zhai@intel.com>"
 
 RECIPE_LATEST_VERSION_pn-man-pages = "3.32"
 RECIPE_LATEST_VERSION_pn-qmmp = "0.4.3"
+RECIPE_MAINTAINER_pn-qmmp = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
 RECIPE_LATEST_VERSION_pn-sysprof = "6b5b8432711ef5c747f8375073cd9af88922d3c6"
 RECIPE_LATEST_VERSION_pn-table = "d42a44938699ee30a998fc42bc149aebf69389db"
 
@@ -5716,6 +5730,7 @@ RECIPE_NO_UPDATE_REASON_pn-texinfo = "Checking script parses directory wrong"
 RECIPE_LATEST_VERSION_pn-blktrace = "a788dfde86dfaff8f1c277a233f92c1822e06b76"
 RECIPE_LATEST_VERSION_pn-dtc = "37c0b6a0916c31a5eae0a9ddfcc5d0b8fb4569c6"
 RECIPE_LATEST_VERSION_pn-bind = "9.7.2-P3"
+RECIPE_MAINTAINER_pn-bind = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"
 RECIPE_NO_UPDATE_REASON_pn-bind = "Latest Stable version, newer versions are Alpha/Beta"
 RECIPE_LATEST_VERSION_pn-man = "1.6f"
 RECIPE_LATEST_VERSION_pn-mc = "4.7.5-pre1"
-- 
1.7.0.4




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

* Re: [PATCH 1/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer
  2011-10-11  8:51 ` [PATCH 1/1] " Xiaofeng Yan
@ 2011-10-11  8:58   ` Martin Jansa
  0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2011-10-11  8:58 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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

On Tue, Oct 11, 2011 at 04:51:25PM +0800, Xiaofeng Yan wrote:
> From: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> 
> Add the name of maintainer for the following packages:
> 	bind
>         libx11-diet
>         qmmp
>         libarchive
>         xserver-kdrive
>         xserver-xf86-lite
>         directfb
> 
> Signed-off-by: Xiaofeng Yan <xiaofeng.yan@windriver.com>
> ---
>  .../conf/distro/include/distro_tracking_fields.inc |   15 +++++++++++++++
>  1 files changed, 15 insertions(+), 0 deletions(-)
> 
> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
> index 7b6c4a9..be7e854 100644
> --- a/meta/conf/distro/include/distro_tracking_fields.inc
> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
> @@ -4599,6 +4599,19 @@ RECIPE_MAINTAINER_pn-libx11 = "Dexuan Cui <dexuan.cui@intel.com>"
>  
>  RECIPE_STATUS_pn-libx11-diet = "green"
>  DISTRO_PN_ALIAS_pn-libx11-diet = "Debian=libx11-6 Fedora=libX11 Ubuntu=libx11-6 OpenSuSE=xorg-x11-libX11"
> +RECIPE_STATUS_pn-xserver-xf86-lite  = "red"
> +RECIPE_MAINTAINER_pn-xserver-xf86-lite  = "Xiaofeng Yan <xiaofeng.yan@windriver.com>"

There is patch renaming it to xserver-xorg-lite.
Please update this patch after rename is pushed to master.

Regards,

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

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

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

* [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer
@ 2011-10-13 11:07 Xiaofeng Yan
  0 siblings, 0 replies; 5+ messages in thread
From: Xiaofeng Yan @ 2011-10-13 11:07 UTC (permalink / raw)
  To: openembedded-core

From: Xiaofeng Yan <xiaofeng.yan@windriver.com>

Add the name of maintainer for the following packages: 
bind 
libx11-diet 
qmmp 
libarchive 
xserver-kdrive 
xserver-xorg-lite 
directfb

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/maintainer
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer

Thanks,
    Xiaofeng Yan <xiaofeng.yan@windriver.com>
---


Xiaofeng Yan (1):
  distro_tracking_fields.inc: Add maintainer for some packages without
    maintainer

 .../conf/distro/include/distro_tracking_fields.inc |   38 ++++++++++++++++++--
 1 files changed, 35 insertions(+), 3 deletions(-)




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

* Re: [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer
  2011-10-11  8:51 [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer Xiaofeng Yan
  2011-10-11  8:51 ` [PATCH 1/1] " Xiaofeng Yan
@ 2011-10-14 16:35 ` Saul Wold
  1 sibling, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-10-14 16:35 UTC (permalink / raw)
  To: Xiaofeng Yan; +Cc: openembedded-core

On 10/11/2011 01:51 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> Add maintainer's name for the following packages:
>            bind
>            libx11-diet
>            qmmp
>            libarchive
>            xserver-kdrive
>            xserver-xf86-lite
>            directfb
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
>    Branch: xiaofeng/maintainer
>    Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/maintainer
>
> Thanks,
>      Xiaofeng Yan<xiaofeng.yan@windriver.com>
> ---
>
>
> Xiaofeng Yan (1):
>    distro_tracking_fields.inc: Add maintainer for some packages without
>      maintainer
>
>   .../conf/distro/include/distro_tracking_fields.inc |   15 +++++++++++++++
>   1 files changed, 15 insertions(+), 0 deletions(-)
>
>

Merged into OE-Core.

Please send any corrected updates for this file, I think I may have 
merged the older version.

Thanks
	Sau!



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

end of thread, other threads:[~2011-10-14 16:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-11  8:51 [PATCH 0/1] distro_tracking_fields.inc: Add maintainer for some packages without maintainer Xiaofeng Yan
2011-10-11  8:51 ` [PATCH 1/1] " Xiaofeng Yan
2011-10-11  8:58   ` Martin Jansa
2011-10-14 16:35 ` [PATCH 0/1] " Saul Wold
  -- strict thread matches above, loose matches on Subject: below --
2011-10-13 11:07 Xiaofeng Yan

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