[oe-commits] Bob Cochran : fix up eglibc-utils description to match what is actually included

git at git.openembedded.org git at git.openembedded.org
Sat Aug 23 08:32:19 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: ae96e831e62e37a018cc924d38a338ffc05ab4da
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ae96e831e62e37a018cc924d38a338ffc05ab4da

Author: Bob Cochran <openembedded at mindchasers.com>
Date:   Sun Aug 17 12:22:55 2014 -0400

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

Signed-off-by: Bob Cochran <openembedded at mindchasers.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/eglibc/eglibc-package.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/eglibc/eglibc-package.inc b/meta/recipes-core/eglibc/eglibc-package.inc
index c357a13..2a91fa6 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.
 SUMMARY_ldd = "print shared library dependencies"
 DESCRIPTION_ldd = "${bindir}/ldd prints shared library dependencies for each program or shared library specified on the command line."
 SUMMARY_${PN}-utils = "Miscellaneous utilities provided by eglibc"
-DESCRIPTION_${PN}-utils = "Miscellaneous utilities including getconf, iconf, locale, gencat, rpcinfo, ..."
+DESCRIPTION_${PN}-utils = "Miscellaneous utilities including getconf, iconv, locale, gencat, rpcgen, ..."
 DESCRIPTION_libsotruss = "Library to support sotruss which traces calls through PLTs"
 DESCRIPTION_tzcode = "tzcode, timezone zoneinfo utils -- zic, zdump, tzselect"
 



More information about the Openembedded-commits mailing list