summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb
blob: 98419a806910f3e8b4db7f30d10c7878cd66b403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Cpuset manipulation tool"
HOMEPAGE = "https://github.com/SUSE/cpuset"
LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"

SRC_URI = "git://github.com/SUSE/cpuset.git;protocol=https;branch=master"

SRCREV = "4f80263208935f0df4f616cf9d8cb7285599a670"

inherit setuptools3

RDEPENDS:${PN} += "python3-core python3-logging python3-pydoc"