Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty
@ 2012-01-12  9:59 Xiaofeng Yan
  2012-01-12  9:59 ` [PATCH 1/1] distro_tracking_fields.inc: " Xiaofeng Yan
  2012-01-17 19:03 ` [PATCH 0/1]distro_tracking_fields.inc: " Saul Wold
  0 siblings, 2 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2012-01-12  9:59 UTC (permalink / raw)
  To: openembedded-core

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

Update the status of eds-tools and mingetty.

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: Modify the status of eds-tools and
    mingetty

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

-- 
1.7.7




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

* [PATCH 1/1] distro_tracking_fields.inc: Modify the status of eds-tools and mingetty
  2012-01-12  9:59 [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty Xiaofeng Yan
@ 2012-01-12  9:59 ` Xiaofeng Yan
  2012-01-17 19:03 ` [PATCH 0/1]distro_tracking_fields.inc: " Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Xiaofeng Yan @ 2012-01-12  9:59 UTC (permalink / raw)
  To: openembedded-core

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

Update the status of eds-tools and mingetty.
mingetty has still not been updated since 2008.

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

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 14eff32..cf851b8 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -79,7 +79,8 @@ RECIPE_MAINTAINER_pn-meta-ide-support = "Joshua Lock <joshua.lock@intel.com>"
 
 RECIPE_STATUS_pn-mingetty = "red"
 RECIPE_LATEST_VERSION_pn-mingetty = "1.08"
-RECIPE_LAST_UPDATE_pn-mingetty = "Sep 1, 2010"
+RECIPE_LAST_UPDATE_pn-mingetty = "Jan, 2008"
+RECIPE_MANUAL_CHECK_DATE_pn-mingetty = "Jan 12, 2012"
 RECIPE_MAINTAINER_pn-mingetty = "Xiaofeng.Yan <xiaofeng@windriver.com>"
 
 RECIPE_STATUS_pn-minicom = "green"
@@ -5743,8 +5744,8 @@ DISTRO_PN_ALIAS_pn-table = "Intel"
 RECIPE_STATUS_pn-eds-tools = "red"
 DISTRO_PN_ALIAS_pn-eds-tools = "OpenedHand"
 RECIPE_LATEST_VERSION_pn-eds-tools = "git"
-RECIPE_LAST_UPDATE_pn-eds-tools = "Sep 12, 2007"
-RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Nov 25, 2011"
+RECIPE_LAST_UPDATE_pn-eds-tools = "Oct 10, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Jan 12, 2012"
 RECIPE_MAINTAINER_pn-eds-tools = "Wenzong Fan <wenzong.fan@windriver.com>"
 
 RECIPE_STATUS_pn-abiword-embedded = "red"
-- 
1.7.7




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

* Re: [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty
  2012-01-12  9:59 [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty Xiaofeng Yan
  2012-01-12  9:59 ` [PATCH 1/1] distro_tracking_fields.inc: " Xiaofeng Yan
@ 2012-01-17 19:03 ` Saul Wold
  1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2012-01-17 19:03 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 01/12/2012 01:59 AM, Xiaofeng Yan wrote:
> From: Xiaofeng Yan<xiaofeng.yan@windriver.com>
>
> Update the status of eds-tools and mingetty.
>
> 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: Modify the status of eds-tools and
>      mingetty
>
>   .../conf/distro/include/distro_tracking_fields.inc |    7 ++++---
>   1 files changed, 4 insertions(+), 3 deletions(-)
>
Merged into OE-Core

Thanks
	Sau!



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

end of thread, other threads:[~2012-01-17 19:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-12  9:59 [PATCH 0/1]distro_tracking_fields.inc: Modify the status of eds-tools and mingetty Xiaofeng Yan
2012-01-12  9:59 ` [PATCH 1/1] distro_tracking_fields.inc: " Xiaofeng Yan
2012-01-17 19:03 ` [PATCH 0/1]distro_tracking_fields.inc: " Saul Wold

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