From: Jackie Huang Date: Thu, 3 Jun 2021 03:05:24 +0000 (+0800) Subject: python-glanceclient: uprev to 2.17.0 for stx 5.0 X-Git-Tag: f-release~49 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b0e6e672bcd569978e259c77e71c9ab0f79ef56a;p=pti%2Frtp.git python-glanceclient: uprev to 2.17.0 for stx 5.0 * update the PV and SRCREV Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I9f8de4508d7aacde0764aa8057b3db74ef02bc0e --- diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-glanceclient_git.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-glanceclient_git.bb index bb22437..2094e24 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-glanceclient_git.bb @@ -5,11 +5,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -SRCREV = "44a4dbd6ce2642daeaca9f45ac99e2d1b39e805a" +SRCREV = "40c19aa44361e13ac997d325d357d3e4748fa063" SRCNAME = "python-glanceclient" BRANCH = "stable/train" PROTOCOL = "https" -PV = "2.16.0+git${SRCPV}" +PV = "2.17.0+git${SRCPV}" S = "${WORKDIR}/git" SRC_URI = "git://github.com/openstack/${SRCNAME}.git;protocol=${PROTOCOL};rev=${SRCREV};branch=${BRANCH}"