diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 14:44:06 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:18 +0100 |
commit | c69055a2ed703e0a0af0e08a43a47f2bab0ac29e (patch) | |
tree | b472d7f4f10c21bee6a7adbcb75728600c5fb3ad /meta | |
parent | 28832af7bbf9863f0e82fdb8200f88ba0bbe7570 (diff) | |
download | poky-c69055a2ed703e0a0af0e08a43a47f2bab0ac29e.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/tclibc-musl.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/conf/distro/include/tclibc-musl.inc b/meta/conf/distro/include/tclibc-musl.inc index e6b10f9469..1ddd58ed5e 100644 --- a/meta/conf/distro/include/tclibc-musl.inc +++ b/meta/conf/distro/include/tclibc-musl.inc | |||
@@ -25,7 +25,3 @@ LIBC_DEPENDENCIES = "\ | |||
25 | musl-dbg \ | 25 | musl-dbg \ |
26 | musl-dev \ | 26 | musl-dev \ |
27 | " | 27 | " |
28 | |||
29 | # GLib binaries trigger assertion failures and crash under qemu | ||
30 | # when musl is in use | ||
31 | DISTRO_FEATURES_BACKFILL_CONSIDERED += "gobject-introspection-data" | ||