initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBESTR
|
||||
bool "libestr"
|
||||
help
|
||||
Some essentials for string handling (and a bit more)
|
||||
|
||||
http://libestr.adiscon.com/
|
||||
@@ -0,0 +1,5 @@
|
||||
# From http://libestr.adiscon.com/download/libestr-0-1-11/
|
||||
sha256 46632b2785ff4a231dcf241eeb0dcb5fc0c7d4da8ee49cf5687722cdbe8b2024 libestr-0.1.11.tar.gz
|
||||
|
||||
# Hash for license file:
|
||||
sha256 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# libestr
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBESTR_VERSION = 0.1.11
|
||||
LIBESTR_SITE = http://libestr.adiscon.com/files/download
|
||||
LIBESTR_LICENSE = LGPL-2.1+
|
||||
LIBESTR_LICENSE_FILES = COPYING
|
||||
LIBESTR_CPE_ID_VENDOR = adiscon
|
||||
LIBESTR_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user