From: Ignas Anikevicius <ignas.anikevicius@realvnc.com>
To: <openembedded-devel@lists.openembedded.org>
Subject: Re: [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3
Date: Tue, 2 Dec 2014 14:12:27 +0000 [thread overview]
Message-ID: <547DC8CB.7090602@realvnc.com> (raw)
In-Reply-To: <547D369C.7080700@gmail.com>
Hello,
Since this was my first patch submission for meta-oe, I did not know
about the development cycle for this. If this can not be applied to
daisy, is it possible to get it into dizzy?
Thanks very much,
Ignas A.
On 02/12/14 03:48, akuster808 wrote:
>
> 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
>>
prev parent reply other threads:[~2014-12-02 14:12 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
2014-12-02 14:12 ` Ignas Anikevicius [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=547DC8CB.7090602@realvnc.com \
--to=ignas.anikevicius@realvnc.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.