summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-12 10:58:10 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-11 22:02:02 -0700
commit522a26cc2f5083f5950ed96fe55c49fbcdbea7b7 (patch)
treecefd6728ecdacffd8e05daacc5e7f9294cf45428
parenta10146bc6e4a8d20c211eba3be47289645036205 (diff)
downloadmeta-openembedded-522a26cc2f5083f5950ed96fe55c49fbcdbea7b7.tar.gz
qpdf: upgrade 11.8.0 -> 11.9.0
Changelog: ============ * Add ENABLE_COVERAGE cmake option to assist with generating coverage reports. * From M. Holger: add QPDFObjectHandle::writeJSON to directly write a JSON representation to a pipeline. * set the actual value based on the allowable non-/Off value in the normal appearance dictionary. * Add fuzz testing for JSON. * Add JSON::getDictItem (from m-holger) * Allow --overlay and --underlay to be repeated. * Add new command-line arguments --file and --range which can be used within --pages in place of positional arguments. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb (renamed from meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb
index a13c9a023a..4778be42b5 100644
--- a/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb
+++ b/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
6DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" 6DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}"
7 7
8SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" 8SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main"
9SRCREV = "452e1f5c20ec6adf62cd296cb9dddacbc06e6ffa" 9SRCREV = "3b97c9bd266b7c32ea36d3536e22dab77412886d"
10 10
11inherit cmake pkgconfig gettext 11inherit cmake pkgconfig gettext
12 12