python-pyflame: Use SHA instead of tag in SRC_URI

tags are floating and bitbake will ping the remote host
and this will fail in BB_NO_NETWORK cases

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Andrew Jeffery <andrew@aj.id.au>
This commit is contained in:
Khem Raj
2018-08-24 09:30:47 -07:00
parent a855c5b528
commit 9b5562e9a2
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=2ee41112a44fe7014dce33e26468ba93"
DEPENDS = "python"
SRC_URI = "git://github.com/uber/pyflame.git;protocol=https;tag=v${PV}"
SRC_URI = "git://github.com/uber/pyflame.git;protocol=https"
S = "${WORKDIR}/git"
inherit pkgconfig autotools

View File

@@ -1,4 +1,6 @@
require python-pyflame.inc
# v1.6.6
SRCREV = "8a9d8c2acc3b3bb027475b738134f1e6fff14e6c"
SRC_URI += "file://0001-ptrace-Abstract-over-user_regs_struct-name-which-dif.patch"
SRC_URI += "file://0001-symbol-Account-for-prelinked-shared-objects.patch"