package/kodi: remove dependency to libsamplerate

This package is not needed anymore since 2014:
e36e4f0e2a

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2021-02-10 18:40:23 +01:00 committed by Thomas Petazzoni
parent 977f5fd134
commit 8c476e1bb7
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -37,7 +37,6 @@ KODI_DEPENDENCIES = \
libcurl \
libfribidi \
libplist \
libsamplerate \
lzo \
ncurses \
openssl \