mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
recipes-extended: Add Summary information
Add Summary information and update descriptions as necessary. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
committed by
Richard Purdie
parent
8bcb64c073
commit
f992d6b434
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user