diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-08-13 00:39:33 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-08-13 22:32:07 -0700 |
| commit | 6c0961786bf8a4978daf5198b53834dbe77e3017 (patch) | |
| tree | 32fc96640ee745b19e936666e76f8398ffb7eeef | |
| parent | 3e8d7438a1b6dab026d4f5754b9115b611c440f8 (diff) | |
| download | meta-openembedded-6c0961786bf8a4978daf5198b53834dbe77e3017.tar.gz | |
poppler: upgrade 0.90.1 -> 20.08.0
Looks like they changed release schema.
Release 20.08.0:
core:
* Sub-page objects: initialize clip max values considering the render resolution. Issue #937
* Splash: Set initial line width to 1. Issue #674
* Fix stack overflow with specially crafted files
* GfxShading: Simplify holding the Function
* Splash: Fix x86 + windows asm build
qt5:
* Deprecate Document::toc
* Deprecate AnnotationUtils
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/poppler/poppler_20.08.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_0.90.1.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.90.1.bb b/meta-oe/recipes-support/poppler/poppler_20.08.0.bb index bb5a782ae0..c3f9716efe 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.90.1.bb +++ b/meta-oe/recipes-support/poppler/poppler_20.08.0.bb | |||
| @@ -7,8 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ | |||
| 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ | 7 | file://0001-Do-not-overwrite-all-our-build-flags.patch \ |
| 8 | file://basename-include.patch \ | 8 | file://basename-include.patch \ |
| 9 | " | 9 | " |
| 10 | SRC_URI[md5sum] = "b80a82f14459d31d929db421b0e8cf05" | 10 | SRC_URI[sha256sum] = "ae65fef04bbf63259a6352e7b620719115d4fb97f5079b0b8b00a8eb0c86eca5" |
| 11 | SRC_URI[sha256sum] = "984d82e72e91418d280885298c8bdc855a2fd92665fd52a1345b27235e0c71c4" | ||
| 12 | 11 | ||
| 13 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" | 12 | DEPENDS = "fontconfig zlib cairo lcms glib-2.0" |
| 14 | 13 | ||
