diff options
| author | Derek Straka <derek@asterius.io> | 2016-06-08 21:27:26 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-15 12:13:16 +0200 |
| commit | 0aac049095cebe1dece42eb6b05376b630aba331 (patch) | |
| tree | d2b11c5fecf6e8d169fde675f1b21f7d5fc8c929 /meta-multimedia/recipes-dvb | |
| parent | baa1ab2a37326fd06f37d45d1135e43884df6b21 (diff) | |
| download | meta-openembedded-0aac049095cebe1dece42eb6b05376b630aba331.tar.gz | |
tvheadend: add CFLAG to ignore misleading indentations
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-dvb')
| -rw-r--r-- | meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb index 2df85374a3..9fed0425e7 100644 --- a/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb +++ b/meta-multimedia/recipes-dvb/tvheadend/tvheadend_git.bb | |||
| @@ -14,6 +14,8 @@ PV = "3.3" | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | TARGET_CFLAGS += "-Wno-error=misleading-indentation" | ||
| 18 | |||
| 17 | do_configure() { | 19 | do_configure() { |
| 18 | ./configure --prefix=${prefix} \ | 20 | ./configure --prefix=${prefix} \ |
| 19 | --libdir=${libdir} \ | 21 | --libdir=${libdir} \ |
| @@ -29,6 +31,3 @@ do_install() { | |||
| 29 | } | 31 | } |
| 30 | 32 | ||
| 31 | FILES_${PN} += "${datadir}/${BPN}" | 33 | FILES_${PN} += "${datadir}/${BPN}" |
| 32 | |||
| 33 | # http://errors.yoctoproject.org/Errors/Details/68628/ | ||
| 34 | PNBLACKLIST[tvheadend] ?= "BROKEN: fails to build with gcc-6" | ||
