aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@fujitsu.com>2022-02-23 10:35:53 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-23 09:25:19 -0800
commit44a810f34e20c7985b0bcbdf71943799b278ecc7 (patch)
treebc4b3ec097374b13cda6d62d6cd447390989b405
parente40eb83ded047363443eeb1b8adb67c6100f75c4 (diff)
downloadmeta-openembedded-contrib-44a810f34e20c7985b0bcbdf71943799b278ecc7.tar.gz
poppler: upgrade 22.01.0 -> 22.02.0
Changelog: ========= core: * Signature: Add a way to detect unsigned FormFieldSignature * Signature: Suport background image when using left and right text * Signature: Fix path where to search for Firefox NSS in Windows * Signature: Fix NSS code to work correctly in Windows/Android * Count only signature fields in PDFDoc::getNumSignatureFields * Minor code improvements qt: * Allow signing unsigned signature fields * Allow passing a background image for the signature when signing * Allow passing the document password when signing * Fix leftFontSize being ignored when signing glib: * try with utf8 password if latin1 fails * New method for getting all signature fields of a document * Fix compile with MSVC utils: * pdfsig: Fix compile with MSVC build system: * Fix NSS cmake check for MSVC Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/poppler/poppler_22.02.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_22.01.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_22.01.0.bb b/meta-oe/recipes-support/poppler/poppler_22.02.0.bb
index 02df6d2163..2954a89b8e 100644
--- a/meta-oe/recipes-support/poppler/poppler_22.01.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_22.02.0.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
file://0001-Do-not-overwrite-all-our-build-flags.patch \
file://basename-include.patch \
"
-SRC_URI[sha256sum] = "7d3493056b5b86413e5c693c2cae02c5c06cd8e618d14c2c31e2c84b67b2313e"
+SRC_URI[sha256sum] = "e390c8b806f6c9f0e35c8462033e0a738bb2460ebd660bdb8b6dca01556193e1"
DEPENDS = "fontconfig zlib cairo lcms glib-2.0"