Home
last modified time | relevance | path

Searched refs:bzip2 (Results 1 – 25 of 146) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-extended/bzip2/
H A Dbzip2_1.0.8.bb2 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"
[all …]
/openbmc/openbmc/poky/meta/recipes-extended/bzip2/bzip2/
H A D0001-fix-bzip2-version-tmp-aaa-will-hang.patch4 Subject: [PATCH] fix 'bzip2 --version > /tmp/aaa 2>&1' hang
8 As of the current version 1.0.8, bzip2 --version will print version
11 $ ./bzip2 --version
12 bzip2, a block-sorting file compressor. Version 1.0.8, 13-Jul-2019.
18 bzip2: I won't write compressed data to a terminal.
19 bzip2: For help, type: `bzip2 --help'.
24 [1] https://stackoverflow.com/questions/59757176/why-using-dev-null-with-a-program-like-bzip2
25 [2] https://sources.debian.org/src/bzip2/1.0.8-6/debian/patches/20-legacy.patch/
27 Upstream-Status: Submitted [bzip2-devel@sourceware.org]
31 bzip2.c | 8 +++++---
[all …]
H A DMakefile.am13 bin_PROGRAMS = bzip2 bzip2recover program
15 bzip2_SOURCES = bzip2.c
27 man_MANS = bzip2.1 bzgrep.1 bzmore.1 bzdiff.1
31 ./bzip2 -1 < sample1.ref > sample1.rb2
32 ./bzip2 -2 < sample2.ref > sample2.rb2
33 ./bzip2 -3 < sample3.ref > sample3.rb2
34 ./bzip2 -d < sample1.bz2 > sample1.tst
35 ./bzip2 -d < sample2.bz2 > sample2.tst
36 ./bzip2 -ds < sample3.bz2 > sample3.tst
49 ./bzip2-tests/run-tests.sh --without-valgrind --tests-dir="$(PWD)/bzip2-tests"
[all …]
H A Dconfigure.ac3 AC_INIT(bzip2, %BZIP2_VERSION%) package
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/
H A Dpbzip2_1.1.13.bb1 SUMMARY = "PBZIP2 is a parallel implementation of bzip2"
2 DESCRIPTION = "PBZIP2 is a parallel implementation of the bzip2 block-sorting \
4 machines. The output of this version is fully compatible with bzip2 v1.0.2 or \
5 newer (ie: anything compressed with pbzip2 can be decompressed with bzip2)."
8 LICENSE = "bzip2-1.0.6"
11 DEPENDS = "bzip2"
12 DEPENDS:append:class-native = " bzip2-replacement-native"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/links/
H A Dlinks.inc14 PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libcompress/
H A Dlibcompress-raw-bzip2-perl_2.213.bb1 SUMMARY = "Low-Level Interface to bzip2 compression library"
3 compression/uncompression functions from the bzip2 compression library."
14 DEPENDS += "bzip2"
/openbmc/openbmc/poky/meta/recipes-graphics/freetype/
H A Dfreetype_2.13.3.bb30 PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
/openbmc/openbmc/poky/meta/recipes-extended/man-db/
H A Dman-db_2.13.0.bb28 PACKAGECONFIG[bzip2] = "--with-bzip2=bzip2,ac_cv_prog_have_bzip2='',bzip2"
64 return "bzip2"
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libio/
H A Dlibio-compress-perl_2.213.bb3 and writing of compressed data created with the zlib and bzip2. \
7 * bzip2 \
37 libcompress-raw-bzip2-perl \
/openbmc/openbmc/meta-arm/meta-arm-systemready/recipes-test/arm-systemready-acs/
H A Darm-systemready-ir-acs.bb5 & BSD-3-Clause & BSD-4-Clause & bzip2-1.0.4 & bzip2-1.0.6 & CC-BY-SA-4.0 \
18 file://${COMMON_LICENSE_DIR}/bzip2-1.0.4;md5=452e1b423688222dcfc3cb9462c92902 \
19 file://${COMMON_LICENSE_DIR}/bzip2-1.0.6;md5=841c5495611ae95b13e80fa4a0627333 \
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/
H A Dserial-tests-config.patch23 -AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests parallel-tests
24 +AM_INIT_AUTOMAKE([1.11.6 dist-bzip2 dist-xz color-tests serial-tests
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/rocksdb/
H A Drocksdb_9.0.0.bb34 PACKAGECONFIG ??= "bzip2 zlib lz4 gflags"
35 PACKAGECONFIG[bzip2] = "-DWITH_BZ2=ON,-DWITH_BZ2=OFF,bzip2"
/openbmc/linux/arch/mips/boot/
H A DMakefile63 $(call if_changed,bzip2)
89 $(call if_changed,uimage,bzip2)
146 $(call if_changed,cpp_its_S,bzip2,vmlinux.bin.bz2)
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in83 bzip2
152 bzip2
206 bzip2
/openbmc/openbmc/poky/meta/files/common-licenses/
H A Dbzip2-1.0.63 This program, "bzip2", the associated library "libbzip2", and all
39 bzip2/libbzip2 version 1.0.6 of 6 September 2010
H A Dbzip2-1.0.44 This program, "bzip2", the associated library "libbzip2", and all
41 bzip2/libbzip2 version 1.0.4 of 20 December 2006
H A Dbzip2-1.0.55 This program, bzip2, the associated library libbzip2, and all documentation, are copyright © 1996-2…
18 PATENTS: To the best of my knowledge, bzip2 and libbzip2 do not use any patented algorithms. Howeve…
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/
H A Dlibarchive_3.7.7.bb12 DEPENDS_BZIP2 = "bzip2-replacement-native"
13 DEPENDS_BZIP2:class-target = "bzip2"
/openbmc/openbmc/poky/meta/recipes-devtools/file/
H A Dfile_5.46.bb12 DEPENDS:class-native = "bzip2-replacement-native"
25 PACKAGECONFIG[bz2] = "--enable-bzlib, --disable-bzlib, bzip2"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/musicpd/
H A Dmpd_0.23.16.bb39 alsa ao bzip2 daemon \
51 PACKAGECONFIG[bzip2] = "-Dbzip2=enabled,-Dbzip2=disabled,bzip2"
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A Dptest.patch31 -AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip parallel-tests])
32 +AM_INIT_AUTOMAKE([gnits 1.11 -Wno-portability dist-bzip2 no-dist-gzip serial-tests])
/openbmc/linux/arch/sh/boot/
H A DMakefile72 $(call if_changed,bzip2)
84 $(call if_changed,uimage,bzip2)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/xpext/xpext/
H A Dauxdir.patch10 AM_INIT_AUTOMAKE([dist-bzip2])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minifi-cpp/files/
H A D0001-Do-not-use-bundled-packages.patch6 Use external dependencies for openssl, curl, bzip2, zlib, libarchive,
27 - list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/bzip2/dummy")

123456