From: Jackie Huang Date: Thu, 3 Jun 2021 03:05:03 +0000 (+0800) Subject: python-cinderclient: uprev to 5.0.0 for stx 5.0 X-Git-Tag: f-release~50 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2b3c13990082f270d8516b91b1259df0665a7e28;p=pti%2Frtp.git python-cinderclient: uprev to 5.0.0 for stx 5.0 * update the PV and SRCREV Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I5dc3d61134debb42928300078410c7b9910c4d19 --- diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb index c894e41..1a4fe1c 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb @@ -5,11 +5,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3572962e13e5e739b30b0864365e0795" -SRCREV = "4e17e1d1912f1902a37e4db543e38cdbe3961358" +SRCREV = "a63d4d651ae2f7614224f716b3ef8ebf392a6b78" SRCNAME = "python-cinderclient" BRANCH = "stable/train" PROTOCOL = "https" -PV = "4.1.0+git${SRCPV}" +PV = "5.0.0+git${SRCPV}" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"