blob: 156e52a3a50a33a990c955b9c963a114fb20d2a1 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001SUMMARY = "Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier"
2SECTION = "devel/python"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
Brad Bishop316dfdd2018-06-25 12:45:53 -04006S = "${WORKDIR}/git"
7SRCREV = "ae629aa1dc959342745ad97406adddf63bb6dbdd"
8SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;"
Patrick Williamsddad1a12017-02-23 20:36:32 -06009
10inherit distutils
11
12RDEPENDS_${PN} = "\
13 python-core \
14 python-re \
15 python-logging \
16 python-textutils \
17 python-unixadmin \
18 "