diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2018-06-26 14:00:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-27 22:17:33 -0700 |
commit | 5fc8680e27fca3e5fb24cf38f769a421e72ac95f (patch) | |
tree | 2a3103d4b039f7ac7cdfd824d2c6977047f21ca7 /meta-python | |
parent | 8ef250d8588ec1413e77c04589a621f193ca1959 (diff) | |
download | meta-openembedded-5fc8680e27fca3e5fb24cf38f769a421e72ac95f.tar.gz |
python(3)-protobuf: upgrade 3.5.2 -> 3.6.0
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-protobuf.inc | 4 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb (renamed from meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb) | 1 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb) | 0 |
3 files changed, 3 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index 5802fea889..6a0568ae62 100644 --- a/meta-python/recipes-devtools/python/python-protobuf.inc +++ b/meta-python/recipes-devtools/python/python-protobuf.inc | |||
@@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec | |||
7 | 7 | ||
8 | inherit pypi | 8 | inherit pypi |
9 | 9 | ||
10 | SRC_URI[md5sum] = "393a53483224cb338df5c643646c0300" | 10 | SRC_URI[md5sum] = "074abcceee0d795ba34ad6430f71d0e8" |
11 | SRC_URI[sha256sum] = "09879a295fd7234e523b62066223b128c5a8a88f682e3aff62fb115e4a0d8be0" | 11 | SRC_URI[sha256sum] = "a37836aa47d1b81c2db1a6b7a5e79926062b5d76bd962115a0e615551be2b48d" |
12 | 12 | ||
13 | UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/" | 13 | UPSTREAM_CHECK_REGEX = "protobuf/(?P<pver>\d+(\.\d+)+)/" |
14 | 14 | ||
diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb index f04fc489f0..dc0823fd23 100644 --- a/meta-python/recipes-devtools/python/python-protobuf_3.5.2.bb +++ b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb | |||
@@ -1,2 +1,3 @@ | |||
1 | inherit setuptools | 1 | inherit setuptools |
2 | require python-protobuf.inc | 2 | require python-protobuf.inc |
3 | |||
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb index 781d1dc4da..781d1dc4da 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb | |||