summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzangrc <zangrc.fnst@cn.fujitsu.com>2020-09-29 22:59:19 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-01 23:10:36 -0400
commite4be485c6103713cb9b90f8dee4041732d3d07d1 (patch)
tree25c79231f047146175011c54c6a62e05d4ba9152
parentd64a289a868e106a331984f1c27baec88e6d6005 (diff)
downloadmeta-cloud-services-e4be485c6103713cb9b90f8dee4041732d3d07d1.tar.gz
python3-ovs: upgrade 2.7.2 -> 2.13.0
Consolidate inc and bb files into a single bb file. Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb (renamed from meta-openstack/recipes-devtools/python/python-ovs.inc)6
-rw-r--r--meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb2
2 files changed, 3 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ovs.inc b/meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb
index d9303f2..4f372bc 100644
--- a/meta-openstack/recipes-devtools/python/python-ovs.inc
+++ b/meta-openstack/recipes-devtools/python/python3-ovs_2.13.0.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10"
6 6
7SRC_URI[md5sum] = "8551ed58f4e5878db9a599e2d7792d98" 7SRC_URI[md5sum] = "a4a252b3c1c7d3d2d4d622179cff178e"
8SRC_URI[sha256sum] = "24cc9e324b03ba8d5799f07edf6c8eef013d6cbf741707f42200b1674fd60928" 8SRC_URI[sha256sum] = "c158aaaddbad1f122222f45def50e2bb2f9af4e21a101f5be8488da66d4391f5"
9 9
10inherit pypi 10inherit setuptools3 pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb b/meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb
deleted file mode 100644
index 9c9b82b..0000000
--- a/meta-openstack/recipes-devtools/python/python3-ovs_2.7.2.bb
+++ /dev/null
@@ -1,2 +0,0 @@
1require python-ovs.inc
2inherit setuptools3