mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-16 09:25:08 +00:00
tvheadend: add CFLAG to ignore misleading indentations
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
baa1ab2a37
commit
0aac049095
@ -14,6 +14,8 @@ PV = "3.3"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
TARGET_CFLAGS += "-Wno-error=misleading-indentation"
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=${prefix} \
|
||||
--libdir=${libdir} \
|
||||
@ -29,6 +31,3 @@ do_install() {
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/${BPN}"
|
||||
|
||||
# http://errors.yoctoproject.org/Errors/Details/68628/
|
||||
PNBLACKLIST[tvheadend] ?= "BROKEN: fails to build with gcc-6"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user