From 2b3c13990082f270d8516b91b1259df0665a7e28 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 11:05:03 +0800 Subject: [PATCH] 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 --- .../meta-stx-integ/recipes-devtools/python/python-cinderclient_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}" -- 2.16.6