From f992d6b4348bc2fde4a415bcc10b1a770aa9a0bc Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 18 Nov 2010 17:44:37 -0600 Subject: recipes-extended: Add Summary information Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle --- meta/recipes-extended/bzip2/bzip2_1.0.6.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-extended/bzip2/bzip2_1.0.6.bb') diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb index 5e558a29c4..f5b9ac1279 100644 --- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb +++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb @@ -1,4 +1,7 @@ -DESCRIPTION = "Very high-quality data compression program." +SUMMARY = "Very high-quality data compression program." +DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \ +Huffman coding. Compression is generally considerably better than that achieved by more conventional \ +LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors." HOMEPAGE = "http://www.bzip.org/" SECTION = "console/utils" LICENSE = "bzip2" -- cgit 1.2.3-korg