summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/eglibc-package.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/eglibc/eglibc-package.inc')
-rw-r--r--meta/recipes-core/eglibc/eglibc-package.inc15
1 files changed, 10 insertions, 5 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
index ac0ba94bc2..649d4248cd 100644
--- a/meta/recipes-core/eglibc/eglibc-package.inc
+++ b/meta/recipes-core/eglibc/eglibc-package.inc
@@ -77,12 +77,17 @@ FILES_eglibc-thread-db = "${base_libdir}/libthread_db*"
77FILES_localedef${PKGSUFFIX} = "${bindir}/localedef" 77FILES_localedef${PKGSUFFIX} = "${bindir}/localedef"
78RPROVIDES_eglibc-dev += "libc-dev" 78RPROVIDES_eglibc-dev += "libc-dev"
79 79
80DESCRIPTION_sln = "eglibc: create symbolic links between files" 80SUMMARY_sln = "The static ln."
81DESCRIPTION_nscd = "eglibc: name service cache daemon for passwd, group, and hosts" 81DESCRIPTION_sln = "Similar to the 'ln' utility, but statically linked. sln is useful to make symbolic links to dynamic libraries if the dynamic linking system, for some reason, is not functional."
82DESCRIPTION_eglibc-extra-nss = "eglibc: nis, nisplus and hesiod search services" 82SUMMARY_nscd = "Name service cache daemon"
83DESCRIPTION_ldd = "eglibc: print shared library dependencies" 83DESCRIPTION_nscd = "nscd, name service cache daemon, caches name service lookups for the passwd, group and hosts information. It can damatically improvide performance with remote, such as NIS or NIS+, name services."
84SUMMARY_eglibc-extra-nss = "hesiod, NIS and NIS+ nss libraries"
85DESCRIPTION_eglibc-extra-nss = "eglibc: nis, nisplus and hesiod search services."
86SUMMARY_ldd = "print shared library dependencies"
87DESCRIPTION_ldd = "/usr/bin/ldd prints shared library dependencies for each program or shared library specified on the command line."
84DESCRIPTION_localedef = "eglibc: compile locale definition files" 88DESCRIPTION_localedef = "eglibc: compile locale definition files"
85DESCRIPTION_eglibc-utils = "eglibc: misc utilities like iconf, local, gencat, tzselect, rpcinfo, ..." 89SUMMARY_eglibc-utils = "Miscellaneous utilities provided by eglibc"
90DESCRIPTION_eglibc-utils = "Miscellaneous utilities including getconf, iconf, locale, gencat, tzselect, zic, rpcinfo, ..."
86 91
87inherit libc-package 92inherit libc-package
88 93