mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
Since we know that github archives which are automatically generated have a tendency to change their checksums[1], switch to using a git clone. [1] http://lists.openembedded.org/pipermail/openembedded-devel/2017-September/114916.html Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
19 lines
510 B
BlitzBasic
19 lines
510 B
BlitzBasic
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 = "ae629aa1dc959342745ad97406adddf63bb6dbdd"
|
|
SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;"
|
|
|
|
inherit distutils
|
|
|
|
RDEPENDS_${PN} = "\
|
|
python-core \
|
|
python-re \
|
|
python-logging \
|
|
python-textutils \
|
|
python-unixadmin \
|
|
"
|