From 522a26cc2f5083f5950ed96fe55c49fbcdbea7b7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 12 Jun 2024 10:58:10 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../recipes-printing/qpdf/{qpdf_11.8.0.bb => qpdf_11.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-printing/qpdf/{qpdf_11.8.0.bb => qpdf_11.9.0.bb} (94%) diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb similarity index 94% rename from meta-oe/recipes-printing/qpdf/qpdf_11.8.0.bb rename to 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" DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" -SRCREV = "452e1f5c20ec6adf62cd296cb9dddacbc06e6ffa" +SRCREV = "3b97c9bd266b7c32ea36d3536e22dab77412886d" inherit cmake pkgconfig gettext