package/kodi: drop readline dependency
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 13 Nov 2019 15:17:18 +0000 (16:17 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 14 Nov 2019 17:37:10 +0000 (18:37 +0100)
{python-,}readline is (no longer) a required dependency of kodi, and
readline (GPL-3.0+) is not license compatible with kodi (GPL-2.0), so drop
the dependency.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/kodi/Config.in
package/kodi/kodi.mk

index 40bee1b89853ea8dfe031a17147ab4399febf577..db6931ed8a29d351d9a376802fc0f88f7d26d6ab 100644 (file)
@@ -72,12 +72,10 @@ menuconfig BR2_PACKAGE_KODI
        select BR2_PACKAGE_PYTHON_BZIP2
        select BR2_PACKAGE_PYTHON_CURSES
        select BR2_PACKAGE_PYTHON_PYEXPAT
-       select BR2_PACKAGE_PYTHON_READLINE
        select BR2_PACKAGE_PYTHON_SQLITE
        select BR2_PACKAGE_PYTHON_SSL
        select BR2_PACKAGE_PYTHON_UNICODEDATA
        select BR2_PACKAGE_PYTHON_ZLIB
-       select BR2_PACKAGE_READLINE
        select BR2_PACKAGE_SQLITE
        select BR2_PACKAGE_TAGLIB
        select BR2_PACKAGE_TINYXML
index 028bf551bc9268fe32d63f969ce4d639c65afab4..49728e464b2a1ca4ec3e5636ae53ca0c582fae8e 100644 (file)
@@ -38,7 +38,6 @@ KODI_DEPENDENCIES = \
        openssl \
        pcre \
        python \
-       readline \
        sqlite \
        taglib \
        tinyxml \