diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-12-21 22:51:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:47:33 +0000 |
commit | db02edd2e9d7645592933cbb25ea0ca4d6561392 (patch) | |
tree | 78e2244f8131c63a1bdf5aa62b84fe4e384c06a2 /meta/recipes-connectivity/socat | |
parent | b8feee3cf21f70ba4ec3b822d2f596d4fc02a292 (diff) | |
download | openembedded-core-db02edd2e9d7645592933cbb25ea0ca4d6561392.tar.gz openembedded-core-db02edd2e9d7645592933cbb25ea0ca4d6561392.tar.bz2 openembedded-core-db02edd2e9d7645592933cbb25ea0ca4d6561392.zip |
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 <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/socat')
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.2.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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/" |