All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] dstat: 0.7.2 -> 0.7.3
@ 2016-08-15  8:45 Wang Xin
  2016-08-15 10:55 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Wang Xin @ 2016-08-15  8:45 UTC (permalink / raw)
  To: openembedded-devel

Upgrade dstat from 0.7.2 to 0.7.3.

Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
---
 meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} (71%)

diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
similarity index 71%
rename from meta-oe/recipes-support/dstat/dstat_0.7.2.bb
rename to meta-oe/recipes-support/dstat/dstat_0.7.3.bb
index 63f1812..1e39aea 100644
--- a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb
+++ b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
@@ -5,12 +5,10 @@ and flexibility. Dstat is handy for monitoring systems during performance tuning
 benchmarks or troubleshooting."
 HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRC_URI = "git://github.com/dagwieers/dstat.git"
-SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41"
-SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1"
 
-SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f"
+SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4





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

* Re: [meta-oe][PATCH] dstat: 0.7.2 -> 0.7.3
  2016-08-15  8:45 [meta-oe][PATCH] dstat: 0.7.2 -> 0.7.3 Wang Xin
@ 2016-08-15 10:55 ` Martin Jansa
  2016-08-16  1:13   ` 答复: " Wang, Xin
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2016-08-15 10:55 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1927 bytes --]

On Mon, Aug 15, 2016 at 04:45:46AM -0400, Wang Xin wrote:
> Upgrade dstat from 0.7.2 to 0.7.3.

Better change was already sent last week:
http://lists.openembedded.org/pipermail/openembedded-devel/2016-August/108524.html

> 
> Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} | 6 ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)
>  rename meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} (71%)
> 
> diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
> similarity index 71%
> rename from meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> rename to meta-oe/recipes-support/dstat/dstat_0.7.3.bb
> index 63f1812..1e39aea 100644
> --- a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> +++ b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
> @@ -5,12 +5,10 @@ and flexibility. Dstat is handy for monitoring systems during performance tuning
>  benchmarks or troubleshooting."
>  HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  SRC_URI = "git://github.com/dagwieers/dstat.git"
> -SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41"
> -SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1"
>  
> -SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f"
> +SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20"
>  
>  S = "${WORKDIR}/git"
>  
> -- 
> 2.7.4
> 
> 
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* 答复: [meta-oe][PATCH] dstat: 0.7.2 -> 0.7.3
  2016-08-15 10:55 ` Martin Jansa
@ 2016-08-16  1:13   ` Wang, Xin
  0 siblings, 0 replies; 3+ messages in thread
From: Wang, Xin @ 2016-08-16  1:13 UTC (permalink / raw)
  To: openembedded-devel

Sorry, I forget to check it.

-----邮件原件-----
发件人: openembedded-devel-bounces@lists.openembedded.org [mailto:openembedded-devel-bounces@lists.openembedded.org] 代表 Martin Jansa
发送时间: 2016年8月15日 18:56
收件人: openembedded-devel@lists.openembedded.org
主题: Re: [oe] [meta-oe][PATCH] dstat: 0.7.2 -> 0.7.3

On Mon, Aug 15, 2016 at 04:45:46AM -0400, Wang Xin wrote:
> Upgrade dstat from 0.7.2 to 0.7.3.

Better change was already sent last week:
http://lists.openembedded.org/pipermail/openembedded-devel/2016-August/108524.html

> 
> Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} | 6 
> ++----
>  1 file changed, 2 insertions(+), 4 deletions(-)  rename 
> meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} (71%)
> 
> diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb 
> b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
> similarity index 71%
> rename from meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> rename to meta-oe/recipes-support/dstat/dstat_0.7.3.bb
> index 63f1812..1e39aea 100644
> --- a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> +++ b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
> @@ -5,12 +5,10 @@ and flexibility. Dstat is handy for monitoring 
> systems during performance tuning  benchmarks or troubleshooting."
>  HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
>  SRC_URI = "git://github.com/dagwieers/dstat.git"
> -SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41"
> -SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1"
>  
> -SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f"
> +SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20"
>  
>  S = "${WORKDIR}/git"
>  
> --
> 2.7.4
> 
> 
> 
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



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

end of thread, other threads:[~2016-08-16  1:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-15  8:45 [meta-oe][PATCH] dstat: 0.7.2 -> 0.7.3 Wang Xin
2016-08-15 10:55 ` Martin Jansa
2016-08-16  1:13   ` 答复: " Wang, Xin

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.