poppler now sets CMAKE_CXX_STANDARD 23, which enables clang-scan-deps, absent in the native sysroot. poppler has no module units, so disable scanning with -DCMAKE_CXX_SCAN_FOR_MODULES=OFF.
Signed-off-by: Khem Raj <[email protected]> --- .../poppler/{poppler_25.12.0.bb => poppler_26.06.0.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta-oe/recipes-support/poppler/{poppler_25.12.0.bb => poppler_26.06.0.bb} (95%) diff --git a/meta-oe/recipes-support/poppler/poppler_25.12.0.bb b/meta-oe/recipes-support/poppler/poppler_26.06.0.bb similarity index 95% rename from meta-oe/recipes-support/poppler/poppler_25.12.0.bb rename to meta-oe/recipes-support/poppler/poppler_26.06.0.bb index 71bff6d70d..3b1edd9335 100644 --- a/meta-oe/recipes-support/poppler/poppler_25.12.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_26.06.0.bb @@ -9,7 +9,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ file://0001-cmake-Do-not-use-isystem.patch \ file://0001-workaround-build-racing.patch \ " -SRC_URI[sha256sum] = "c18b40eb36b1a0c5b86e29ca054bf0770304583da4f2cdd42fe86eca6a20de48" +SRC_URI[sha256sum] = "4cb4e5a3dc8cb5eec751c8a23c8ba19f61f96dedc0cd07d2aee6b0c8e2cf6ba4" DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" @@ -33,6 +33,7 @@ inherit ${@bb.utils.contains('PACKAGECONFIG', 'qt5', 'cmake_qt5', '', d)} SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" EXTRA_OECMAKE += " \ + -DCMAKE_CXX_SCAN_FOR_MODULES=OFF \ -DENABLE_LCMS=ON \ -DENABLE_UNSTABLE_API_ABI_HEADERS=ON \ -DBUILD_GTK_TESTS=OFF \
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127872): https://lists.openembedded.org/g/openembedded-devel/message/127872 Mute This Topic: https://lists.openembedded.org/mt/120013669/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
