diff options
| author | Liu Yiding <liuyd.fnst@fujitsu.com> | 2026-04-08 17:49:57 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-10 07:59:51 -0700 |
| commit | 7eb5d48aed37a40bb36c98ff2634aa9e2b803f4d (patch) | |
| tree | 96f521a9210017e90e3f39fa45ba490d30869e74 /meta-python/recipes-devtools/python | |
| parent | 8d37aa1b427ed6d705dd0aeb9385b42a7b44bb87 (diff) | |
| download | meta-openembedded-7eb5d48aed37a40bb36c98ff2634aa9e2b803f4d.tar.gz | |
python3-ckzg: upgrade 2.1.1 -> 2.1.7
1.Changelog:
https://github.com/ethereum/c-kzg-4844/releases/tag/v2.1.7
2.Remove python-ckzg-0001-Let-override-CC.patch as it was merged upstream
3.Remove python-ckzg-0002-Disable-Werror.patch as it was dropped in the Fedora package
https://src.fedoraproject.org/rpms/python-ckzg/blob/rawhide/f/python-ckzg.spec
Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch | 21 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0002-Disable-Werror.patch | 30 | ||||
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb (renamed from meta-python/recipes-devtools/python/python3-ckzg_2.1.1.bb) | 4 |
3 files changed, 1 insertions, 54 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch b/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch deleted file mode 100644 index c58089cc15..0000000000 --- a/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0001-Let-override-CC.patch +++ /dev/null | |||
| @@ -1,21 +0,0 @@ | |||
| 1 | From: Peter Lemenkov <lemenkov@gmail.com> | ||
| 2 | Date: Wed, 6 Nov 2024 16:35:23 +0300 | ||
| 3 | Subject: [PATCH] Let override CC | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> | ||
| 8 | |||
| 9 | diff --git a/src/Makefile b/src/Makefile | ||
| 10 | index b733a11..c688005 100644 | ||
| 11 | --- a/src/Makefile | ||
| 12 | +++ b/src/Makefile | ||
| 13 | @@ -79,7 +79,7 @@ ifeq ($(PLATFORM),Windows) | ||
| 14 | CFLAGS += -D_CRT_SECURE_NO_WARNINGS | ||
| 15 | CFLAGS += -Wno-missing-braces -Wno-format | ||
| 16 | else | ||
| 17 | - CC = clang | ||
| 18 | + CC ?= clang | ||
| 19 | CFLAGS += -fPIC | ||
| 20 | CFLAGS += -Wmissing-braces -Wformat=2 | ||
| 21 | endif | ||
diff --git a/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0002-Disable-Werror.patch b/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0002-Disable-Werror.patch deleted file mode 100644 index 9b0baa358a..0000000000 --- a/meta-python/recipes-devtools/python/python3-ckzg/python-ckzg-0002-Disable-Werror.patch +++ /dev/null | |||
| @@ -1,30 +0,0 @@ | |||
| 1 | From: rpm-build <rpm-build> | ||
| 2 | Date: Tue, 26 Nov 2024 11:13:18 +0100 | ||
| 3 | Subject: [PATCH] Disable Werror | ||
| 4 | |||
| 5 | Upstream-Status: Pending | ||
| 6 | |||
| 7 | Signed-off-by: rpm-build <rpm-build> | ||
| 8 | |||
| 9 | diff --git a/src/Makefile b/src/Makefile | ||
| 10 | index c688005..01b7a80 100644 | ||
| 11 | --- a/src/Makefile | ||
| 12 | +++ b/src/Makefile | ||
| 13 | @@ -20,7 +20,7 @@ ifeq ($(PLATFORM),Darwin) | ||
| 14 | endif | ||
| 15 | |||
| 16 | # The base compiler flags. More can be added on command line. | ||
| 17 | -CFLAGS += -I. -I../inc -O2 -Werror | ||
| 18 | +CFLAGS += -I. -I../inc | ||
| 19 | # Enable a bunch of optional warnings. | ||
| 20 | CFLAGS += \ | ||
| 21 | -pedantic \ | ||
| 22 | @@ -81,7 +81,7 @@ ifeq ($(PLATFORM),Windows) | ||
| 23 | else | ||
| 24 | CC ?= clang | ||
| 25 | CFLAGS += -fPIC | ||
| 26 | - CFLAGS += -Wmissing-braces -Wformat=2 | ||
| 27 | + CFLAGS += -Wmissing-braces | ||
| 28 | endif | ||
| 29 | |||
| 30 | # Settings for blst. | ||
diff --git a/meta-python/recipes-devtools/python/python3-ckzg_2.1.1.bb b/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb index 5a6196bf75..b01bd2d78d 100644 --- a/meta-python/recipes-devtools/python/python3-ckzg_2.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-ckzg_2.1.7.bb | |||
| @@ -6,10 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | |||
| 6 | 6 | ||
| 7 | SRC_URI += " \ | 7 | SRC_URI += " \ |
| 8 | file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \ | 8 | file://blst-0001-Support-64-bit-limbs-on-no-asm-platforms.patch \ |
| 9 | file://python-ckzg-0001-Let-override-CC.patch \ | ||
| 10 | file://python-ckzg-0002-Disable-Werror.patch \ | ||
| 11 | " | 9 | " |
| 12 | 10 | ||
| 13 | SRC_URI[sha256sum] = "d6b306b7ec93a24e4346aa53d07f7f75053bc0afc7398e35fa649e5f9d48fcc4" | 11 | SRC_URI[sha256sum] = "a0c61c5fd573af0267bcb435ef0f499911289ceb05e863480779ea284a3bb928" |
| 14 | 12 | ||
| 15 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
