Bump Buildroot to 2021.02-rc3 (#1260)
* 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)
This commit is contained in:
@@ -88,7 +88,6 @@ menuconfig BR2_PACKAGE_KODI
|
||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_LIBICONV_EXTRA_ENCODINGS if !BR2_ENABLE_LOCALE
|
||||
select BR2_PACKAGE_LIBPLIST
|
||||
select BR2_PACKAGE_LIBSAMPLERATE
|
||||
select BR2_PACKAGE_LZO
|
||||
select BR2_PACKAGE_NCURSES
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
@@ -258,11 +257,15 @@ config BR2_PACKAGE_KODI_LIBUSB
|
||||
# https://github.com/xbmc/xbmc/blob/Jarvis/configure.ac#L1554
|
||||
# "if libudev is available, we don't need libusb"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # libusb
|
||||
select BR2_PACKAGE_LIBUSB
|
||||
select BR2_PACKAGE_LIBUSB_COMPAT
|
||||
help
|
||||
Enable libusb support.
|
||||
|
||||
comment "usb support needs a toolchain w/ gcc >= 4.9"
|
||||
depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
|
||||
|
||||
config BR2_PACKAGE_KODI_LIBVA
|
||||
bool "va"
|
||||
depends on \
|
||||
|
||||
@@ -37,7 +37,6 @@ KODI_DEPENDENCIES = \
|
||||
libcurl \
|
||||
libfribidi \
|
||||
libplist \
|
||||
libsamplerate \
|
||||
lzo \
|
||||
ncurses \
|
||||
openssl \
|
||||
|
||||
Reference in New Issue
Block a user