diff options
| -rw-r--r-- | meta-oe/recipes-devtools/cpuset/cpuset_1.6.2.bb | 13 |
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 @@ | |||
| 1 | SUMMARY = "Cpuset manipulation tool" | ||
| 2 | HOMEPAGE = "https://github.com/SUSE/cpuset" | ||
| 3 | LICENSE = "GPL-2.0-only" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/SUSE/cpuset.git;protocol=https;branch=master" | ||
| 7 | |||
| 8 | SRCREV = "4f80263208935f0df4f616cf9d8cb7285599a670" | ||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit setuptools3 | ||
| 12 | |||
| 13 | RDEPENDS:${PN} += "python3-core python3-logging python3-pydoc" | ||
