summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Woerner <twoerner@gmail.com>2018-05-13 08:45:52 -0400
committerArmin Kuster <akuster808@gmail.com>2018-05-17 08:28:20 -0700
commitc2404f15b85a8114b9e9753b594b0a1be4c09f2b (patch)
tree27c26883e39635d2d1240f302ce029c580072b50
parentabead528514472340f6d6b833b47692251bd88da (diff)
downloadmeta-openembedded-c2404f15b85a8114b9e9753b594b0a1be4c09f2b.tar.gz
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>
-rw-r--r--meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb11
1 files changed, 3 insertions, 8 deletions
diff --git a/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb b/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
index 8f6532c53..156e52a3a 100644
--- a/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
+++ b/meta-oe/recipes-devtools/python/python-cpuset_1.5.7.bb
@@ -3,14 +3,9 @@ SECTION = "devel/python"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6SRCNAME = "cpuset" 6S = "${WORKDIR}/git"
7 7SRCREV = "ae629aa1dc959342745ad97406adddf63bb6dbdd"
8SRC_URI = "https://github.com/lpechacek/${SRCNAME}/archive/v${PV}.tar.gz" 8SRC_URI = "git://github.com/lpechacek/cpuset.git;protocol=https;"
9
10SRC_URI[md5sum] = "6ad79b26ba03f559604d74513cc34392"
11SRC_URI[sha256sum] = "32334e164415ed5aec83c5ffc3dc01c418406eb02d96d881fdfd495587ff0c01"
12
13S = "${WORKDIR}/${SRCNAME}-${PV}"
14 9
15inherit distutils 10inherit distutils
16 11