From: Bernd Kuhls Date: Sun, 5 Sep 2021 06:50:36 +0000 (+0200) Subject: package/tvheadend: fix python3 detection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=29932ece351992ec9c9ee2bc42d1ce0619c314b0;p=buildroot.git package/tvheadend: fix python3 detection Fixes: http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06// Signed-off-by: Bernd Kuhls Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk index cd8fedf1f0..6000e82a6f 100644 --- a/package/tvheadend/tvheadend.mk +++ b/package/tvheadend/tvheadend.mk @@ -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 \