summaryrefslogtreecommitdiffstats
path: root/package/tvheadend/tvheadend.mk
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2016-01-23 10:44:55 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-01-25 23:15:55 +0100
commit2158bd6ae1f0627bdd645bca54c5476c522f33a7 (patch)
tree7268f05c29e781fb6f3fe04c2133b4b60c01bf36 /package/tvheadend/tvheadend.mk
parentb89cf7eb0a2907a1ba449ff0c57f092180d33816 (diff)
downloadbuildroot-2158bd6ae1f0627bdd645bca54c5476c522f33a7.tar.gz
buildroot-2158bd6ae1f0627bdd645bca54c5476c522f33a7.zip
package/tvheadend: bump version
Default configure options were changed in https://github.com/tvheadend/tvheadend/commit/ad9b54ad908fdc9a069c734234958ae8ad1eb38f enabling the download of the source of libhdhomerun and its static build which will lead to a link error because the host compiler is used for that build. Therefore disable the static build of libhdhomerun by tvheadend's build system like we do for ffmpeg. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tvheadend/tvheadend.mk')
-rw-r--r--package/tvheadend/tvheadend.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 5f28d4a4c5..43ff979a19 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
#
################################################################################
-TVHEADEND_VERSION = 66e5d277a59db723a8718afb3bdbef63824fa050
+TVHEADEND_VERSION = 1aa0073be39119f5d0d79212e6c83c470904a161
TVHEADEND_SITE = $(call github,tvheadend,tvheadend,$(TVHEADEND_VERSION))
TVHEADEND_LICENSE = GPLv3+
TVHEADEND_LICENSE_FILES = LICENSE.md
@@ -74,6 +74,7 @@ define TVHEADEND_CONFIGURE_CMDS
--enable-dvbscan \
--enable-bundle \
--disable-libffmpeg_static \
+ --disable-hdhomerun_static \
$(TVHEADEND_CONF_OPTS) \
)
endef
OpenPOWER on IntegriCloud