rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | SUMMARY = "Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier" |
2 | SECTION = "devel/python" | ||||
3 | LICENSE = "GPLv2" | ||||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||||
5 | |||||
6 | S = "${WORKDIR}/git" | ||||
7 | SRCREV = "ae629aa1dc959342745ad97406adddf63bb6dbdd" | ||||
8 | SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;" | ||||
9 | |||||
10 | inherit distutils | ||||
11 | |||||
12 | RDEPENDS_${PN} = "\ | ||||
13 | python-core \ | ||||
14 | python-re \ | ||||
15 | python-logging \ | ||||
16 | python-textutils \ | ||||
17 | python-unixadmin \ | ||||
18 | " |