summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/nss-myhostname
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-21 22:51:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:50:18 +0000
commite792f5470bbe23aa72c257eec5caa289da665d98 (patch)
tree8d642768f55c28abd91722df9de6493befafc2cb /meta/recipes-support/nss-myhostname
parentcec8b230cf2b459dc47deeaa201dd13055b5fb9a (diff)
downloadpoky-e792f5470bbe23aa72c257eec5caa289da665d98.tar.gz
Add missing SUMMARY values
These recipes all had a long DESCRIPTION but no SUMMARY; since the SUMMARY is often displayed alone by package managers and the default value ("${PN} version ${PV}") isn't particularly useful, we should always try to set SUMMARY. (From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/nss-myhostname')
-rw-r--r--meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
index d5ed084ed2..540f22330a 100644
--- a/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
+++ b/meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb
@@ -1,3 +1,4 @@
1SUMMARY = "Name Service Switch module for resolving the local hostname"
1DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \ 2DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \
2the GNU C Library (glibc) providing host name resolution for the locally \ 3the GNU C Library (glibc) providing host name resolution for the locally \
3configured system hostname as returned by gethostname(2)." 4configured system hostname as returned by gethostname(2)."