libplayer: remove broken Python bindings
authorArnout Vandecappelle <arnout@mind.be>
Tue, 7 Mar 2017 23:50:52 +0000 (00:50 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 9 Mar 2017 21:28:38 +0000 (22:28 +0100)
This option has been marked as broken since 2011. No need for legacy
handling.

And anyway, nowadays we use automatic dependencies for bindings.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libplayer/Config.in
package/libplayer/libplayer.mk

index 37fbb26c5b6a802bf8f401cec75ffff04b890731..89809ebcfa143863048e3a2cd373449f68b19696 100644 (file)
@@ -26,11 +26,5 @@ comment "gstreamer backend needs a toolchain w/ wchar, threads"
        depends on BR2_USE_MMU
        depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
 
-config BR2_PACKAGE_LIBPLAYER_PYTHON
-       depends on BR2_PACKAGE_PYTHON
-       depends on BROKEN # player_init params, builds for host
-       bool "Libplayer python bindings"
-endif
-
 comment "libplayer needs a toolchain w/ threads"
        depends on !BR2_TOOLCHAIN_HAS_THREADS
index ee5362dc4689e44d04791422de1b773bf6204f13..ace189180f922700e3f7fc0c08488ada1e5e351b 100644 (file)
@@ -39,9 +39,4 @@ else
 LIBPLAYER_CONF_OPTS += --disable-gstreamer
 endif
 
-ifeq ($(BR2_PACKAGE_LIBPLAYER_PYTHON),y)
-LIBPLAYER_DEPENDENCIES += python
-LIBPLAYER_CONF_OPTS += --enable-binding-python
-endif
-
 $(eval $(autotools-package))