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

Ignas Anikevicius ignas.anikevicius at realvnc.com
Tue Nov 4 14:39:20 UTC 2014


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




More information about the Openembedded-devel mailing list