summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc/glibc-package.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc/glibc-package.inc')
-rw-r--r--meta/recipes-core/glibc/glibc-package.inc16
1 files changed, 10 insertions, 6 deletions
diff --git a/meta/recipes-core/glibc/glibc-package.inc b/meta/recipes-core/glibc/glibc-package.inc
index 8faeeb7e89..27dc4271c3 100644
--- a/meta/recipes-core/glibc/glibc-package.inc
+++ b/meta/recipes-core/glibc/glibc-package.inc
@@ -80,13 +80,17 @@ FILES_glibc-thread-db = "${base_libdir}/libthread_db*"
80FILES_localedef${PKGSUFFIX} = "${bindir}/localedef" 80FILES_localedef${PKGSUFFIX} = "${bindir}/localedef"
81RPROVIDES_glibc-dev += "libc-dev" 81RPROVIDES_glibc-dev += "libc-dev"
82 82
83DESCRIPTION_sln = "glibc: create symbolic links between files" 83SUMMARY_sln = "The static ln."
84DESCRIPTION_nscd = "glibc: name service cache daemon for passwd, group, and hosts" 84DESCRIPTION_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."
85DESCRIPTION_glibc-extra-nss = "glibc: nis, nisplus and hesiod search services" 85SUMMARY_nscd = "Name service cache daemon"
86DESCRIPTION_ldd = "glibc: print shared library dependencies" 86DESCRIPTION_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."
87SUMMARY_glibc-extra-nss = "hesiod, NIS and NIS+ nss libraries"
88DESCRIPTION_glibc-extra-nss = "glibc: nis, nisplus and hesiod search services.
89SUMMARY_ldd = "print shared library dependencies"
90DESCRIPTION_ldd = "/usr/bin/ldd prints shared library dependencies for each program or shared library specified on the command line."
87DESCRIPTION_localedef = "glibc: compile locale definition files" 91DESCRIPTION_localedef = "glibc: compile locale definition files"
88DESCRIPTION_glibc-utils = "glibc: misc utilities like iconf, local, gencat, tzselect, rpcinfo, ..." 92SUMMARY_glibc-utils = "Miscellaneous utilities provided by glibc"
89 93DESCRIPTION_glibc-utils = "Miscellaneous utilities including getconf, iconf, locale, gencat, tzselect, zic, rpcinfo, ..."
90 94
91EXTRA_OEMAKE += "rootsbindir=${base_sbindir}" 95EXTRA_OEMAKE += "rootsbindir=${base_sbindir}"
92 96