mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
qpdf: upgrade 11.9.0 -> 11.9.1
Changelog: =========== * Rewrite a recursive function to be iterative in linearization to enable more complex files to be linearized, especially on Windows. * Avoid non-standard use of 'std::basic_string_view'. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4c39f92da7
commit
87f4deef71
|
|
@ -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 = "3b97c9bd266b7c32ea36d3536e22dab77412886d"
|
||||
SRCREV = "c03ee7aa663c4361e23ca32b596adf6e8be0e8ac"
|
||||
|
||||
inherit cmake pkgconfig gettext
|
||||
|
||||
Loading…
Reference in New Issue
Block a user