diff options
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/canonical-multitouch/geis_2.2.17.bb | 4 |
1 files changed, 2 insertions, 2 deletions
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 f7898ba2c..9b087a8b2 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" | |||
24 | SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb" | 24 | SRC_URI[sha256sum] = "8a60f5683852094038904e690d23cc5a90a980fc52da67f0f28890baa25c70eb" |
25 | 25 | ||
26 | EXTRA_OECONF = "--disable-integration-tests" | 26 | EXTRA_OECONF = "--disable-integration-tests" |
27 | TARGET_CFLAGS += "-Wno-error=misleading-indentation" | ||
28 | |||
27 | 29 | ||
28 | FILES_${PN}-bin = "${bindir}" | 30 | FILES_${PN}-bin = "${bindir}" |
29 | RDEPENDS_${PN}-bin = " \ | 31 | RDEPENDS_${PN}-bin = " \ |
@@ -52,5 +54,3 @@ FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/.debug" | |||
52 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" | 54 | FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/site-packages/_*.la" |
53 | 55 | ||
54 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" | 56 | FILES_${PN}-staticdev += "${libdir}/${PYTHON_DIR}/site-packages/_*.a" |
55 | |||
56 | PNBLACKLIST[geis] ?= "Depends on broken grail" | ||