std::string_view is part of c++17 This fixes: error: 'std::string_view' has not been declared
Signed-off-by: Markus Volk <[email protected]> --- meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb index 01c29d2c9..dc527bf72 100644 --- a/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb +++ b/meta-oe/recipes-printing/cups/cups-filters_1.28.17.bb @@ -30,6 +30,8 @@ EXTRA_OECONF:class-native += " --with-pdftops=pdftops \ --disable-ldap \ --with-png --without-jpeg --without-tiff" +CXXFLAGS += "-std=c++17" + PACKAGECONFIG[jpeg] = "--with-jpeg,--without-jpeg,jpeg" PACKAGECONFIG[png] = "--with-png,--without-png,libpng" PACKAGECONFIG[tiff] = "--with-tiff,--without-tiff,tiff" -- 2.42.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#106575): https://lists.openembedded.org/g/openembedded-devel/message/106575 Mute This Topic: https://lists.openembedded.org/mt/102534051/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
