mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 14:56:43 +01: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…
Reference in New Issue
Block a user