summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2016-09-04 22:15:11 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2016-09-11 09:11:23 +0200
commite9b5fc160fd508daedb138ed15d6efae7ee12f33 (patch)
tree4126b7dd8b82772703c87164b0a18879cf98d36d /meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
parent0368f9927c2b947cdc242a4f4899345b17aa27d8 (diff)
downloadmeta-openembedded-e9b5fc160fd508daedb138ed15d6efae7ee12f33.tar.gz
gtkmathview: unbreak gcc-6 build and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb')
-rw-r--r--meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
index cce352892..c693639ec 100644
--- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
+++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb
@@ -11,6 +11,8 @@ PV = "0.8.0+git${SRCPV}"
11SRC_URI = "git://github.com/GNOME/gtkmathview.git \ 11SRC_URI = "git://github.com/GNOME/gtkmathview.git \
12 file://use_hostcxx.patch \ 12 file://use_hostcxx.patch \
13 file://0001-include-cstdio-to-get-printf-definitions.patch \ 13 file://0001-include-cstdio-to-get-printf-definitions.patch \
14 file://0002-configure.ac-header-detection-of-hash_map-is-broken-.patch \
15 file://0003-gcc-6.0-build-fixes.patch \
14" 16"
15 17
16S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
@@ -21,6 +23,3 @@ do_configure_append() {
21 # avoid host polution inf pkg-config files 23 # avoid host polution inf pkg-config files
22 sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` 24 sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'`
23} 25}
24
25# http://errors.yoctoproject.org/Errors/Details/68615/
26PNBLACKLIST[gtkmathview] ?= "BROKEN: fails to build with gcc-6"