All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Update ccache and chkconfig to latest version
@ 2012-03-14  6:24 wenzong.fan
  2012-03-14  6:25 ` [PATCH 1/2] ccache: update it from 3.1.6 to 3.1.7 wenzong.fan
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: wenzong.fan @ 2012-03-14  6:24 UTC (permalink / raw)
  To: openembedded-core

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

Update ccache and chkconfig, also update their distro tracking fields
accordingly.

The following changes since commit 8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2:
  Richard Purdie (1):
        dates: Fix unpackaged files warning

are available in the git repository at:

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

Wenzong Fan (2):
  ccache: update it from 3.1.6 to 3.1.7
  chkconfig: update it from 1.3.57 to 1.3.58

 .../conf/distro/include/distro_tracking_fields.inc |   12 ++++++------
 .../ccache/{ccache_3.1.6.bb => ccache_3.1.7.bb}    |    4 ++--
 .../{chkconfig_1.3.57.bb => chkconfig_1.3.58.bb}   |    4 ++--
 3 files changed, 10 insertions(+), 10 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_3.1.6.bb => ccache_3.1.7.bb} (47%)
 rename meta/recipes-extended/chkconfig/{chkconfig_1.3.57.bb => chkconfig_1.3.58.bb} (84%)




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

* [PATCH 1/2] ccache: update it from 3.1.6 to 3.1.7
  2012-03-14  6:24 [PATCH 0/2] Update ccache and chkconfig to latest version wenzong.fan
@ 2012-03-14  6:25 ` wenzong.fan
  2012-03-14  6:25 ` [PATCH 2/2] chkconfig: update it from 1.3.57 to 1.3.58 wenzong.fan
  2012-03-14 13:29 ` [PATCH 0/2] Update ccache and chkconfig to latest version Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: wenzong.fan @ 2012-03-14  6:25 UTC (permalink / raw)
  To: openembedded-core

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

Update ccache and related distro tracking fields.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    6 +++---
 .../ccache/{ccache_3.1.6.bb => ccache_3.1.7.bb}    |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-devtools/ccache/{ccache_3.1.6.bb => ccache_3.1.7.bb} (47%)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index d8cb150..d82ab04 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -6197,9 +6197,9 @@ DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
 
 RECIPE_STATUS_pn-ccache = "green"
 RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan <wenzong.fan@windriver.com>"
-RECIPE_LATEST_VERSION_pn-ccache = "3.1.6"
-RECIPE_LAST_UPDATE_pn-ccache = "Oct 19, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-ccache = "Oct 25, 2011"
+RECIPE_LATEST_VERSION_pn-ccache = "3.1.7"
+RECIPE_LAST_UPDATE_pn-ccache = "Mar 14, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-ccache = "Mar 14, 2012"
 
 RECIPE_STATUS_pn-chkconfig = "green"
 RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan <wenzong.fan@windriver.com>"
diff --git a/meta/recipes-devtools/ccache/ccache_3.1.6.bb b/meta/recipes-devtools/ccache/ccache_3.1.7.bb
similarity index 47%
rename from meta/recipes-devtools/ccache/ccache_3.1.6.bb
rename to meta/recipes-devtools/ccache/ccache_3.1.7.bb
index e87468a..40a7056 100644
--- a/meta/recipes-devtools/ccache/ccache_3.1.6.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.1.7.bb
@@ -4,5 +4,5 @@ PR = "r0"
 LICENSE = "GPLv3+"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=80e92ec45d4fca91f127864fb9e5d932"
 
-SRC_URI[md5sum] = "e6565e7d6c95d1e35b7a0d67e39901e8"
-SRC_URI[sha256sum] = "59f58bb73f00db5bbff36b8eb530d3000c86b3110e34cf8dba9e2a5d19eb684f"
+SRC_URI[md5sum] = "bf49574730fabd666fc7ec3f8b203f41"
+SRC_URI[sha256sum] = "278f4d1d38fc530221c7ce73606f34bc3a5df7e269930e4fb1d9ac44f4345d11"
-- 
1.7.0.4




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

