From 2619b9791182c3c87ce13972ddd8a28d702332d9 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 11:12:09 +0800 Subject: [PATCH] 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 --- .../recipes-devtools/python/python-heatclient_git.bbappend | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 meta-starlingx/meta-stx-integ/recipes-devtools/python/python-heatclient_git.bbappend 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 \ + " -- 2.16.6