initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_LIBTPL
|
||||
bool "libtpl"
|
||||
help
|
||||
Easily store and retrieve binary data in C
|
||||
|
||||
http://troydhanson.github.io/tpl/
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 0b3750bf62f56be4c42f83c89d8449b24f1c5f1605a104801d70f2f3c06fb2ff libtpl-1.6.1.tar.gz
|
||||
sha256 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746 LICENSE
|
||||
@@ -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))
|
||||
Reference in New Issue
Block a user