summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-11-06 14:30:29 +0800
committerKhem Raj <raj.khem@gmail.com>2024-11-05 22:45:18 -0800
commit51e2d260b9f3cdf2e42dc8819fce9489d991e468 (patch)
treea6860894783f649ea6e78f7d301f09b433286576
parent8edfb199e4b8a46d28aea6a4dd301cac936e535b (diff)
downloadmeta-openembedded-51e2d260b9f3cdf2e42dc8819fce9489d991e468.tar.gz
poppler: upgrade 24.09.0 -> 24.11.0
Changelog: ============ core: * Fix rendering of some buttons * Fix selecting fonts in TTC font collections * CairoOutputDev: prevent infinite loop in functionShadedFill() * Fix some unstable headers not being usable on their own * Fix some headers not being usable on their own * Add support for SubmitForms Links * Internal code improvements * Fix crash in malformed documents glib: * Fix some headers not being usable on their own * add INSTALL_GLIB_DEMO option to install poppler-glib-demo * Fix Launch action with unicode encoded filenames * add auto_cleanup functions so that consumers can use g_auto* * fix closure GI annotation qt6: * Fix memory handling issue on signature creation * Fix Launch action with unicode encoded filenames * Add support for SubmitForms Links * Add API for creating signature field without signing immediately qt5: * Fix Launch action with unicode encoded filenames * Add support for SubmitForms Links build system: * Remove duplicate definitions * cmake: Set CMAKE_C_STANDARD to 17 * Use the boosts own cmake file as suggested by cmake itself Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/poppler/poppler_24.11.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_24.09.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_24.09.0.bb b/meta-oe/recipes-support/poppler/poppler_24.11.0.bb
index fb6b534cf4..8b9888a78a 100644
--- a/meta-oe/recipes-support/poppler/poppler_24.09.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_24.11.0.bb
@@ -8,7 +8,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
8 file://basename-include.patch \ 8 file://basename-include.patch \
9 file://0001-cmake-Do-not-use-isystem.patch \ 9 file://0001-cmake-Do-not-use-isystem.patch \
10 " 10 "
11SRC_URI[sha256sum] = "ebd857987e2395608c69fdc44009692d5906f13b612c5280beff65a0b75dc255" 11SRC_URI[sha256sum] = "7723d880565211740c13649d24a300257b86ddd7fa2d208187ff7e5cc8dfbd58"
12 12
13DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native" 13DEPENDS = "fontconfig zlib cairo lcms glib-2.0 glib-2.0-native"
14 14