From 558d321c46b20c212168fd7971108fb9e7591bc9 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Mon, 9 Mar 2020 21:57:29 +0000 Subject: python3-protobuf: upgrade 3.9.2 -> 3.11.3 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-protobuf.inc | 4 ++-- meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb | 10 ++++++++++ meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb | 10 ---------- 3 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb delete mode 100644 meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb diff --git a/meta-python/recipes-devtools/python/python-protobuf.inc b/meta-python/recipes-devtools/python/python-protobuf.inc index 406131108e..5716894f31 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://PKG-INFO;beginline=8;endline=8;md5=19e8f490f9526b1de8 inherit pypi -SRC_URI[md5sum] = "d634666c898148e4565ac62f3ba4a2ca" -SRC_URI[sha256sum] = "843f498e98ad1469ad54ecb4a7ccf48605a1c5d2bd26ae799c7a2cddab4a37ec" +SRC_URI[md5sum] = "eeda7dea65fc94e560fc9a8180eb1872" +SRC_URI[sha256sum] = "c77c974d1dadf246d789f6dad1c24426137c9091e930dbf50e0a29c1fcf00b1f" # 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/python3-protobuf_3.11.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.11.3.bb new file mode 100644 index 0000000000..30ea34e908 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.11.3.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" +} diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.bb deleted file mode 100644 index 30ea34e908..0000000000 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.9.2.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" -} -- cgit 1.2.3-korg