Bump buildroot to 2019.02
This commit is contained in:
14
bsp/buildroot/package/udftools/udftools.mk
Normal file
14
bsp/buildroot/package/udftools/udftools.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# udftools
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UDFTOOLS_VERSION = 2.0
|
||||
UDFTOOLS_SITE = https://github.com/pali/udftools/releases/download/$(UDFTOOLS_VERSION)
|
||||
UDFTOOLS_LICENSE = GPL-2.0+
|
||||
UDFTOOLS_LICENSE_FILES = COPYING
|
||||
UDFTOOLS_AUTORECONF = YES
|
||||
UDFTOOLS_DEPENDENCIES = readline host-pkgconf
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user