package/tvheadend: Needs python2 host package
authorBernd Kuhls <bernd.kuhls@t-online.de>
Fri, 31 Oct 2014 06:14:24 +0000 (07:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Nov 2014 14:55:52 +0000 (15:55 +0100)
Fixes
http://autobuild.buildroot.net/results/3aa/3aaa28eb4fd04a5b578c5128b57ce89165e473be/
http://autobuild.buildroot.net/results/467/467df0fde737de0ec89fe023b2ce33546543d335/
http://autobuild.buildroot.net/results/f5a/f5aa44e0a96820fb8edd47e8096131b68f64f6a7/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/tvheadend/tvheadend.mk

index f3d78631ad062a5d56fd44d9d9ce2545bf942414..857f6e6476e259aca048eab85f10197653edf0e8 100644 (file)
@@ -42,7 +42,7 @@ define TVHEADEND_CONFIGURE_CMDS
         --prefix=/usr                          \
         --arch="$(ARCH)"                       \
         --cpu="$(BR2_GCC_TARGET_CPU)"          \
-        --python="$(HOST_DIR)/usr/bin/python \
+        --python="$(HOST_DIR)/usr/bin/python2" \
         --disable-dvbscan                      \
         --enable-bundle                        \
         --disable-libffmpeg_static             \