summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/poppler/poppler_0.79.0.bb')
-rw-r--r--meta-oe/recipes-support/poppler/poppler_0.79.0.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/poppler/poppler_0.79.0.bb b/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
index b285eecd2a..903817f18a 100644
--- a/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_0.79.0.bb
@@ -4,7 +4,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
4 4
5SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \ 5SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
6 file://0001-Do-not-overwrite-all-our-build-flags.patch \ 6 file://0001-Do-not-overwrite-all-our-build-flags.patch \
7 file://0002-CairoOutputDev.cc-fix-build-error-when-using-fixedpo.patch \
8 file://basename-include.patch \ 7 file://basename-include.patch \
9 " 8 "
10SRC_URI[md5sum] = "0aac1fcb6466f8b7bdf51871264c7e83" 9SRC_URI[md5sum] = "0aac1fcb6466f8b7bdf51871264c7e83"
@@ -44,14 +43,6 @@ do_configure_append() {
44 sed -i 's: ${bindir}/g-ir: ${STAGING_BINDIR}/g-ir:' ${B}/build.ninja 43 sed -i 's: ${bindir}/g-ir: ${STAGING_BINDIR}/g-ir:' ${B}/build.ninja
45} 44}
46 45
47# check for TARGET_FPU=soft and inform configure of the result so it can disable some floating points
48def get_poppler_fpu_setting(bb, d):
49 if d.getVar('TARGET_FPU') in [ 'soft' ]:
50 return "-DUSE_FIXEDPOINT=ON"
51 return ""
52
53EXTRA_OECMAKE += "${@get_poppler_fpu_setting(bb, d)}"
54
55PACKAGES =+ "libpoppler libpoppler-glib" 46PACKAGES =+ "libpoppler libpoppler-glib"
56FILES_libpoppler = "${libdir}/libpoppler.so.*" 47FILES_libpoppler = "${libdir}/libpoppler.so.*"
57FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*" 48FILES_libpoppler-glib = "${libdir}/libpoppler-glib.so.*"