mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
graphene: disable neon support on arm 32bits
This disables neon support on arm devices only because it crashes otherwise. Upstream-status: Reported [https://github.com/ebassi/graphene/issues/215] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -17,6 +17,9 @@ GTKDOC_MESON_OPTION = "gtk_doc"
|
|||||||
|
|
||||||
EXTRA_OEMESON = "-Dinstalled_tests=false"
|
EXTRA_OEMESON = "-Dinstalled_tests=false"
|
||||||
|
|
||||||
|
# Disable ARM NEON support
|
||||||
|
EXTRA_OEMESON:append:arm = " -Darm_neon=false"
|
||||||
|
|
||||||
FILES:${PN} += "${libdir}/graphene-1.0"
|
FILES:${PN} += "${libdir}/graphene-1.0"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user