diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-15 15:21:42 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-22 09:16:00 +0100 |
| commit | eb40fcf6279478bf53f961f5477fc9e4162dd9a9 (patch) | |
| tree | 71f1faf5904a8b8785bcf73b70ae60f679ec0274 /meta/recipes-core/gettext | |
| parent | 1b489073dcf1e0836f7f2db8cb171debeb7a02e7 (diff) | |
| download | poky-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.bb | 8 |
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 | ||
| 25 | PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," | 25 | PACKAGECONFIG[msgcat-curses] = "--with-libncurses-prefix=${STAGING_LIBDIR}/..,--disable-curses,ncurses," |
| 26 | 26 | ||
| 27 | LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " | ||
| 28 | |||
| 29 | inherit autotools texinfo | 27 | inherit autotools texinfo |
| 30 | 28 | ||
| 31 | EXTRA_OECONF += "--without-lispdir \ | 29 | EXTRA_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 | " |
| 89 | FILES_gettext-runtime_append_libc-uclibc = " ${libdir}/libintl.so.* \ | ||
| 90 | ${libdir}/charset.alias \ | ||
| 91 | " | ||
| 92 | FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \ | 87 | FILES_gettext-runtime-dev += "${libdir}/libasprintf.a \ |
| 93 | ${includedir}/autosprintf.h \ | 88 | ${includedir}/autosprintf.h \ |
| 94 | " | 89 | " |
| 95 | FILES_gettext-runtime-dev_append_libc-uclibc = " ${libdir}/libintl.so \ | ||
| 96 | ${includedir}/libintl.h \ | ||
| 97 | " | ||
| 98 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ | 90 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ |
| 99 | ${mandir}/man1/ngettext.* \ | 91 | ${mandir}/man1/ngettext.* \ |
| 100 | ${mandir}/man1/envsubst.* \ | 92 | ${mandir}/man1/envsubst.* \ |
