package/tvheadend: fix python3 detection
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sun, 5 Sep 2021 06:50:36 +0000 (08:50 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 11 Sep 2021 20:34:18 +0000 (22:34 +0200)
Fixes:
http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06//

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/tvheadend/tvheadend.mk

index cd8fedf1f03fb7e4b00d045ca25f08600ada1fa9..6000e82a6fb9bb943cd90b6226f41377f18a1f25 100644 (file)
@@ -154,7 +154,7 @@ define TVHEADEND_CONFIGURE_CMDS
                        --arch="$(ARCH)" \
                        --cpu="$(GCC_TARGET_CPU)" \
                        --nowerror \
-                       --python="$(HOST_DIR)/bin/python" \
+                       --python="$(HOST_DIR)/bin/python3" \
                        --enable-dvbscan \
                        --enable-bundle \
                        --enable-pngquant \