diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-12-22 23:33:32 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-12-26 08:24:58 +0100 |
commit | 4f7b8f8c2a36d00a1231bccf5471694632c1f8c3 (patch) | |
tree | 90b72b10749e266881cfbaf135c1f2a71e153d06 | |
parent | 2a5fa6b83631dfc5734df581f0165f3705ce4ed3 (diff) | |
download | meta-openembedded-4f7b8f8c2a36d00a1231bccf5471694632c1f8c3.tar.gz |
poppler: update to 0.50.0
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.50.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_0.49.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.49.0.bb b/meta-oe/recipes-support/poppler/poppler_0.50.0.bb index e8f8e6579..56425e635 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.49.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.50.0.bb | |||
@@ -7,8 +7,8 @@ SRC_URI = " \ | |||
7 | file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \ | 7 | file://0001-add-manadatory-options-to-find-qt4-qt5-moc.patch \ |
8 | file://0002-fix-gcc-6-math-ambiguous-errors.patch \ | 8 | file://0002-fix-gcc-6-math-ambiguous-errors.patch \ |
9 | " | 9 | " |
10 | SRC_URI[md5sum] = "9e057ed8eee1f9979fa75d8f044783b8" | 10 | SRC_URI[md5sum] = "1a4c0cd873bddd8f266b85ab8d799962" |
11 | SRC_URI[sha256sum] = "14485f0e1e43dcddf49cfc02c2ccb92910ba3e0e91e06f4bd2642ec00cb3a79f" | 11 | SRC_URI[sha256sum] = "c9c93318b789d3933f6e0bad3bc65110280c28eac3f0666284bb9c9a0ab4bc36" |
12 | 12 | ||
13 | DEPENDS = "fontconfig zlib cairo lcms" | 13 | DEPENDS = "fontconfig zlib cairo lcms" |
14 | 14 | ||
@@ -40,7 +40,7 @@ EXTRA_OECONF = "\ | |||
40 | " | 40 | " |
41 | 41 | ||
42 | do_compile_prepend() { | 42 | do_compile_prepend() { |
43 | export GIR_EXTRA_LIBS_PATH="${B}/poppler/.libs" | 43 | export GIR_EXTRA_LIBS_PATH="${B}/poppler/.libs" |
44 | } | 44 | } |
45 | 45 | ||
46 | # Adjust library names when building for QT4e | 46 | # Adjust library names when building for QT4e |