summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb b/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb
new file mode 100644
index 0000000000..b404d4131e
--- /dev/null
+++ b/meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Cpuset manipulation tool"
2HOMEPAGE = "https://github.com/SUSE/cpuset"
3LICENSE = "GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5
6SRC_URI = "git://github.com/SUSE/cpuset.git;protocol=https;branch=master"
7
8SRCREV = "4f80263208935f0df4f616cf9d8cb7285599a670"
9S = "${WORKDIR}/git"
10
11inherit setuptools3
12
13RDEPENDS:${PN} += "python3-core python3-logging python3-pydoc"