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-sato/rxvt-unicode/rxvt-unicode_9.19.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb') diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb index c67adbb602..72eca6dab3 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.19.bb @@ -1,4 +1,5 @@ SECTION = "x11/utils" +SUMMARY = "rxvt terminal clone supporting unicode" DESCRIPTION = "rxvt-unicode is a clone of the well known \ terminal emulator rxvt, modified to store text in Unicode \ (either UCS-2 or UCS-4) and to use locale-correct input and \ -- cgit 1.2.3-korg