Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Rongqing Li <rongqing.li@windriver.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [PATCH][meta-oe] memstat: add memstat recipe
Date: Wed, 9 Jul 2014 10:59:01 +0800	[thread overview]
Message-ID: <53BCAFF5.6080901@windriver.com> (raw)
In-Reply-To: <1404809042-10815-1-git-send-email-rongqing.li@windriver.com>

Drop this patch, HuangJ has sent out a similar patch

-Roy

On 07/08/2014 04:44 PM, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>   meta-oe/recipes-devtools/memstat/memstat_1.0.bb |   24 +++++++++++++++++++++++
>   1 file changed, 24 insertions(+)
>   create mode 100644 meta-oe/recipes-devtools/memstat/memstat_1.0.bb
>
> diff --git a/meta-oe/recipes-devtools/memstat/memstat_1.0.bb b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb
> new file mode 100644
> index 0000000..8c8882e
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/memstat/memstat_1.0.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "Display virtual memory allocation"
> +DESCRIPTION = "Lists all the processes, executables, and shared libraries \
> +that are using up virtual memory. It's helpful to see how the shared memory \
> +is used and which 'old' libs are loaded. "
> +HOMEPAGE = "http://memstattool.sourceforge.net/"
> +SECTION = "devtool"
> +
> +LICENSE = "GPLv2"
> +
> +S = "${WORKDIR}/memstattool"
> +
> +LIC_FILES_CHKSUM = "file://debian/copyright;md5=87be186443b1ac2cfa466f475e1ee0cb"
> +
> +SRC_URI = "http://sourceforge.net/projects/memstattool/files/${BPN}_${PV}.tar.gz \
> +          "
> +SRC_URI[md5sum] = "2c3acc0c62b2a18f6601b84e54aa7462"
> +SRC_URI[sha256sum] = "245d5fc7fb87bcfd14486cd34917cae2856e799559ac568434af12c4852bce94"
> +
> +do_install_append(){
> +    install -d ${D}${bindir}
> +    install -m 0755 memstat ${D}${bindir}
> +    install -d ${D}/etc
> +    install -m 0755 memstat.conf ${D}/etc
> +}
>

-- 
Best Reagrds,
Roy | RongQing Li


  reply	other threads:[~2014-07-09  2:58 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-08  8:44 [PATCH][meta-oe] memstat: add memstat recipe rongqing.li
2014-07-09  2:59 ` Rongqing Li [this message]
2014-07-15  8:44   ` Matthieu CRAPET
2014-07-15  8:47     ` Rongqing Li
2014-07-15  9:24       ` Huang, Jie (Jackie)

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=53BCAFF5.6080901@windriver.com \
    --to=rongqing.li@windriver.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox