All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] dstat: add new recipe
Date: Fri, 19 Dec 2014 20:18:16 +0100	[thread overview]
Message-ID: <20141219191816.GC2461@jama> (raw)
In-Reply-To: <1418984204-9524-1-git-send-email-lixin.fnst@cn.fujitsu.com>

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

On Fri, Dec 19, 2014 at 06:16:43PM +0800, Li xin wrote:
> Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat.
> Dstat overcomes some of their limitations and adds some extra features,
> more counters and flexibility.
> 
> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
> ---
>  meta-oe/recipes-support/dstat/dstat_0.7.2.bb | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>  create mode 100644 meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> 
> diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb b/meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> new file mode 100644
> index 0000000..190f940
> --- /dev/null
> +++ b/meta-oe/recipes-support/dstat/dstat_0.7.2.bb
> @@ -0,0 +1,23 @@
> +SUMMARY = "versatile resource statics tool" 
> +DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
> +Dstat overcomes some of their limitations and adds some extra features, more counters \
> +and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
> +benchmarks or troubleshooting."
> +HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" 
> +LICENSE = "GPLv2" 
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 
> +SRC_URI = "git://github.com/dagwieers/dstat.git" 
> +SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41" 
> +SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1" 
> +

many lines have trailing whitespace, can you please removed them before
sending next time?

OE @ ~/meta-openembedded $ pwam 85255
2014-12-19 20:17:04 URL:http://patchwork.openembedded.org/patch/85255/mbox/ [2003] -> "pw-am-85255.patch" [1]
Applying: dstat: add new recipe
/OE/meta-openembedded/.git/rebase-apply/patch:12: trailing whitespace.
SUMMARY = "versatile resource statics tool"
/OE/meta-openembedded/.git/rebase-apply/patch:17: trailing whitespace.
HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
/OE/meta-openembedded/.git/rebase-apply/patch:18: trailing whitespace.
LICENSE = "GPLv2"
/OE/meta-openembedded/.git/rebase-apply/patch:19: trailing whitespace.
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
/OE/meta-openembedded/.git/rebase-apply/patch:20: trailing whitespace.
SRC_URI = "git://github.com/dagwieers/dstat.git"
warning: squelched 4 whitespace errors
warning: 9 lines add whitespace errors.




> +SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f" 
> +
> +S = "${WORKDIR}/git" 
> +
> +do_compile_prepend() {
> +    #undo the step "make docs"
> +    sed -i -e 's/$(MAKE) -C docs docs/# $(MAKE) -C docs docs/;' ${S}/Makefile
> +}
> +do_install() {
> +    oe_runmake 'DESTDIR=${D}' install
> +}
> -- 
> 1.8.4.2
> 
> -- 
> _______________________________________________
> 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 --]

      reply	other threads:[~2014-12-19 19:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-19 10:16 [meta-oe][PATCH] dstat: add new recipe Li xin
2014-12-19 19:18 ` Martin Jansa [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20141219191816.GC2461@jama \
    --to=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.