mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
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>
14 lines
399 B
Makefile
14 lines
399 B
Makefile
################################################################################
|
|
#
|
|
# libeastl
|
|
#
|
|
################################################################################
|
|
|
|
LIBEASTL_VERSION = 3.27.01
|
|
LIBEASTL_SITE = $(call github,electronicarts,EASTL,$(LIBEASTL_VERSION))
|
|
LIBEASTL_LICENSE = BSD-3-Clause
|
|
LIBEASTL_LICENSE_FILES = LICENSE
|
|
LIBEASTL_INSTALL_STAGING = YES
|
|
|
|
$(eval $(cmake-package))
|