mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/libeastl: bump version to 3.27.01
For release notes since version 3.12.07-3-g4546973, see: https://github.com/electronicarts/EASTL/releases Updated license hash due to upstream commitc18a037660Added patch to raise make_minimum_required in subproject EABase that was added by upstream commitc530255b69using FetchContent_Declare which downloads the source during configure so we do not have a chance to use _POST_EXTRACT_HOOKS to patch the source code directly. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add comment in commit log about the previous version number] Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
a64d520ccc
commit
d332d9627c
@@ -0,0 +1,30 @@
|
||||
From d2374930c45ecf117b08df0ffa5c1611867f6d92 Mon Sep 17 00:00:00 2001
|
||||
From: Bernd Kuhls <bernd@kuhls.net>
|
||||
Date: Sun, 22 Feb 2026 15:26:22 +0100
|
||||
Subject: [PATCH] cmake: patch EABase to fix build with cmake 4+
|
||||
|
||||
FetchContent_Declare overwrites extracted source files during configure.
|
||||
|
||||
Upstream: Not applicable (Buildroot specific)
|
||||
(sent PR for version bump: https://github.com/electronicarts/EABase/pull/18)
|
||||
|
||||
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
||||
---
|
||||
CMakeLists.txt | 1 +
|
||||
1 file changed, 1 insertion(+)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 0124dc7..f76df69 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -75,6 +75,7 @@ FetchContent_Declare(
|
||||
GIT_REPOSITORY https://github.com/electronicarts/EABase.git
|
||||
GIT_TAG 0699a15efdfd20b6cecf02153bfa5663decb653c
|
||||
GIT_SUBMODULES "" # This should be temporary until we update the cyclic submodule dependencies in EABase.
|
||||
+ PATCH_COMMAND sed -i "s/make_minimum_required(VERSION 3.1)/make_minimum_required(VERSION 3.5)/" "${CMAKE_CURRENT_SOURCE_DIR}/_deps/eabase-src/CMakeLists.txt"
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(EABase)
|
||||
--
|
||||
2.47.3
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
sha256 9b3484553812b3ec3bad0857f7f675499c81f7cf4ac87e5f3b2acbe72e3a878a libeastl-45469730d641868ce05433fff2e199510c7d45c3.tar.gz
|
||||
sha256 82c0243a1a62b8af01dab3bce6ed2b0852604bd508b85a561ba7d32480e598e3 LICENSE
|
||||
# Locally computed
|
||||
sha256 fce43bf443f5569b00a8deae735394ea0b16f6c3f96867a17ded50775ffcdd12 libeastl-3.27.01.tar.gz
|
||||
sha256 cebc1fa5ade455a79f821180cf86bf5f9717dd1df5704b4c2a3bb0617ab35f2a LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBEASTL_VERSION = 45469730d641868ce05433fff2e199510c7d45c3
|
||||
LIBEASTL_VERSION = 3.27.01
|
||||
LIBEASTL_SITE = $(call github,electronicarts,EASTL,$(LIBEASTL_VERSION))
|
||||
LIBEASTL_LICENSE = BSD-3-Clause
|
||||
LIBEASTL_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user