From 2c0031a81c9c3f27cabea5ca8c22a8fdfbba64c2 Mon Sep 17 00:00:00 2001 From: Yuan Chao Date: Thu, 22 Aug 2019 11:33:13 +0900 Subject: python-protobuf: upgrade 3.9.0 -> 3.9.1 Signed-off-by: Yuan Chao Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-protobuf.inc | 4 ++-- meta-python/recipes-devtools/python/python-protobuf_3.9.0.bb | 2 -- meta-python/recipes-devtools/python/python-protobuf_3.9.1.bb | 2 ++ meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb | 10 ---------- meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb | 10 ++++++++++ 5 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.9.0.bb create mode 100644 meta-python/recipes-devtools/python/python-protobuf_3.9.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.9.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 b13f10e367..ce95e66c98 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] = "4ec7b2d49a5d1460591e520b54153c87" -SRC_URI[sha256sum] = "b3452bbda12b1cbe2187d416779de07b2ab4c497d83a050e43c344778763721d" +SRC_URI[md5sum] = "ca881f18795e024a2b935d5bae9b1ebe" +SRC_URI[sha256sum] = "d831b047bd69becaf64019a47179eb22118a50dd008340655266a906c69c6417" # 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.9.0.bb b/meta-python/recipes-devtools/python/python-protobuf_3.9.0.bb deleted file mode 100644 index f04fc489f0..0000000000 --- a/meta-python/recipes-devtools/python/python-protobuf_3.9.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.9.1.bb b/meta-python/recipes-devtools/python/python-protobuf_3.9.1.bb new file mode 100644 index 0000000000..f04fc489f0 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-protobuf_3.9.1.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-protobuf.inc diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb deleted file mode 100644 index 30ea34e908..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.9.0.bb +++ /dev/null @@ -1,10 +0,0 @@ -inherit setuptools3 -require python-protobuf.inc - -DEPENDS += "protobuf" -DISTUTILS_BUILD_ARGS += "--cpp_implementation" -DISTUTILS_INSTALL_ARGS += "--cpp_implementation" - -do_compile_prepend_class-native () { - export KOKORO_BUILD_NUMBER="1" -} diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.9.1.bb @@ -0,0 +1,10 @@ +inherit setuptools3 +require python-protobuf.inc + +DEPENDS += "protobuf" +DISTUTILS_BUILD_ARGS += "--cpp_implementation" +DISTUTILS_INSTALL_ARGS += "--cpp_implementation" + +do_compile_prepend_class-native () { + export KOKORO_BUILD_NUMBER="1" +} -- cgit v1.2.3-54-g00ecf