Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools
@ 2011-11-28  7:57 wenzong.fan
  2011-11-28  7:57 ` [PATCH 1/1] " wenzong.fan
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: wenzong.fan @ 2011-11-28  7:57 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

Update distro tracking fields for gettext and eds-tools.

The eds-tools fails to build for now, so left its status as 'red'. A
defect #1786 has been filed for tracking this.

The following changes since commit 4cd96710785eb05abeff1f281878655118d4a7dd:
  Richard Purdie (1):
        bitbake: Update users of getVar/setVar to use the data store functions directly

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib wenzong/distro_tracking_fields_update
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update

Wenzong Fan (1):
  distro_tracking: update tracking fields for gettext and eds-tools

 .../conf/distro/include/distro_tracking_fields.inc |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)




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

* [PATCH 1/1] distro_tracking: update tracking fields for gettext and eds-tools
  2011-11-28  7:57 [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools wenzong.fan
@ 2011-11-28  7:57 ` wenzong.fan
  2011-11-28 17:56 ` [PATCH 0/1] " Saul Wold
  2011-11-29 16:07 ` Saul Wold
  2 siblings, 0 replies; 5+ messages in thread
From: wenzong.fan @ 2011-11-28  7:57 UTC (permalink / raw)
  To: openembedded-core

From: Wenzong Fan <wenzong.fan@windriver.com>

Add maintainer and update manual_check_date, status fields.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index d84b1b3..2ce9f40 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5697,10 +5697,10 @@ 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 = "bzr"
+RECIPE_LATEST_VERSION_pn-eds-tools = "git"
 RECIPE_LAST_UPDATE_pn-eds-tools = "Sep 12, 2007"
-RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Nov 08, 2011"
-RECIPE_NO_UPDATE_REASON_pn-eds-tools = "Possibly convert to GIT based fetch"
+RECIPE_MANUAL_CHECK_DATE_pn-eds-tools = "Nov 25, 2011"
+RECIPE_MAINTAINER_pn-eds-tools = "Wenzong Fan <wenzong.fan@windriver.com>"
 
 RECIPE_STATUS_pn-abiword-embedded = "red"
 DISTRO_PN_ALIAS_pn-abiword-embedded = "Fedora=abiword Ubuntu=abiword"
@@ -6007,11 +6007,12 @@ RECIPE_LATEST_VERSION_pn-mesa-demos = "8.0.1"
 RECIPE_LAST_UPDATE_pn-mesa-demos = "Jul 13, 2010"
 RECIPE_MANUAL_CHECK_DATE_pn-mesa-demos = "Jun 7, 2011" 
 
-RECIPE_STATUS_pn-gettext = "red"
+RECIPE_STATUS_pn-gettext = "green"
 RECIPE_LATEST_VERSION_pn-gettext = "0.18.1.1"
 RECIPE_LATEST_RELEASE_DATE_pn-gettext = "Jun 06, 2010"
 RECIPE_LAST_UPDATE_pn-gettext = "May 24, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-gettext = "Sep 29, 2011" 
+RECIPE_MANUAL_CHECK_DATE_pn-gettext = "Nov 25, 2011"
+RECIPE_MAINTAINER_pn-gettext = "Wenzong Fan <wenzong.fan@windriver.com>"
 
 RECIPE_STATUS_pn-pseudo = "green"
 RECIPE_LATEST_VERSION_pn-pseudo = "1.2"
-- 
1.7.0.4




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

