Bump buidlroot version to 2018.02.6
This commit is contained in:
15
bsp/buildroot/package/luksmeta/luksmeta.mk
Normal file
15
bsp/buildroot/package/luksmeta/luksmeta.mk
Normal file
@@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# luksmeta
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUKSMETA_VERSION = 8
|
||||
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_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user