summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-protobuf.inc17
-rw-r--r--meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb (renamed from meta-python/recipes-devtools/python/python-protobuf_3.4.0.bb)0
-rw-r--r--meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb (renamed from meta-python/recipes-devtools/python/python3-protobuf_3.4.0.bb)0
3 files changed, 13 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc
index 2f59ef98b..07346d372 100644
--- a/meta-python/recipes-devtools/python/python-protobuf.inc
+++ b/meta-python/recipes-devtools/python/python-protobuf.inc
@@ -2,15 +2,24 @@ DESCRIPTION = "Protocol Buffers"
2HOMEPAGE = "https://developers.google.com/protocol-buffers/" 2HOMEPAGE = "https://developers.google.com/protocol-buffers/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4 4
5RDEPENDS_${PN} = "python-six"
6
7LICENSE = "BSD-3-Clause" 5LICENSE = "BSD-3-Clause"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
9 7
10inherit pypi 8inherit pypi
11 9
12SRC_URI[md5sum] = "bfc0c61c156a995e909521697e755780" 10SRC_URI[md5sum] = "27b52592aab674f96a1762d66d48a57c"
13SRC_URI[sha256sum] = "ef02609ef445987976a3a26bff77119c518e0915c96661c3a3b17856d0ef6374" 11SRC_URI[sha256sum] = "95b78959572de7d7fafa3acb718ed71f482932ddddddbd29ba8319c10639d863"
12
13RDEPENDS_${PN} += " \
14 ${PYTHON_PN}-datetime \
15 ${PYTHON_PN}-json \
16 ${PYTHON_PN}-logging \
17 ${PYTHON_PN}-netclient \
18 ${PYTHON_PN}-numbers \
19 ${PYTHON_PN}-pkgutil \
20 ${PYTHON_PN}-six \
21 ${PYTHON_PN}-unittest \
22"
14 23
15# For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools) 24# For usage in other recipies when compiling protobuf files (e.g. by grpcio-tools)
16BBCLASSEXTEND = "native" 25BBCLASSEXTEND = "native"
diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.4.0.bb b/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb
index f04fc489f..f04fc489f 100644
--- a/meta-python/recipes-devtools/python/python-protobuf_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python-protobuf_3.5.1.bb
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.4.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb
index 781d1dc4d..781d1dc4d 100644
--- a/meta-python/recipes-devtools/python/python3-protobuf_3.4.0.bb
+++ b/meta-python/recipes-devtools/python/python3-protobuf_3.5.1.bb