From 5ecf372333fb52dee11a4df775da0507c718c442 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 7 Dec 2020 10:35:12 +0800 Subject: python3-salttesting: use SRCREV instead of tag If we enable BB_NO_NETWORK, using tag in SRC_URI causes problem. Merely parsing the recipes will raise error. For example, `bitbake -p'. So use SRCREV instead of tag to solve this problem. Signed-off-by: Chen Qi Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python3-salttesting_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb index 3447621..fdc0341 100644 --- a/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-salttesting_git.bb @@ -4,10 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=f36f1e9e3e30f90180efdf7e40d943e5" -SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop;tag=v2018.9.21 \ +SRC_URI = "git://github.com/saltstack/salt-testing.git;branch=develop \ file://0001-Add-ptest-output-option-to-test-suite.patch \ " +SRCREV = "8d21627a4eef316d22cc424deeca16a0ec8472e9" PV = "2018.9.21+git${SRCPV}" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf