From 3fa48843ab88c2f58cfbf9b89965067c3c233ba1 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 3 Jun 2021 10:27:28 +0800 Subject: [PATCH] python-openstacksdk: uprev to 0.36.0 for stx 5.0 * update the PV and SRCREV * combine two bbappends into one Issue-ID: INF-215 Signed-off-by: Jackie Huang Change-Id: Idbf02e7b7f837c378f7f703cfaef02a1c42ec216 --- .../recipes-devtools/python/python-openstacksdk_%.bbappend | 3 --- .../recipes-devtools/python/python-openstacksdk_git.bbappend | 10 +++++++--- 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.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 index 6dc2c16..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ - -RDEPENDS_${PN}_append = " python-munch" -RDEPENDS_${PN}_append = " python2-os-service-types" diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend index a4ac33b..5130b8a 100644 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend +++ b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/python-openstacksdk_git.bbappend @@ -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 \ + " -- 2.16.6