qpdf: upgrade 11.6.3 -> 11.6.4

Changelog:

* When running ``cmake --install --component dev``, install cmake files, which were previously omitted from the ``dev`` component
* Fix the Linux binary build to use older libraries so it continues to work in AWS Lambda and other older execution environments.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak 2023-12-20 09:40:12 +03:00 committed by Khem Raj
parent d44d4206b5
commit decf709570
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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 = "81823f4032caefd1050bccb207d315839c1c48db"
SRCREV = "d8371889d070d2f88636434ebd8412708a63e54e"
inherit cmake pkgconfig gettext