From daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 27 Sep 2010 19:11:11 -0500 Subject: 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 --- meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'meta/recipes-bsp/lrzsz') 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 +} -- cgit 1.2.3-korg