initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBTPL
bool "libtpl"
help
Easily store and retrieve binary data in C
http://troydhanson.github.io/tpl/
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 0b3750bf62f56be4c42f83c89d8449b24f1c5f1605a104801d70f2f3c06fb2ff libtpl-1.6.1.tar.gz
sha256 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746 LICENSE
+20
View File
@@ -0,0 +1,20 @@
################################################################################
#
# libtpl
#
################################################################################
LIBTPL_VERSION = 1.6.1
LIBTPL_SITE = $(call github,troydhanson,tpl,v$(LIBTPL_VERSION))
LIBTPL_INSTALL_STAGING = YES
LIBTPL_LICENSE = BSD-like
LIBTPL_LICENSE_FILES = LICENSE
LIBTPL_AUTORECONF = YES
define LIBTPL_CREATE_MISSING_FILES
touch $(@D)/NEWS $(@D)/AUTHORS $(@D)/ChangeLog $(@D)/COPYING
endef
LIBTPL_POST_EXTRACT_HOOKS += LIBTPL_CREATE_MISSING_FILES
$(eval $(autotools-package))