From 2fc007385721e71c25b9829f67d33c5ea0612090 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 7 May 2021 23:02:19 +0200 Subject: [PATCH] libwpd: pin c++11 to fix build with gcc11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-filter/libwpd/libwpd_0.10.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-filter/libwpd/libwpd_0.10.3.bb b/recipes-filter/libwpd/libwpd_0.10.3.bb index d281495..24ad802 100644 --- a/recipes-filter/libwpd/libwpd_0.10.3.bb +++ b/recipes-filter/libwpd/libwpd_0.10.3.bb @@ -13,4 +13,6 @@ inherit autotools pkgconfig perlnative DEPENDS = "librevenge" +CXXFLAGS += "-std=c++11" + BBCLASSEXTEND = "native"