summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-15 18:25:54 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:00 +0100
commitf09b074de8cb25914f996fd34a19d8d695cb0f70 (patch)
tree74dd3859b6fcc6b9dcb87a1f3786e19f6677fb9d /meta/recipes-devtools/guile
parentc1b4bea9a1fe8eb2a22a82fd22af423489e0a8fa (diff)
downloadpoky-f09b074de8cb25914f996fd34a19d8d695cb0f70.tar.gz
meta: Drop further remnants of uclibc support
uclibc support was removed a while ago and musl works much better. Start to remove the various overrides and patches related to uclibc which are no longer needed. uclibc support in a layer would still be possible. I have strong reasons to believe nobody is still using uclibc since patches are missing and I doubt the metadata even parses anymore. (From OE-Core rev: ec03023d2165b49a52b83bac1ea2f0bfded7b852) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/guile')
-rw-r--r--meta/recipes-devtools/guile/guile_2.0.14.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/guile/guile_2.0.14.bb b/meta/recipes-devtools/guile/guile_2.0.14.bb
index 7a01d0ffc9..ef62ff8443 100644
--- a/meta/recipes-devtools/guile/guile_2.0.14.bb
+++ b/meta/recipes-devtools/guile/guile_2.0.14.bb
@@ -48,7 +48,6 @@ EXTRA_OECONF += "${@['--without-libltdl-prefix --without-libgmp-prefix --without
48EXTRA_OECONF_append_class-target = " --with-libunistring-prefix=${STAGING_LIBDIR} \ 48EXTRA_OECONF_append_class-target = " --with-libunistring-prefix=${STAGING_LIBDIR} \
49 --with-libgmp-prefix=${STAGING_LIBDIR} \ 49 --with-libgmp-prefix=${STAGING_LIBDIR} \
50 --with-libltdl-prefix=${STAGING_LIBDIR}" 50 --with-libltdl-prefix=${STAGING_LIBDIR}"
51EXTRA_OECONF_append_libc-uclibc = " guile_cv_use_csqrt=no "
52 51
53CFLAGS_append_libc-musl = " -DHAVE_GC_SET_FINALIZER_NOTIFIER \ 52CFLAGS_append_libc-musl = " -DHAVE_GC_SET_FINALIZER_NOTIFIER \
54 -DHAVE_GC_GET_HEAP_USAGE_SAFE \ 53 -DHAVE_GC_GET_HEAP_USAGE_SAFE \