summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorBob Cochran <openembedded@mindchasers.com>2014-08-17 12:22:55 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:26:12 +0100
commitf9e6b7e618fa3b1875f4af964e727482de0a9267 (patch)
treedfc62c80609ae60ffc833d940ac1616a4f3eb5a3 /meta/recipes-core
parentf9619af318ee5b03793e29e7d0235ad749268f9c (diff)
downloadpoky-f9e6b7e618fa3b1875f4af964e727482de0a9267.tar.gz
fix up eglibc-utils description to match what is actually included
iconf must have been a typo for iconv rpcinfo is found elsewhere (currently rpcbind) and not eglibc-utils - replace its mention with rpcgen (From OE-Core rev: ae96e831e62e37a018cc924d38a338ffc05ab4da) Signed-off-by: Bob Cochran <openembedded@mindchasers.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/eglibc/eglibc-package.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
index c357a1376b..2a91fa6840 100644
--- a/meta/recipes-core/eglibc/eglibc-package.inc
+++ b/meta/recipes-core/eglibc/eglibc-package.inc
@@ -66,7 +66,7 @@ DESCRIPTION_eglibc-extra-nss = "eglibc: nis, nisplus and hesiod search services.
66SUMMARY_ldd = "print shared library dependencies" 66SUMMARY_ldd = "print shared library dependencies"
67DESCRIPTION_ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line." 67DESCRIPTION_ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line."
68SUMMARY_${PN}-utils = "Miscellaneous utilities provided by eglibc" 68SUMMARY_${PN}-utils = "Miscellaneous utilities provided by eglibc"
69DESCRIPTION_${PN}-utils = "Miscellaneous utilities including getconf, iconf, locale, gencat, rpcinfo, ..." 69DESCRIPTION_${PN}-utils = "Miscellaneous utilities including getconf, iconv, locale, gencat, rpcgen, ..."
70DESCRIPTION_libsotruss = "Library to support sotruss which traces calls through PLTs" 70DESCRIPTION_libsotruss = "Library to support sotruss which traces calls through PLTs"
71DESCRIPTION_tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect" 71DESCRIPTION_tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
72 72