| Submitter | Dexuan Cui |
|---|---|
| Date | Jan. 10, 2012, 4:22 a.m. |
| Message ID | <6bf0833652d572e4de886d0e7f2725ad8da0ff84.1326169288.git.dexuan.cui@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/18831/ |
| State | New |
| Headers | show |
Comments
Sorry, please use the new commit: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?h=dcui/manual_check&id=54282a3d4109fe4e97f0acf3b848dc04e68c7d7f (I have "force" pushed to my dcui/manual_check already) In the old commit MANUAL_CHECK_DATE, the year is 2011 and now it's 2012! :-) Thanks, -- Dexuan > -----Original Message----- > From: openembedded-core-bounces@lists.openembedded.org > [mailto:openembedded-core-bounces@lists.openembedded.org] On > Behalf Of Dexuan Cui > Sent: Tuesday, January 10, 2012 12:23 PM > To: openembedded-core@lists.openembedded.org > Subject: [OE-core] [PATCH 1/1] distro_tracking_fields.inc: upgrade tcf-agent > > Upgraded the field RECIPE_MANUAL_CHECK_DATE. > Also changed the MAINTAINER to Lianhao who volunteered to take the > recipe. > > Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> > --- > .../conf/distro/include/distro_tracking_fields.inc | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/conf/distro/include/distro_tracking_fields.inc > b/meta/conf/distro/include/distro_tracking_fields.inc > index cc87d5c..d1f0c82 100644 > --- a/meta/conf/distro/include/distro_tracking_fields.inc > +++ b/meta/conf/distro/include/distro_tracking_fields.inc > @@ -2891,8 +2891,8 @@ > RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tcf-agent = "1+ years" > RECIPE_LATEST_RELEASE_DATE_pn-tcf-agent = "Jul 07, 2011" > RECIPE_COMMENTS_pn-tcf-agent = "" > RECIPE_LAST_UPDATE_pn-tcf-agent = "Jul 21, 2011" > -RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "Nov 17, 2011" > -RECIPE_MAINTAINER_pn-tcf-agent = "Dexuan Cui > <dexuan.cui@intel.com>" > +RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "Jan 10, 2011" > +RECIPE_MAINTAINER_pn-tcf-agent = "Lianhao Lu <lianhao.lu@intel.com>" > > RECIPE_STATUS_pn-liburcu = "green" > DISTRO_PN_ALIAS_pn-liburcu = "Fedora=userspace-rcu Ubuntu=liburcu0" > -- > 1.7.6 > > > _______________________________________________ > Openembedded-core mailing list > Openembedded-core@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
Patch
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index cc87d5c..d1f0c82 100644 --- a/meta/conf/distro/include/distro_tracking_fields.inc +++ b/meta/conf/distro/include/distro_tracking_fields.inc @@ -2891,8 +2891,8 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-tcf-agent = "1+ years" RECIPE_LATEST_RELEASE_DATE_pn-tcf-agent = "Jul 07, 2011" RECIPE_COMMENTS_pn-tcf-agent = "" RECIPE_LAST_UPDATE_pn-tcf-agent = "Jul 21, 2011" -RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "Nov 17, 2011" -RECIPE_MAINTAINER_pn-tcf-agent = "Dexuan Cui <dexuan.cui@intel.com>" +RECIPE_MANUAL_CHECK_DATE_pn-tcf-agent = "Jan 10, 2011" +RECIPE_MAINTAINER_pn-tcf-agent = "Lianhao Lu <lianhao.lu@intel.com>" RECIPE_STATUS_pn-liburcu = "green" DISTRO_PN_ALIAS_pn-liburcu = "Fedora=userspace-rcu Ubuntu=liburcu0"
Upgraded the field RECIPE_MANUAL_CHECK_DATE. Also changed the MAINTAINER to Lianhao who volunteered to take the recipe. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com> --- .../conf/distro/include/distro_tracking_fields.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)