diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2010-09-27 19:11:11 -0500 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-11 22:15:37 +0100 |
commit | daa21c1e0a306c45f06c6fe6adb5fe1d6a90070c (patch) | |
tree | 1f724e588d6220f5f73cccaec9b96b95636acf91 /meta/recipes-bsp/lrzsz/lrzsz_0.12.20.bb | |
parent | fa647b91768a151988f57036dfeff9a0846d6f61 (diff) | |
download | poky-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.bb | 9 |
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 @@ | |||
1 | DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer" | 1 | SUMMARY = "Tools for zmodem/xmodem/ymodem file transfer" |
2 | DESCRIPTION = "Lrzsz is a cosmetically modified zmodem/ymodem/xmodem package built from \ | ||
3 | the public-domain version of Chuck Forsberg's rzsz package. \ | ||
4 | These programs use error correcting protocols ({z,x,y}modem) to send (sz, sx, sb) and \ | ||
5 | receive (rz, rx, rb) files over a dial-in serial port from a variety of programs \ | ||
6 | running under various operating systems. " | ||
2 | HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html" | 7 | HOMEPAGE = "http://www.ohse.de/uwe/software/lrzsz.html" |
3 | LICENSE = "GPLv2+" | 8 | LICENSE = "GPLv2+" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ |
@@ -30,4 +35,4 @@ pkg_postrm() { | |||
30 | for util in rz rx rb sz sx sb; do | 35 | for util in rz rx rb sz sx sb; do |
31 | update-alternatives --remove $util ${bindir}/lrz | 36 | update-alternatives --remove $util ${bindir}/lrz |
32 | done | 37 | done |
33 | } \ No newline at end of file | 38 | } |