summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-15 15:21:42 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-06-22 09:16:00 +0100
commiteb40fcf6279478bf53f961f5477fc9e4162dd9a9 (patch)
tree71f1faf5904a8b8785bcf73b70ae60f679ec0274 /meta/recipes-core/gettext
parent1b489073dcf1e0836f7f2db8cb171debeb7a02e7 (diff)
downloadpoky-eb40fcf6279478bf53f961f5477fc9e4162dd9a9.tar.gz
meta: Drop 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: 653704e9cf325cb494eb23facca19e9f05132ffd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r--meta/recipes-core/gettext/gettext_0.19.8.1.bb8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.19.8.1.bb b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
index 83edffe530..97e7986dc1 100644
--- a/meta/recipes-core/gettext/gettext_0.19.8.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.19.8.1.bb
@@ -24,8 +24,6 @@ SRC_URI[sha256sum] = "ff942af0e438ced4a8b0ea4b0b6e0d6d657157c5e2364de57baa279c1c
24 24
25PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," 25PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses,"
26 26
27LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread "
28
29inherit autotools texinfo 27inherit autotools texinfo
30 28
31EXTRA_OECONF += "--without-lispdir \ 29EXTRA_OECONF += "--without-lispdir \
@@ -86,15 +84,9 @@ FILES_gettext-runtime = "${bindir}/gettext \
86 ${libdir}/libasprintf.so* \ 84 ${libdir}/libasprintf.so* \
87 ${libdir}/GNU.Gettext.dll \ 85 ${libdir}/GNU.Gettext.dll \
88 " 86 "
89FILES_gettext-runtime_append_libc-uclibc = " ${libdir}/libintl.so.* \
90 ${libdir}/charset.alias \
91 "
92FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \ 87FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \
93 ${includedir}/autosprintf.h \ 88 ${includedir}/autosprintf.h \
94 " 89 "
95FILES_gettext-runtime-dev_append_libc-uclibc = " ${libdir}/libintl.so \
96 ${includedir}/libintl.h \
97 "
98FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ 90FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \
99 ${mandir}/man1/ngettext.* \ 91 ${mandir}/man1/ngettext.* \
100 ${mandir}/man1/envsubst.* \ 92 ${mandir}/man1/envsubst.* \