Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [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 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 6 | S = "${WORKDIR}/git" |
| 7 | SRCREV = "ae629aa1dc959342745ad97406adddf63bb6dbdd" |
| 8 | SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 9 | |
| 10 | inherit distutils |
| 11 | |
| 12 | RDEPENDS_${PN} = "\ |
| 13 | python-core \ |
| 14 | python-re \ |
| 15 | python-logging \ |
| 16 | python-textutils \ |
| 17 | python-unixadmin \ |
| 18 | " |