diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-02-08 15:33:11 +0000 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-02-16 05:52:17 +0100 |
| commit | 2c961d6c2816d32f2f90030a3b5e7f294b573fcb (patch) | |
| tree | 9c9213460b558deb1e527fab969741217f5d9d89 /meta-oe/recipes-devtools/python | |
| parent | 441e234641757e3c891e7249df38d51145bb3892 (diff) | |
| download | meta-openembedded-2c961d6c2816d32f2f90030a3b5e7f294b573fcb.tar.gz | |
python-psutil: add new recipe for version 0.6.1
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/python')
| -rw-r--r-- | meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb b/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb new file mode 100644 index 0000000000..6e462c0df7 --- /dev/null +++ b/meta-oe/recipes-devtools/python/python-psutil_0.6.1.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | DESCRIPTION = "A cross-platform process and system utilities module for Python" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | HOMEPAGE = "http://code.google.com/p/psutil" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0f02e99f7f3c9a7fe8ecfc5d44c2be62" | ||
| 6 | |||
| 7 | SRC_URI = "http://psutil.googlecode.com/files/psutil-${PV}.tar.gz" | ||
| 8 | SRC_URI[md5sum] = "3cfcbfb8525f6e4c70110e44a85e907e" | ||
| 9 | SRC_URI[sha256sum] = "d665a4cc58c9a5d207fb0dc9869fc0ee10f4f66ad885e84886ef6339ccce0a6f" | ||
| 10 | |||
| 11 | S = "${WORKDIR}/psutil-${PV}" | ||
| 12 | |||
| 13 | inherit setuptools | ||
| 14 | |||
