diff options
Diffstat (limited to 'meta-python/recipes-devtools/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 | |||