[oe] [meta-oe][PATCH] geis: add CFLAG to ignore misleading indentations

Derek Straka derek at asterius.io
Thu Jun 9 01:28:25 UTC 2016


Signed-off-by: Derek Straka <derek at asterius.io>
---
 meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
index bc88143..9b087a8 100644
--- a/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
+++ b/meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb
@@ -24,6 +24,8 @@ SRC_URI[md5sum] = "2ff9d76a3ea5794516bb02c9d1924faf"
 SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb"
 
 EXTRA_OECONF = "--disable-integration-tests"
+TARGET_CFLAGS += "-Wno-error=misleading-indentation"
+
 
 FILES_${PN}-bin = "${bindir}"
 RDEPENDS_${PN}-bin = " \
-- 
1.9.1




More information about the Openembedded-devel mailing list