From 82df61db061d84c77588f1d758a84b3e24f78962 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 31 Oct 2015 21:32:27 +0000 Subject: qte: add -fpermissive to CXXFLAGS qte code has a bunch of casts that modern GCC doesn't like and I don't plan to go and fix them all right now; add -fpermissive to CXXFLAGS to make these errors back into warnings. Signed-off-by: Paul Eggleton --- recipes-qt/qte/qte-common_2.3.10.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt') diff --git a/recipes-qt/qte/qte-common_2.3.10.inc b/recipes-qt/qte/qte-common_2.3.10.inc index c8762bf..4892b33 100644 --- a/recipes-qt/qte/qte-common_2.3.10.inc +++ b/recipes-qt/qte/qte-common_2.3.10.inc @@ -15,7 +15,7 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/qte-${PV}" # Laibsch: Remove -fno-visibility-inlines-hidden instead of negating it # Laibsch: Fixes bug 1631 #CXXFLAGS += "-fno-visibility-inlines-hidden" -CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)}" +CXXFLAGS := "${@oe_filter_out('-fvisibility-inlines-hidden', '${CXXFLAGS}', d)} -fpermissive" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz;md5sum=1f7ad30113afc500cab7f5b2f4dec0d7 \ file://qpe.patch \ -- cgit 1.2.3-korg