mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 02:31:27 +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:
committed by
Martin Jansa
parent
baa1ab2a37
commit
0aac049095
@@ -14,6 +14,8 @@ PV = "3.3"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
TARGET_CFLAGS += "-Wno-error=misleading-indentation"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure --prefix=${prefix} \
|
./configure --prefix=${prefix} \
|
||||||
--libdir=${libdir} \
|
--libdir=${libdir} \
|
||||||
@@ -29,6 +31,3 @@ do_install() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${datadir}/${BPN}"
|
FILES_${PN} += "${datadir}/${BPN}"
|
||||||
|
|
||||||
# http://errors.yoctoproject.org/Errors/Details/68628/
|
|
||||||
PNBLACKLIST[tvheadend] ?= "BROKEN: fails to build with gcc-6"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user