mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +00:00
python-cpuset: switch away from github archive
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>
(cherry picked from commit c2404f15b8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
2028bda732
commit
77c0dea3fb
@@ -3,14 +3,9 @@ SECTION = "devel/python"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
SRCNAME = "cpuset"
|
||||
|
||||
SRC_URI = "https://github.com/lpechacek/${SRCNAME}/archive/v${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "6ad79b26ba03f559604d74513cc34392"
|
||||
SRC_URI[sha256sum] = "32334e164415ed5aec83c5ffc3dc01c418406eb02d96d881fdfd495587ff0c01"
|
||||
|
||||
S = "${WORKDIR}/${SRCNAME}-${PV}"
|
||||
S = "${WORKDIR}/git"
|
||||
SRCREV = "ae629aa1dc959342745ad97406adddf63bb6dbdd"
|
||||
SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;"
|
||||
|
||||
inherit distutils
|
||||
|
||||
|
||||
Reference in New Issue
Block a user