diff options
| author | alperak <alperyasinak1@gmail.com> | 2023-12-20 09:40:12 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-12-21 08:00:40 -0800 |
| commit | decf7095704a947fff76769421cb91a4aa99a58b (patch) | |
| tree | 629600de511c0a9338996d7848d2762e9c959a52 | |
| parent | d44d4206b5bb52f102b89a7ae922c4b7f64a70db (diff) | |
| download | meta-openembedded-decf7095704a947fff76769421cb91a4aa99a58b.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-printing/qpdf/qpdf_11.6.4.bb (renamed from meta-oe/recipes-printing/qpdf/qpdf_11.6.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-printing/qpdf/qpdf_11.6.3.bb b/meta-oe/recipes-printing/qpdf/qpdf_11.6.4.bb index ceb9f25aeb..2dd7b684e4 100644 --- a/meta-oe/recipes-printing/qpdf/qpdf_11.6.3.bb +++ b/meta-oe/recipes-printing/qpdf/qpdf_11.6.4.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 = "81823f4032caefd1050bccb207d315839c1c48db" | 9 | SRCREV = "d8371889d070d2f88636434ebd8412708a63e54e" |
| 10 | 10 | ||
| 11 | inherit cmake pkgconfig gettext | 11 | inherit cmake pkgconfig gettext |
| 12 | 12 | ||
