From 16a6a0ba3fcce7ed9f4885c1c58f7056de9bb494 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 15:28:39 +0800 Subject: [PATCH] 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 --- .../{python-pankoclient_0.5.0.bb => python-pankoclient_git.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename meta-starlingx/meta-stx-integ/recipes-devtools/python/{python-pankoclient_0.5.0.bb => python-pankoclient_git.bb} (78%) 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 8696afbd..1da4b3ff 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" -- 2.16.6