From: Jackie Huang Date: Thu, 3 Jun 2021 03:12:09 +0000 (+0800) Subject: python-heatclient: uprev to 1.18.0 for stx 5.0 X-Git-Tag: f-release~48 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2619b9791182c3c87ce13972ddd8a28d702332d9;p=pti%2Frtp.git python-heatclient: uprev to 1.18.0 for stx 5.0 * add bbappend to uprev to 1.18.0 Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: Idaae66f388e7cb412830dfb36e906abd8a3f2054 --- diff --git a/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-heatclient_git.bbappend b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-heatclient_git.bbappend new file mode 100644 index 0000000..14f2878 --- /dev/null +++ b/meta-starlingx/meta-stx-integ/recipes-devtools/python/python-heatclient_git.bbappend @@ -0,0 +1,6 @@ +PV = "1.18.0+git${SRCPV}" +SRCREV = "eca16376563c2b0249d5b2aba1f6283a5aebbe98" + +SRC_URI = " \ + git://github.com/openstack/python-heatclient.git;branch=stable/train \ + "