summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-10-20 14:43:27 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-10-27 23:27:51 -0400
commit4101f9a4e82c3c0621b92b1d66be1b5e9faa2842 (patch)
treef294bb39ae7f7fa7393954900abd055417de6d28
parent5e2cd1dde8c6f5a034e1f34fa93b06a168b3a8af (diff)
downloadmeta-cloud-services-4101f9a4e82c3c0621b92b1d66be1b5e9faa2842.tar.gz
python3-thrift: Consolidate in a single file
Consolidate inc and bb files into a single bb file. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-thrift.inc10
-rw-r--r--meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb12
2 files changed, 10 insertions, 12 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-thrift.inc b/meta-openstack/recipes-devtools/python/python-thrift.inc
deleted file mode 100644
index 019d7c8..0000000
--- a/meta-openstack/recipes-devtools/python/python-thrift.inc
+++ /dev/null
@@ -1,10 +0,0 @@
1DESCRIPTION = "Python bindings for the Apache Thrift RPC system"
2HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477"
6
7SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
8SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
9
10inherit pypi
diff --git a/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb b/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
index 095dcba..ec76885 100644
--- a/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
+++ b/meta-openstack/recipes-devtools/python/python3-thrift_0.9.2.bb
@@ -1,2 +1,10 @@
1require python-thrift.inc 1DESCRIPTION = "Python bindings for the Apache Thrift RPC system"
2inherit setuptools3 2HOMEPAGE = "https://pypi.python.org/pypi/amqp/"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://PKG-INFO;md5=df17a59cc9e1327ec49c2285e13ac477"
6
7SRC_URI[md5sum] = "91f1c224c46a257bb428431943387dfd"
8SRC_URI[sha256sum] = "08f665e4b033c9d2d0b6174d869273104362c80e77ee4c01054a74141e378afa"
9
10inherit setuptools3 pypi