mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
network-manager-applet: Disable gobject-introspection on musl
It segfaults qemu Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -17,6 +17,8 @@ SRC_URI[archive.sha256sum] = "693846eeae0986e79eb1cedfbc499f132f27a9976ef189a0f1
|
|||||||
PACKAGECONFIG[modemmanager] = "--with-wwan,--without-wwan,modemmanager"
|
PACKAGECONFIG[modemmanager] = "--with-wwan,--without-wwan,modemmanager"
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
|
|
||||||
|
GI_DATA_ENABLED_libc-musl = "False"
|
||||||
|
|
||||||
do_configure_append() {
|
do_configure_append() {
|
||||||
# Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
|
# Sigh... --enable-compile-warnings=no doesn't actually turn off -Werror
|
||||||
for i in $(find ${B} -name "Makefile") ; do
|
for i in $(find ${B} -name "Makefile") ; do
|
||||||
|
|||||||
Reference in New Issue
Block a user