aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2019-11-30 21:54:52 -0800
committerTim Orling <ticotimo@gmail.com>2019-12-01 18:08:12 -0800
commita3cffc1c142972bf2e4605c8b1f0731b7736cb72 (patch)
treee2b4893fdf578cc5fb2af1c6e8d8fb5b616bf1b3 /recipes-devtools
parentda755f2fa3c75f359b176f64f9701f8a27803445 (diff)
downloadmeta-python2-a3cffc1c142972bf2e4605c8b1f0731b7736cb72.tar.gz
python-cpuset: move from meta-oe
Part of the EOL python2 process. Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python-cpuset_1.6.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-cpuset_1.6.bb b/recipes-devtools/python/python-cpuset_1.6.bb
new file mode 100644
index 0000000..1255a51
--- /dev/null
+++ b/recipes-devtools/python/python-cpuset_1.6.bb
@@ -0,0 +1,18 @@
+SUMMARY = "Cpuset is a Python application to make using the cpusets facilities in the Linux kernel easier"
+SECTION = "devel/python"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+S = "${WORKDIR}/git"
+SRCREV = "6c46d71a1c6ee711063153b9f7787280128f7252"
+SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;"
+
+inherit distutils
+
+RDEPENDS_${PN} = "\
+ python-core \
+ python-re \
+ python-logging \
+ python-textutils \
+ python-unixadmin \
+ "