From 46aa68deaf5770d2254401f8dd55098e07ae81fa Mon Sep 17 00:00:00 2001 From: Jens Rehsack Date: Tue, 28 Aug 2018 16:20:41 +0200 Subject: python{, 3}-protobuf: Update 3.6.0 -> 3.6.1 Update recipe for python protobuf to 3.6.1 to align with protobuf. Signed-off-by: Jens Rehsack Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-protobuf.inc | 4 ++-- meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb | 2 -- meta-python/recipes-devtools/python/python-protobuf_3.6.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb | 2 -- meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb | 2 ++ 5 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.6.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index a1866b351f..b617904d2d 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 inherit pypi -SRC_URI[md5sum] = "074abcceee0d795ba34ad6430f71d0e8" -SRC_URI[sha256sum] = "a37836aa47d1b81c2db1a6b7a5e79926062b5d76bd962115a0e615551be2b48d" +SRC_URI[md5sum] = "e2daef80e70249aa1f05363670c6b3f8" +SRC_URI[sha256sum] = "1489b376b0f364bcc6f89519718c057eb191d7ad6f1b395ffd93d1aa45587811" # http://errors.yoctoproject.org/Errors/Details/184715/ # Can't find required file: ../src/google/protobuf/descriptor.proto diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb b/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb deleted file mode 100644 index f04fc489f0..0000000000 --- a/meta-python/recipes-devtools/python/python-protobuf_3.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python-protobuf_3.6.1.bb b/meta-python/recipes-devtools/python/python-protobuf_3.6.1.bb new file mode 100644 index 0000000000..f04fc489f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-protobuf_3.6.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb deleted file mode 100644 index 781d1dc4da..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.6.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb new file mode 100644 index 0000000000..781d1dc4da --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.6.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-protobuf.inc -- cgit 1.2.3-korg