summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
blob: 8f6532c531bf9bd43c81c4932c325a1585953d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUMMARY = "Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier"
SECTION = "devel/python"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRCNAME = "cpuset"

SRC_URI = "https://github.com/lpechacek/${SRCNAME}/archive/v${PV}.tar.gz"

SRC_URI[md5sum] = "6ad79b26ba03f559604d74513cc34392"
SRC_URI[sha256sum] = "32334e164415ed5aec83c5ffc3dc01c418406eb02d96d881fdfd495587ff0c01"

S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit distutils

RDEPENDS_${PN} = "\
    python-core \
    python-re \
    python-logging \
    python-textutils \
    python-unixadmin \
    "