[oe] [meta-oe][daisy][PATCH] Add a bitbake recipe for Python psutil v2.1.3

akuster808 akuster808 at gmail.com
Tue Dec 2 03:48:44 UTC 2014


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 at 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
>



More information about the Openembedded-devel mailing list