From: akuster808 <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3
Date: Mon, 01 Dec 2014 19:48:44 -0800 [thread overview]
Message-ID: <547D369C.7080700@gmail.com> (raw)
In-Reply-To: <1415111960-5672-1-git-send-email-ignas.anikevicius@realvnc.com>
I don't think Daisy is taking new packages. I will defer to Martin.
- Armin
On 11/04/2014 06:39 AM, Ignas Anikevicius wrote:
> This bitbake recipe is based on the existing
> 'python-psutil_v0.6.9' bitbake recipe in the same folder.
>
> I have tested the recipe locally and it work without any issues.
>
> Signed-off-by: Ignas Anikevicius <ignas.anikevicius@realvnc.com>
> ---
> meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
> create mode 100644 meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
>
> diff --git a/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
> new file mode 100644
> index 0000000..76380ba
> --- /dev/null
> +++ b/meta-oe/recipes-devtools/python/python-psutil_2.1.3.bb
> @@ -0,0 +1,13 @@
> +SUMMARY = "A cross-platform process and system utilities module for Python"
> +SECTION = "devel/python"
> +HOMEPAGE = "https://github.com/giampaolo/psutil"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62"
> +
> +SRC_URI = "https://pypi.python.org/packages/source/p/psutil/psutil-${PV}.tar.gz"
> +SRC_URI[md5sum] = "015a013c46bb9bc30b5c344f26dea0d3"
> +SRC_URI[sha256sum] = "b434c75f01715777391f10f456002e33d0ca14633f96fdbd9ff9139b42d9452c"
> +
> +S = "${WORKDIR}/psutil-${PV}"
> +
> +inherit setuptools
>
next prev parent reply other threads:[~2014-12-02 3:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-04 14:39 [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3 Ignas Anikevicius
2014-12-02 3:48 ` akuster808 [this message]
2014-12-02 14:12 ` Ignas Anikevicius
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=547D369C.7080700@gmail.com \
--to=akuster808@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.