* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
16 lines
521 B
Makefile
16 lines
521 B
Makefile
################################################################################
|
|
#
|
|
# libudfread
|
|
#
|
|
################################################################################
|
|
|
|
LIBUDFREAD_VERSION = 1.1.1
|
|
LIBUDFREAD_SOURCE = libudfread-$(LIBUDFREAD_VERSION).tar.bz2
|
|
LIBUDFREAD_SITE = https://code.videolan.org/videolan/libudfread/-/archive/$(LIBUDFREAD_VERSION)
|
|
LIBUDFREAD_AUTORECONF = YES
|
|
LIBUDFREAD_INSTALL_STAGING = YES
|
|
LIBUDFREAD_LICENSE = LGPL-2.1+
|
|
LIBUDFREAD_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|