summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/bzip2/bzip2_1.0.6.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
index de668d6d2b..acbf80a685 100644
--- a/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
+++ b/meta/recipes-extended/bzip2/bzip2_1.0.6.bb
@@ -2,13 +2,13 @@ SUMMARY = "Very high-quality data compression program"
2DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \ 2DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algorithm, and \
3Huffman coding. Compression is generally considerably better than that achieved by more conventional \ 3Huffman coding. Compression is generally considerably better than that achieved by more conventional \
4LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors." 4LZ77/LZ78-based compressors, and approaches the performance of the PPM family of statistical compressors."
5HOMEPAGE = "http://www.bzip.org/" 5HOMEPAGE = "https://sourceware.org/bzip2/"
6SECTION = "console/utils" 6SECTION = "console/utils"
7LICENSE = "bzip2" 7LICENSE = "bzip2"
8LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2" 8LIC_FILES_CHKSUM = "file://LICENSE;beginline=8;endline=37;md5=40d9d1eb05736d1bfc86cfdd9106e6b2"
9PR = "r5" 9PR = "r5"
10 10
11SRC_URI = "http://www.bzip.org/${PV}/${BP}.tar.gz \ 11SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/${BP}.tar.gz \
12 file://fix-bunzip2-qt-returns-0-for-corrupt-archives.patch \ 12 file://fix-bunzip2-qt-returns-0-for-corrupt-archives.patch \
13 file://configure.ac;subdir=${BP} \ 13 file://configure.ac;subdir=${BP} \
14 file://Makefile.am;subdir=${BP} \ 14 file://Makefile.am;subdir=${BP} \
@@ -19,7 +19,7 @@ SRC_URI = "http://www.bzip.org/${PV}/${BP}.tar.gz \
19SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b" 19SRC_URI[md5sum] = "00b516f4704d4a7cb50a1d97e6e8e15b"
20SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd" 20SRC_URI[sha256sum] = "a2848f34fcd5d6cf47def00461fcb528a0484d8edef8208d6d2e2909dc61d9cd"
21 21
22UPSTREAM_CHECK_URI = "http://www.bzip.org/downloads.html" 22UPSTREAM_CHECK_URI = "https://www.sourceware.org/bzip2/"
23 23
24PACKAGES =+ "libbz2" 24PACKAGES =+ "libbz2"
25 25