initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
config BR2_PACKAGE_LUKSMETA
|
||||
bool "luksmeta"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # cryptsetup -> lvm2
|
||||
depends on BR2_USE_MMU # cryptsetup -> lvm2
|
||||
depends on !BR2_STATIC_LIBS # cryptsetup -> lvm2
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # cryptsetup -> json-c
|
||||
select BR2_PACKAGE_CRYPTSETUP
|
||||
help
|
||||
LUKSMeta is a simple library and utility for storing
|
||||
metadata in the LUKSv1 header.
|
||||
|
||||
https://github.com/latchset/luksmeta
|
||||
|
||||
comment "luksmeta needs a toolchain w/ threads, dynamic library"
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 2ca0c35b551b331ba1444fc9d36e8c48ff8cae53dd4e6155b028e8904edc202a luksmeta-9.tar.bz2
|
||||
sha256 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf COPYING
|
||||
@@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# luksmeta
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUKSMETA_VERSION = 9
|
||||
LUKSMETA_SOURCE = luksmeta-$(LUKSMETA_VERSION).tar.bz2
|
||||
LUKSMETA_SITE = https://github.com/latchset/luksmeta/releases/download/v$(LUKSMETA_VERSION)
|
||||
LUKSMETA_LICENSE = LGPL-2.1+
|
||||
LUKSMETA_LICENSE_FILES = COPYING
|
||||
LUKSMETA_DEPENDENCIES = host-pkgconf cryptsetup
|
||||
LUKSMETA_CONF_ENV = ac_cv_prog_A2X=""
|
||||
LUKSMETA_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user