mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 05:29:22 +00:00
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>
This commit is contained in:
-21
@@ -1,21 +0,0 @@
|
||||
From: Peter Lemenkov <lemenkov@gmail.com>
|
||||
Date: Wed, 6 Nov 2024 16:35:23 +0300
|
||||
Subject: [PATCH] Let override CC
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
|
||||
|
||||
diff --git a/src/Makefile b/src/Makefile
|
||||
index b733a11..c688005 100644
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -79,7 +79,7 @@ ifeq ($(PLATFORM),Windows)
|
||||
CFLAGS += -D_CRT_SECURE_NO_WARNINGS
|
||||
CFLAGS += -Wno-missing-braces -Wno-format
|
||||
else
|
||||
- CC = clang
|
||||
+ CC ?= clang
|
||||
CFLAGS += -fPIC
|
||||
CFLAGS += -Wmissing-braces -Wformat=2
|
||||
endif
|
||||
-30
@@ -1,30 +0,0 @@
|
||||
From: rpm-build <rpm-build>
|
||||
Date: Tue, 26 Nov 2024 11:13:18 +0100
|
||||
Subject: [PATCH] Disable Werror
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: rpm-build <rpm-build>
|
||||
|
||||
diff --git a/src/Makefile b/src/Makefile
|
||||
index c688005..01b7a80 100644
|
||||
--- a/src/Makefile
|
||||
+++ b/src/Makefile
|
||||
@@ -20,7 +20,7 @@ ifeq ($(PLATFORM),Darwin)
|
||||
endif
|
||||
|
||||
# The base compiler flags. More can be added on command line.
|
||||
-CFLAGS += -I. -I../inc -O2 -Werror
|
||||
+CFLAGS += -I. -I../inc
|
||||
# Enable a bunch of optional warnings.
|
||||
CFLAGS += \
|
||||
-pedantic \
|
||||
@@ -81,7 +81,7 @@ ifeq ($(PLATFORM),Windows)
|
||||
else
|
||||
CC ?= clang
|
||||
CFLAGS += -fPIC
|
||||
- CFLAGS += -Wmissing-braces -Wformat=2
|
||||
+ CFLAGS += -Wmissing-braces
|
||||
endif
|
||||
|
||||
# Settings for blst.
|
||||
Reference in New Issue
Block a user