diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-04-08 11:02:19 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-18 14:21:50 +0200 |
commit | ee4460ffa3617f6907356f1c2fdd5927355cf503 (patch) | |
tree | 9f9b3c741ecc85a3146606bd179f82fc237179dd /meta-oe | |
parent | f193ec03d5c7579e826e7da7c9a2b24f91f91386 (diff) | |
download | meta-openembedded-ee4460ffa3617f6907356f1c2fdd5927355cf503.tar.gz |
poppler: update 0.51.0 -> 0.53.0
c++ is now set by poppler itself [1]
[1] https://lists.freedesktop.org/archives/poppler/2017-March/012106.html
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/poppler/poppler_0.53.0.bb (renamed from meta-oe/recipes-support/poppler/poppler_0.51.0.bb) | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.51.0.bb b/meta-oe/recipes-support/poppler/poppler_0.53.0.bb index f683a3a59..c1bfb31e7 100644 --- a/meta-oe/recipes-support/poppler/poppler_0.51.0.bb +++ b/meta-oe/recipes-support/poppler/poppler_0.53.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] = "342452b9dfd16f3c9912eb029fe0d4e2" | 10 | SRC_URI[md5sum] = "943679f1030b9bc19a989f24121a282a" |
11 | SRC_URI[sha256sum] = "e997c9ad81a8372f2dd03a02b00692b8cc479c220340c8881edaca540f402c1f" | 11 | SRC_URI[sha256sum] = "592bf72960c6b5948b67657594b05e72d9a278daf7613c9f3cdff9a5b73096a8" |
12 | 12 | ||
13 | DEPENDS = "fontconfig zlib cairo lcms" | 13 | DEPENDS = "fontconfig zlib cairo lcms" |
14 | 14 | ||
@@ -24,13 +24,6 @@ PACKAGECONFIG[qt5] = "--enable-poppler-qt5 --with-moc-qt5=${STAGING_BINDIR_NATIV | |||
24 | PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded" | 24 | PACKAGECONFIG[qt4e] = "--enable-poppler-qt4 --with-moc-qt4=${STAGING_BINDIR_NATIVE}/moc4,--disable-poppler-qt4,qt4-embedded" |
25 | PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss" | 25 | PACKAGECONFIG[nss] = "--enable-libnss,--disable-libnss,nss" |
26 | 26 | ||
27 | # Needed for qt5 | ||
28 | CXXFLAGS += "--std=c++11" | ||
29 | |||
30 | #| /usr/src/debug/glibc/2.25-r0/git/csu/elf-init.c:87: undefined reference to `__init_array_end' | ||
31 | #| /usr/src/debug/glibc/2.25-r0/git/csu/elf-init.c:87: undefined reference to `__init_array_start' | ||
32 | #| /mnt/a/build/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/6.2.0/ld: .libs/libpoppler.so.65.0.0: hidden symbol `__init_array_end' isn't defined | ||
33 | |||
34 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" | 27 | SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}" |
35 | 28 | ||
36 | EXTRA_OECONF = "\ | 29 | EXTRA_OECONF = "\ |