* Re: [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools
  2011-11-28  7:57 [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools wenzong.fan
  2011-11-28  7:57 ` [PATCH 1/1] " wenzong.fan
@ 2011-11-28 17:56 ` Saul Wold
  2011-11-29  2:03   ` wenzong fan
  2011-11-29 16:07 ` Saul Wold
  2 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-11-28 17:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 11/27/2011 11:57 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan<wenzong.fan@windriver.com>
>
> Update distro tracking fields for gettext and eds-tools.
>
> The eds-tools fails to build for now, so left its status as 'red'. A
> defect #1786 has been filed for tracking this.
>
> The following changes since commit 4cd96710785eb05abeff1f281878655118d4a7dd:
>    Richard Purdie (1):
>          bitbake: Update users of getVar/setVar to use the data store functions directly
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib wenzong/distro_tracking_fields_update
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update
>
> Wenzong Fan (1):
>    distro_tracking: update tracking fields for gettext and eds-tools
>
>   .../conf/distro/include/distro_tracking_fields.inc |   11 ++++++-----
>   1 files changed, 6 insertions(+), 5 deletions(-)
>
This patch did not apply cleanly and seems to provide duplicate entries, 
please rebase and resubmit.

Thanks
	Sau!

>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>



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

* Re: [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools
  2011-11-28 17:56 ` [PATCH 0/1] " Saul Wold
@ 2011-11-29  2:03   ` wenzong fan
  0 siblings, 0 replies; 5+ messages in thread
From: wenzong fan @ 2011-11-29  2:03 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

On 11/29/2011 01:56 AM, Saul Wold wrote:
> On 11/27/2011 11:57 PM, wenzong.fan@windriver.com wrote:
>> From: Wenzong Fan<wenzong.fan@windriver.com>
>>
>> Update distro tracking fields for gettext and eds-tools.
>>
>> The eds-tools fails to build for now, so left its status as 'red'. A
>> defect #1786 has been filed for tracking this.
>>
>> The following changes since commit 
>> 4cd96710785eb05abeff1f281878655118d4a7dd:
>>    Richard Purdie (1):
>>          bitbake: Update users of getVar/setVar to use the data store 
>> functions directly
>>
>> are available in the git repository at:
>>
>>    git://git.pokylinux.org/poky-contrib 
>> wenzong/distro_tracking_fields_update
>>    
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update 
>>
>>
>> Wenzong Fan (1):
>>    distro_tracking: update tracking fields for gettext and eds-tools
>>
>>   .../conf/distro/include/distro_tracking_fields.inc |   11 ++++++-----
>>   1 files changed, 6 insertions(+), 5 deletions(-)
>>
> This patch did not apply cleanly and seems to provide duplicate 
> entries, please rebase and resubmit.

Hi Saul,

I can't find any issue on the patch itself, but I'm not sure if the 
branch name cause any duplicate issues in your side. I have resubmitted 
it to a different branch, please refer to:

---------------------------------
The following changes since commit 4cd96710785eb05abeff1f281878655118d4a7dd:
   Richard Purdie (1):
         bitbake: Update users of getVar/setVar to use the data store 
functions directly

are available in the git repository at:

   git://git.pokylinux.org/poky-contrib wenzong/update_tracking_fields
   
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/update_tracking_fields

Wenzong Fan (1):
   distro_tracking: update tracking fields for gettext and eds-tools

  .../conf/distro/include/distro_tracking_fields.inc |   11 ++++++-----
  1 files changed, 6 insertions(+), 5 deletions(-)
-------------------------------

Thanks
Wenzong

>
> Thanks
>     Sau!
>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
>




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

* Re: [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools
  2011-11-28  7:57 [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools wenzong.fan
  2011-11-28  7:57 ` [PATCH 1/1] " wenzong.fan
  2011-11-28 17:56 ` [PATCH 0/1] " Saul Wold
@ 2011-11-29 16:07 ` Saul Wold
  2 siblings, 0 replies; 5+ messages in thread
From: Saul Wold @ 2011-11-29 16:07 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 11/27/2011 11:57 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan<wenzong.fan@windriver.com>
>
> Update distro tracking fields for gettext and eds-tools.
>
> The eds-tools fails to build for now, so left its status as 'red'. A
> defect #1786 has been filed for tracking this.
>
> The following changes since commit 4cd96710785eb05abeff1f281878655118d4a7dd:
>    Richard Purdie (1):
>          bitbake: Update users of getVar/setVar to use the data store functions directly
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib wenzong/distro_tracking_fields_update
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update
>
> Wenzong Fan (1):
>    distro_tracking: update tracking fields for gettext and eds-tools
>
>   .../conf/distro/include/distro_tracking_fields.inc |   11 ++++++-----
>   1 files changed, 6 insertions(+), 5 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into OE-Core

Thanks
	Sau!



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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28  7:57 [PATCH 0/1] distro_tracking: update tracking fields for gettext and eds-tools wenzong.fan
2011-11-28  7:57 ` [PATCH 1/1] " wenzong.fan
2011-11-28 17:56 ` [PATCH 0/1] " Saul Wold
2011-11-29  2:03   ` wenzong fan
2011-11-29 16:07 ` Saul Wold

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