initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
|
||||
bool
|
||||
default y if BR2_TOOLCHAIN_HAS_UCONTEXT
|
||||
|
||||
config BR2_PACKAGE_LIBSIGSEGV
|
||||
bool "libsigsegv"
|
||||
depends on BR2_PACKAGE_LIBSIGSEGV_ARCH_SUPPORTS
|
||||
help
|
||||
Library for handling page faults in user mode.
|
||||
|
||||
http://www.gnu.org/software/libsigsegv/
|
||||
@@ -0,0 +1,5 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
# https://ftp.gnu.org/gnu/libsigsegv/libsigsegv-2.13.tar.gz.sig
|
||||
sha256 be78ee4176b05f7c75ff03298d84874db90f4b6c9d5503f0da1226b3a3c48119 libsigsegv-2.13.tar.gz
|
||||
# Locally calculated
|
||||
sha256 8f2983e9a940367f48999881c14775db725ee643bce1e2f1ba195eb629a33cde COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libsigsegv
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBSIGSEGV_VERSION = 2.13
|
||||
LIBSIGSEGV_SITE = $(BR2_GNU_MIRROR)/libsigsegv
|
||||
LIBSIGSEGV_INSTALL_STAGING = YES
|
||||
LIBSIGSEGV_CONF_ENV = sv_cv_fault_posix=yes
|
||||
LIBSIGSEGV_LICENSE = GPL-2.0+
|
||||
LIBSIGSEGV_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user