summaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb')
-rw-r--r--meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
index 9fed0425e..bd5062c94 100644
--- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
+++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb
@@ -8,14 +8,13 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=9eef91148a9b14ec7f9df333daebc746"
8 8
9SRC_URI = "git://github.com/tvheadend/tvheadend.git \ 9SRC_URI = "git://github.com/tvheadend/tvheadend.git \
10 file://0001-Move-tvheadend-specific-LD-CFLAGS-into-a-helper-vari.patch \ 10 file://0001-Move-tvheadend-specific-LD-CFLAGS-into-a-helper-vari.patch \
11 file://0002-fix-issues-with-gcc6.patch \
11" 12"
12SRCREV = "a420c83a0e0d2c31c2c15d0fec6fedc3f5a36dfe" 13SRCREV = "a420c83a0e0d2c31c2c15d0fec6fedc3f5a36dfe"
13PV = "3.3" 14PV = "3.3"
14 15
15S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
16 17
17TARGET_CFLAGS += "-Wno-error=misleading-indentation"
18
19do_configure() { 18do_configure() {
20 ./configure --prefix=${prefix} \ 19 ./configure --prefix=${prefix} \
21 --libdir=${libdir} \ 20 --libdir=${libdir} \