mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
d44d4206b5
commit
decf709570
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user