python-openstacksdk: uprev to 0.36.0 for stx 5.0 87/8287/1
authorJackie Huang <jackie.huang@windriver.com>
Thu, 3 Jun 2021 02:27:28 +0000 (10:27 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Mon, 16 May 2022 10:05:12 +0000 (18:05 +0800)
* update the PV and SRCREV
* combine two bbappends into one

Issue-ID: INF-215

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: Idbf02e7b7f837c378f7f703cfaef02a1c42ec216

meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend [deleted file]
meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend

diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend
deleted file mode 100644 (file)
index 6dc2c16..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-
-RDEPENDS_${PN}_append = " python-munch"
-RDEPENDS_${PN}_append = " python2-os-service-types"
index a4ac33b..5130b8a 100644 (file)
@@ -1,5 +1,9 @@
 
-RDEPENDS_${PN} += " bash"
-PV = "0.25.0+git${SRCPV}"
-SRCREV="9cd0ef2ac5b8cc90df344f69edc8ac68224f292e"
+PV = "0.36.0+git${SRCPV}"
+SRCREV="8b85e8c954baf550aefad83d8b48955a3c2382ed"
 
+RDEPENDS_${PN} += " \
+       bash \
+       python-munch \
+       python2-os-service-types \
+       "