Commit 51e1a940 authored by Florent Revest's avatar Florent Revest

qtbase: Compile qtbase 5.10 without support for getentropy which would...

qtbase: Compile qtbase 5.10 without support for getentropy which would otherwise produce binaries incompatible with our usual 3.10 kernels and result in ultra odd errors (no such file or directory, error -1) when linking with qtbase
parent 4937d69c
...@@ -8,6 +8,8 @@ PACKAGECONFIG_remove = "gl" ...@@ -8,6 +8,8 @@ PACKAGECONFIG_remove = "gl"
PACKAGECONFIG_append = "gles2 mtdev sql-sqlite glib fontconfig" PACKAGECONFIG_append = "gles2 mtdev sql-sqlite glib fontconfig"
PACKAGECONFIG_GL_append_qemux86 = " eglfs gbm kms" PACKAGECONFIG_GL_append_qemux86 = " eglfs gbm kms"
QT_CONFIG_FLAGS += "--no-feature-getentropy"
QT_CONFIG_FLAGS += "-no-qpa-platform-guard ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}" QT_CONFIG_FLAGS += "-no-qpa-platform-guard ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', '-use-gold-linker', '-no-use-gold-linker', d)}"
PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xrender xinput2 glib xkb xkbcommon-evdev', 'xkbcommon-evdev', d)}" PACKAGECONFIG_X11 = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xcb xrender xinput2 glib xkb xkbcommon-evdev', 'xkbcommon-evdev', d)}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment