From e792f5470bbe23aa72c257eec5caa289da665d98 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. (From OE-Core rev: db02edd2e9d7645592933cbb25ea0ca4d6561392) Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/socat/socat_1.7.2.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/socat') diff --git a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb index f015def60a..398caa350a 100644 --- a/meta/recipes-connectivity/socat/socat_1.7.2.2.bb +++ b/meta/recipes-connectivity/socat/socat_1.7.2.2.bb @@ -1,3 +1,4 @@ +SUMMARY = "Multipurpose relay for bidirectional data transfer" DESCRIPTION = "Socat is a relay for bidirectional data \ transfer between two independent data channels." HOMEPAGE = "http://www.dest-unreach.org/socat/" -- cgit v1.2.3-54-g00ecf