* [PATCH 2/2] chkconfig: update it from 1.3.57 to 1.3.58
  2012-03-14  6:24 [PATCH 0/2] Update ccache and chkconfig to latest version wenzong.fan
  2012-03-14  6:25 ` [PATCH 1/2] ccache: update it from 3.1.6 to 3.1.7 wenzong.fan
@ 2012-03-14  6:25 ` wenzong.fan
  2012-03-14 13:29 ` [PATCH 0/2] Update ccache and chkconfig to latest version Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: wenzong.fan @ 2012-03-14  6:25 UTC (permalink / raw)
  To: openembedded-core

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

Update chkconfig and related distro tracking fields.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 .../conf/distro/include/distro_tracking_fields.inc |    6 +++---
 .../{chkconfig_1.3.57.bb => chkconfig_1.3.58.bb}   |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)
 rename meta/recipes-extended/chkconfig/{chkconfig_1.3.57.bb => chkconfig_1.3.58.bb} (84%)

diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index d82ab04..5729ad2 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -6203,9 +6203,9 @@ RECIPE_MANUAL_CHECK_DATE_pn-ccache = "Mar 14, 2012"
 
 RECIPE_STATUS_pn-chkconfig = "green"
 RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan <wenzong.fan@windriver.com>"
-RECIPE_LATEST_VERSION_pn-chkconfig = "1.3.55"
-RECIPE_LAST_UPDATE_pn-chkconfig = "Oct 19, 2011"
-RECIPE_MANUAL_CHECK_DATE_pn-chkconfig = "Oct 25, 2011"
+RECIPE_LATEST_VERSION_pn-chkconfig = "1.3.58"
+RECIPE_LAST_UPDATE_pn-chkconfig = "Mar 14, 2012"
+RECIPE_MANUAL_CHECK_DATE_pn-chkconfig = "Mar 14, 2012"
 
 RECIPE_STATUS_pn-libiconv = "green"
 RECIPE_LATEST_VERSION_pn-libiconv = "1.14"
diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
similarity index 84%
rename from meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb
rename to meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
index b8ef2f6..2045728 100644
--- a/meta/recipes-extended/chkconfig/chkconfig_1.3.57.bb
+++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb
@@ -16,8 +16,8 @@ PR = "r0"
 
 SRC_URI = "http://fedorahosted.org/releases/c/h/chkconfig/${BPN}-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "35a2d0630f1cb5c251e749eefde70afd"
-SRC_URI[sha256sum] = "6a95472873984a0a8e99dca23ce9efe0ffe9db06d9990ce325575f8506babc1c"
+SRC_URI[md5sum] = "c2039ca67f2749fe0c06ef7c6f8ee246"
+SRC_URI[sha256sum] = "18b497d25b2cada955c72810e45fcad8280d105f17cf45e2970f18271211de68"
 
 inherit autotools gettext
 
-- 
1.7.0.4




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

* Re: [PATCH 0/2] Update ccache and chkconfig to latest version
  2012-03-14  6:24 [PATCH 0/2] Update ccache and chkconfig to latest version wenzong.fan
  2012-03-14  6:25 ` [PATCH 1/2] ccache: update it from 3.1.6 to 3.1.7 wenzong.fan
  2012-03-14  6:25 ` [PATCH 2/2] chkconfig: update it from 1.3.57 to 1.3.58 wenzong.fan
@ 2012-03-14 13:29 ` Richard Purdie
  2 siblings, 0 replies; 4+ messages in thread
From: Richard Purdie @ 2012-03-14 13:29 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Wed, 2012-03-14 at 14:24 +0800, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan <wenzong.fan@windriver.com>
> 
> Update ccache and chkconfig, also update their distro tracking fields
> accordingly.
> 
> The following changes since commit 8e9f6fc77ac4763f4ed1f6e7b720420c220ba6e2:
>   Richard Purdie (1):
>         dates: Fix unpackaged files warning
> 
> are available in the git repository at:
> 
>   git://git.pokylinux.org/poky-contrib wenzong/upd-ccache-chkconfig
>   http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/upd-ccache-chkconfig
> 
> Wenzong Fan (2):
>   ccache: update it from 3.1.6 to 3.1.7
>   chkconfig: update it from 1.3.57 to 1.3.58

Merged to master, thanks.

Richard




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

end of thread, other threads:[~2012-03-14 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-14  6:24 [PATCH 0/2] Update ccache and chkconfig to latest version wenzong.fan
2012-03-14  6:25 ` [PATCH 1/2] ccache: update it from 3.1.6 to 3.1.7 wenzong.fan
2012-03-14  6:25 ` [PATCH 2/2] chkconfig: update it from 1.3.57 to 1.3.58 wenzong.fan
2012-03-14 13:29 ` [PATCH 0/2] Update ccache and chkconfig to latest version Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.