From 5629772cb7deda270e5753c8347f5ae1076d8220 Mon Sep 17 00:00:00 2001 From: Zang Ruochen Date: Wed, 25 Sep 2019 15:21:51 +0800 Subject: python-protobuf: upgrade 3.9.1 -> 3.9.2 (From meta-openembedded commit: ea7ce6dc37b7aed68bc5806318f5f58a411a3f2f) Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-protobuf.inc | 4 ++-- recipes-devtools/python/python-protobuf_3.9.1.bb | 2 -- recipes-devtools/python/python-protobuf_3.9.2.bb | 2 ++ 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 recipes-devtools/python/python-protobuf_3.9.1.bb create mode 100644 recipes-devtools/python/python-protobuf_3.9.2.bb diff --git a/recipes-devtools/python/python-protobuf.inc b/recipes-devtools/python/python-protobuf.inc index 5058d4b..4061311 100644 --- a/recipes-devtools/python/python-protobuf.inc +++ b/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] = "ca881f18795e024a2b935d5bae9b1ebe" -SRC_URI[sha256sum] = "d831b047bd69becaf64019a47179eb22118a50dd008340655266a906c69c6417" +SRC_URI[md5sum] = "d634666c898148e4565ac62f3ba4a2ca" +SRC_URI[sha256sum] = "843f498e98ad1469ad54ecb4a7ccf48605a1c5d2bd26ae799c7a2cddab4a37ec" # http://errors.yoctoproject.org/Errors/Details/184715/ # Can't find required file: ../src/google/protobuf/descriptor.proto diff --git a/recipes-devtools/python/python-protobuf_3.9.1.bb b/recipes-devtools/python/python-protobuf_3.9.1.bb deleted file mode 100644 index f04fc48..0000000 --- a/recipes-devtools/python/python-protobuf_3.9.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools -require python-protobuf.inc diff --git a/recipes-devtools/python/python-protobuf_3.9.2.bb b/recipes-devtools/python/python-protobuf_3.9.2.bb new file mode 100644 index 0000000..f04fc48 --- /dev/null +++ b/recipes-devtools/python/python-protobuf_3.9.2.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-protobuf.inc -- cgit 1.2.3-korg