diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-27 10:38:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-29 23:56:44 +0100 |
commit | 27eafbb395fd4f607249b2e57085012e40283926 (patch) | |
tree | 915d0500a27f6462fafb7c53beadce1e4d91cc00 /recipes-core/gettext | |
parent | b3fa26bc777ec0136ce189d90123b50f6ee567b9 (diff) | |
download | meta-gplv2-27eafbb395fd4f607249b2e57085012e40283926.tar.gz |
recipes: Drop libc-uclibc overrides and patch
These haven't been used for a long time and can therefore be removed.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'recipes-core/gettext')
-rw-r--r-- | recipes-core/gettext/gettext_0.16.1.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-core/gettext/gettext_0.16.1.bb b/recipes-core/gettext/gettext_0.16.1.bb index dacdfd3..1907ea5 100644 --- a/recipes-core/gettext/gettext_0.16.1.bb +++ b/recipes-core/gettext/gettext_0.16.1.bb | |||
@@ -27,8 +27,6 @@ SRC_URI[sha256sum] = "0bf850d1a079fb5a61f0a47b1a9efd35eb44032255375e1cedb0253bc2 | |||
27 | 27 | ||
28 | PARALLEL_MAKE = "" | 28 | PARALLEL_MAKE = "" |
29 | 29 | ||
30 | LDFLAGS_prepend_libc-uclibc = " -lrt -lpthread " | ||
31 | |||
32 | inherit autotools texinfo | 30 | inherit autotools texinfo |
33 | 31 | ||
34 | EXTRA_OECONF += "--without-lispdir \ | 32 | EXTRA_OECONF += "--without-lispdir \ |
@@ -81,15 +79,9 @@ FILES_gettext-runtime = "${bindir}/gettext \ | |||
81 | ${libdir}/libasprintf${SODEV} \ | 79 | ${libdir}/libasprintf${SODEV} \ |
82 | ${libdir}/GNU.Gettext.dll \ | 80 | ${libdir}/GNU.Gettext.dll \ |
83 | " | 81 | " |
84 | FILES_gettext-runtime_append_libc-uclibc = " ${libdir}/libintl.so.* \ | ||
85 | ${libdir}/charset.alias \ | ||
86 | " | ||
87 | FILES_gettext-runtime-staticdev += "${libdir}/libasprintf.a" | 82 | FILES_gettext-runtime-staticdev += "${libdir}/libasprintf.a" |
88 | FILES_gettext-runtime-dev += "${includedir}/autosprintf.h \ | 83 | FILES_gettext-runtime-dev += "${includedir}/autosprintf.h \ |
89 | ${libdir}/libasprintf${SOLIBDEV}" | 84 | ${libdir}/libasprintf${SOLIBDEV}" |
90 | FILES_gettext-runtime-dev_append_libc-uclibc = " ${libdir}/libintl.so \ | ||
91 | ${includedir}/libintl.h \ | ||
92 | " | ||
93 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ | 85 | FILES_gettext-runtime-doc = "${mandir}/man1/gettext.* \ |
94 | ${mandir}/man1/ngettext.* \ | 86 | ${mandir}/man1/ngettext.* \ |
95 | ${mandir}/man1/envsubst.* \ | 87 | ${mandir}/man1/envsubst.* \ |