From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga05.intel.com ([192.55.52.89] helo=fmsmga101.fm.intel.com) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RKvNw-0000x1-HG for openembedded-core@lists.openembedded.org; Mon, 31 Oct 2011 18:10:56 +0100 Received: from mail-ey0-f180.google.com ([209.85.215.180]) by mga01.intel.com with ESMTP/TLS/RC4-SHA; 31 Oct 2011 10:04:43 -0700 Received: by eyg5 with SMTP id 5so5869869eyg.25 for ; Mon, 31 Oct 2011 10:04:40 -0700 (PDT) Received: by 10.216.155.210 with SMTP id j60mr1599933wek.108.1320080680375; Mon, 31 Oct 2011 10:04:40 -0700 (PDT) Received: from [10.6.18.227] (c-71-193-189-117.hsd1.wa.comcast.net. [71.193.189.117]) by mx.google.com with ESMTPS id a27sm33520419wbp.16.2011.10.31.10.04.37 (version=SSLv3 cipher=OTHER); Mon, 31 Oct 2011 10:04:39 -0700 (PDT) Message-ID: <4EAED524.50306@intel.com> Date: Mon, 31 Oct 2011 10:04:36 -0700 From: Saul Wold Organization: Intel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0 MIME-Version: 1.0 To: Patches and discussions about the oe-core layer References: <1848a21e3972096a5169697c16abf2dd9edd17ba.1319510805.git.wenzong.fan@windriver.com> In-Reply-To: <1848a21e3972096a5169697c16abf2dd9edd17ba.1319510805.git.wenzong.fan@windriver.com> Subject: Re: [PATCH 1/1] distro_tracking_fields: update packages tracking fields X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Oct 2011 17:10:57 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 10/24/2011 07:49 PM, wenzong.fan@windriver.com wrote: > From: Wenzong Fan > > Update packages tracking fields including ccache, chkconfig. > > Signed-off-by: Wenzong Fan > --- > .../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++ > 1 files changed, 12 insertions(+), 0 deletions(-) > > diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc > index 1f3540e..f053f87 100644 > --- a/meta/conf/distro/include/distro_tracking_fields.inc > +++ b/meta/conf/distro/include/distro_tracking_fields.inc > @@ -5976,6 +5976,18 @@ RECIPE_MANUAL_CHECK_DATE_pn-libsdl = "Jul 28, 2011" > RECIPE_MAINTAINER_pn-libsdl = "Kai Kang" > DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL" > > +RECIPE_STATUS_pn-ccache = "green" > +RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan" > +RECIPE_LATEST_VERSION_pn-ccache = "3.1.6" > +RECIPE_LAST_UPDATE_pn-ccache = "October 19, 2011" > +RECIPE_MANUAL_CHECK_DATE_pn-ccache = "October 25, 2011" > + This should be MMM (as in Oct), not spelled out, please fix. (Koen: Yes I saw your email about the date, not address that at this time as we are re-thinking the whole distro_tracking_fields.inc file). Sau! > +RECIPE_STATUS_pn-chkconfig = "green" > +RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan" > +RECIPE_LATEST_VERSION_pn-chkconfig = "1.3.55" > +RECIPE_LAST_UPDATE_pn-chkconfig = "October 19, 2011" > +RECIPE_MANUAL_CHECK_DATE_pn-chkconfig = "October 25, 2011" > + > DISTRO_PN_ALIAS_pn-lame = "Debian=lame Ubuntu=lame" > DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv" > DISTRO_PN_ALIAS_pn-qt4-native = "Fedora=qt4 Debian=qt4-dev-tools"