aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2010-09-27 19:11:11 -0500
committerRichard Purdie <rpurdie@linux.intel.com>2010-10-11 22:15:37 +0100
commitdaa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (patch)
tree1f724e588d6220f5f73cccaec9b96b95636acf91 /meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
parentfa647b91768a151988f57036dfeff9a0846d6f61 (diff)
downloadopenembedded-core-daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c.tar.gz
recipes-bsp: Cleanup package descriptions and summaries
[BUGID #281] Evaluate and update each package in recipes-bsp to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Diffstat (limited to 'meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb')
-rw-r--r--meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb9
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
index af2db23102..4367a9fec0 100644
--- a/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
+++ b/meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb
@@ -1,4 +1,9 @@
-DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer"
+SUMMARY = "Tools for zmodem/xmodem/ymodem file transfer"
+DESCRIPTION = "Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from \
+the public-domain version of Chuck Forsberg's rzsz package. \
+These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \
+receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \
+running under various operating systems. "
HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
@@ -30,4 +35,4 @@ pkg_postrm() {
for util in rz rx rb sz sx sb; do
update-alternatives --remove $util ${bindir}/lrz
done
-} \ No newline at end of file
+}