musl: enable gobject introspection

It's working with recent versions of musl, so there's no reason to
keep it disabled.

(From OE-Core rev: 6bf1541dc0367930b5ebe58293b4857c41bc2f1b)

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2016-10-18 14:44:06 +03:00
committed by Richard Purdie
parent 28832af7bb
commit c69055a2ed

View File

@@ -25,7 +25,3 @@ LIBC_DEPENDENCIES = "\
musl-dbg \
musl-dev \
"
# GLib binaries trigger assertion failures and crash under qemu
# when musl is in use
DISTRO_FEATURES_BACKFILL_CONSIDERED += "gobject-introspection-data"