diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-08-24 16:15:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-08-26 17:32:44 -0700 |
commit | 843eb43c6ff63c65e3424c85b56660f8316d444a (patch) | |
tree | 24aabcd9b7666c2d4592ed172eaa8fb52b3e45f3 | |
parent | af9dcfb6f5ee839b4a1683e97ed1119cb2d85e3e (diff) | |
download | meta-openembedded-843eb43c6ff63c65e3424c85b56660f8316d444a.tar.gz |
python3-protobuf: upgrade 4.24.0 -> 4.24.1
Changelog:
=========
-Protobuf News may include additional announcements or pre-announcements for
upcoming changes.
-Revert CopyFrom() optimization that was causing crashes back to
Serialize/Parse (protocolbuffers/upb@78e9694)
-Ruby: Fix object cache lookups on 32-bit platforms
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_4.24.1.bb (renamed from meta-python/recipes-devtools/python/python3-protobuf_4.24.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_4.24.0.bb b/meta-python/recipes-devtools/python/python3-protobuf_4.24.1.bb index 4f7fdf7599..6322ec1f30 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_4.24.0.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_4.24.1.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a | |||
7 | 7 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | SRC_URI += "file://0001-message.c-Cast-uintptr_t-types-to-upb_MessageDef.patch" | 9 | SRC_URI += "file://0001-message.c-Cast-uintptr_t-types-to-upb_MessageDef.patch" |
10 | SRC_URI[sha256sum] = "5d0ceb9de6e08311832169e601d1fc71bd8e8c779f3ee38a97a78554945ecb85" | 10 | SRC_URI[sha256sum] = "44837a5ed9c9418ad5d502f89f28ba102e9cd172b6668bc813f21716f9273348" |
11 | 11 | ||
12 | # http://errors.yoctoproject.org/Errors/Details/184715/ | 12 | # http://errors.yoctoproject.org/Errors/Details/184715/ |
13 | # Can't find required file: ../src/google/protobuf/descriptor.proto | 13 | # Can't find required file: ../src/google/protobuf/descriptor.proto |