mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
python-cpuset: update to 1.6
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
65dca46def
commit
e14f5f7714
@@ -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 \
|
||||
"
|
||||
Reference in New Issue
Block a user