Lines Matching refs:bzip2
2 DESCRIPTION = "bzip2 compresses files using the Burrows-Wheeler block-sorting text compression algo…
5 HOMEPAGE = "https://sourceware.org/bzip2/"
7 LICENSE = "bzip2-1.0.6 & GPL-3.0-or-later & Apache-2.0 & MS-PL & BSD-3-Clause & Zlib"
8 LICENSE:${PN} = "bzip2-1.0.6"
9 LICENSE:${PN}-dev = "bzip2-1.0.6"
10 LICENSE:${PN}-dbg = "bzip2-1.0.6"
11 LICENSE:${PN}-doc = "bzip2-1.0.6"
12 LICENSE:${PN}-src = "bzip2-1.0.6"
13 LICENSE:libbz2 = "bzip2-1.0.6"
14 LICENSE:${PN}-ptest = "bzip2-1.0.6 & GPL-3.0-or-later & Apache-2.0 & MS-PL & BSD-3-Clause & Zlib"
25 git://sourceware.org/git/bzip2-tests.git;name=bzip2-tests;branch=master \
35 UPSTREAM_CHECK_URI = "https://www.sourceware.org/pub/bzip2/"
44 ALTERNATIVE:${PN} = "bunzip2 bzcat bzip2"
46 #install binaries to bzip2-native under sysroot for replacement-native
54 install -d ${D}${PTEST_PATH}/bzip2-tests
55 cp -r ${WORKDIR}/git/commons-compress ${D}${PTEST_PATH}/bzip2-tests/commons-compress
56 cp -r ${WORKDIR}/git/dotnetzip ${D}${PTEST_PATH}/bzip2-tests/dotnetzip
57 cp -r ${WORKDIR}/git/go ${D}${PTEST_PATH}/bzip2-tests/go
58 cp -r ${WORKDIR}/git/lbzip2 ${D}${PTEST_PATH}/bzip2-tests/lbzip2
59 cp -r ${WORKDIR}/git/pyflate ${D}${PTEST_PATH}/bzip2-tests/pyflate
60 cp ${WORKDIR}/git/README ${D}${PTEST_PATH}/bzip2-tests/
61 cp ${WORKDIR}/git/run-tests.sh ${D}${PTEST_PATH}/bzip2-tests/
69 PROVIDES:append:class-native = " bzip2-replacement-native"