From db02edd2e9d7645592933cbb25ea0ca4d6561392 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sat, 21 Dec 2013 22:51:12 +0000 Subject: 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. Signed-off-by: Paul Eggleton --- meta/recipes-support/nss-myhostname/nss-myhostname_0.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-support/nss-myhostname') 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 @@ +SUMMARY = "Name Service Switch module for resolving the local hostname" DESCRIPTION = "plugin for the GNU Name Service Switch (NSS) functionality of \ the GNU C Library (glibc) providing host name resolution for the locally \ configured system hostname as returned by gethostname(2)." -- cgit 1.2.3-korg