From: Jackie Huang Date: Thu, 3 Jun 2021 07:28:39 +0000 (+0800) Subject: python-pankoclient: uprev to 0.7.0 for stx 5.0 X-Git-Tag: f-release~43 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=16a6a0ba3fcce7ed9f4885c1c58f7056de9bb494;p=pti%2Frtp.git python-pankoclient: uprev to 0.7.0 for stx 5.0 * rename the bb file * update the PV and SRCREV Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: I240d185563dc2e6b07b417c35fc4e6e635550e82 --- diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pankoclient_0.5.0.bb b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pankoclient_git.bb similarity index 78% rename from meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pankoclient_0.5.0.bb rename to meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pankoclient_git.bb index 8696afb..1da4b3f 100644 --- a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pankoclient_0.5.0.bb +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-pankoclient_git.bb @@ -1,11 +1,10 @@ DESCRIPTION = "python-pankoclient" -STABLE = "master" PROTOCOL = "https" -BRANCH = "master" -SRCREV = "572aee9cf6ac618eb5d1ea325f9e59414d387dbf" +BRANCH = "stable/train" +SRCREV = "28b55860a2e71fe1fd015d868d64500d3b36470c" S = "${WORKDIR}/git" -PV = "0.5.0" +PV = "0.7.0+git${SRCPV}" LICENSE = "Apache-2.0"