diff options
-rw-r--r-- | meta-oe/recipes-printing/qpdf/qpdf_11.9.1.bb (renamed from meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.9.1.bb index 4778be42b5..f8b398c325 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_11.9.0.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_11.9.1.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
6 | DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" | 6 | DEPENDS = "zlib jpeg ${@bb.utils.contains('PACKAGECONFIG', 'gnutls', 'gnutls', 'openssl', d)}" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" | 8 | SRC_URI = "git://github.com/qpdf/qpdf.git;protocol=https;branch=main" |
9 | SRCREV = "3b97c9bd266b7c32ea36d3536e22dab77412886d" | 9 | SRCREV = "c03ee7aa663c4361e23ca32b596adf6e8be0e8ac" |
10 | 10 | ||
11 | inherit cmake pkgconfig gettext | 11 | inherit cmake pkgconfig gettext |
12 | 12 | ||