| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/ |
| H A D | bzip2_1.0.8.bb | 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" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bzip2/bzip2/ |
| H A D | Makefile.am | 13 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 …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/ |
| H A D | pbzip2_1.1.13.bb | 1 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"
|
| /OK3568_Linux_fs/buildroot/package/zip/ |
| H A D | 0004-configure-use-LDFLAGS-from-command-line.patch | 6 The bzip2 support may not enabled due to a build error 7 during the checking for bzip2 library. 8 The library path (-L) to bzip2 library is missing. 26 echo "-- OS supports bzip2 - linking in bzip2" 31 echo "-- Either bzlib.h or libbz2.a not found - no bzip2"
|
| /OK3568_Linux_fs/buildroot/package/bzip2/ |
| H A D | bzip2.mk | 8 BZIP2_SITE = https://sourceware.org/pub/bzip2 10 BZIP2_LICENSE = bzip2 license 23 $(MAKE) -C $(@D) libbz2.a bzip2 bzip2recover $(TARGET_CONFIGURE_OPTS) 49 rm -f $(addprefix $(TARGET_DIR)/usr/bin/,bzip2 bunzip2 bzcat) 59 $(MAKE) -C $(@D) libbz2.a bzip2 bzip2recover
|
| H A D | 0001-build-objects-twice.patch | 12 Index: bzip2-1.0.6/Makefile-libbz2_so 14 --- bzip2-1.0.6.orig/Makefile-libbz2_so 15 +++ bzip2-1.0.6/Makefile-libbz2_so 39 rm -f $(OBJS) bzip2.o libbz2.so.1.0.6 libbz2.so.1.0 bzip2-shared
|
| H A D | 0002-improve-build-system.patch | 1 Improve bzip2 build system 3 This patch makes a number of improvements to the bzip2 build system: 74 $(CC) $(CFLAGS) -o bzip2-shared bzip2.c libbz2.so.1.0.8 84 rm -f $(OBJS) bzip2.o libbz2.so.1.0.8 libbz2.so.1.0 bzip2-shared
|
| H A D | bzip2.hash | 1 # From https://sourceware.org/pub/bzip2/sha512.sum 2 …831312a6581cefbe6ed0d08d2fa89be81082f2a5abdabca8b3c080bf97218a1bd59dc118a30b9f3 bzip2-1.0.8.tar.gz
|
| H A D | Config.in | 2 bool "bzip2" 9 https://sourceware.org/bzip2/
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/links/ |
| H A D | links.inc | 14 PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0026-Add-options-to-disable-zlib-bzip2-and-xz-modules.patch | 4 Subject: [PATCH] Add options to disable zlib, bzip2 and xz modules 19 +AC_ARG_ENABLE(bzip2, 20 + AS_HELP_STRING([--disable-bzip2], [disable bzip2]),
|
| /OK3568_Linux_fs/buildroot/package/freetype/ |
| H A D | freetype.mk | 25 --without-bzip2 \ 49 FREETYPE_DEPENDENCIES += bzip2 50 FREETYPE_CONF_OPTS += --with-bzip2 52 FREETYPE_CONF_OPTS += --without-bzip2
|
| /OK3568_Linux_fs/buildroot/package/gnupg2/ |
| H A D | gnupg2.mk | 33 GNUPG2_CONF_OPTS += --enable-bzip2 --with-bzip2=$(STAGING_DIR) 34 GNUPG2_DEPENDENCIES += bzip2 36 GNUPG2_CONF_OPTS += --disable-bzip2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/imlib2/ |
| H A D | imlib2_git.bb | 31 PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/man-db/ |
| H A D | man-db_2.10.2.bb | 26 PACKAGECONFIG[bzip2] = "--with-bzip2=bzip2,ac_cv_prog_have_bzip2='',bzip2" 60 return "bzip2"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/freetype/ |
| H A D | freetype_2.11.1.bb | 33 PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xorriso/ |
| H A D | xorriso_1.5.5.bb | 13 PACKAGECONFIG ??= "acl attr zlib bzip2 readline" 17 PACKAGECONFIG[bzip2] = "--enable-libbz2,--disable-libbz2,bzip2,"
|
| /OK3568_Linux_fs/buildroot/package/irrlicht/ |
| H A D | irrlicht.mk | 15 IRRLICHT_LICENSE = Zlib (irrlicht), BSD-3-Clause (libaesGladman), bzip2-1.0.5 (bzip2), IJG (libjpeg… 18 doc/bzip2-license.txt \
|
| /OK3568_Linux_fs/buildroot/package/links/ |
| H A D | links.mk | 60 LINKS_CONF_OPTS += --with-bzip2 61 LINKS_DEPENDENCIES += bzip2 63 LINKS_CONF_OPTS += --without-bzip2
|
| /OK3568_Linux_fs/buildroot/package/clamav/ |
| H A D | clamav.mk | 10 CLAMAV_LICENSE_FILES = COPYING COPYING.bzip2 COPYING.file COPYING.getopt \ 55 CLAMAV_DEPENDENCIES += bzip2 61 CLAMAV_CONF_OPTS += --disable-bzip2
|
| /OK3568_Linux_fs/buildroot/package/cdrkit/ |
| H A D | cdrkit.mk | 10 CDRKIT_DEPENDENCIES = libcap bzip2 zlib 11 HOST_CDRKIT_DEPENDENCIES = host-libcap host-bzip2 host-zlib
|
| /OK3568_Linux_fs/buildroot/package/lzip/ |
| H A D | Config.in | 9 similar to the one of gzip or bzip2. 11 bzip2, and is better than both from a data recovery
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/rocksdb/ |
| H A D | rocksdb_6.20.3.bb | 32 PACKAGECONFIG ??= "bzip2 zlib lz4 gflags" 33 PACKAGECONFIG[bzip2] = "-DWITH_BZ2=ON,-DWITH_BZ2=OFF,bzip2"
|
| /OK3568_Linux_fs/buildroot/package/lighttpd/ |
| H A D | lighttpd.mk | 44 LIGHTTPD_DEPENDENCIES += bzip2 45 LIGHTTPD_CONF_OPTS += --with-bzip2 47 LIGHTTPD_CONF_OPTS += --without-bzip2
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libio/ |
| H A D | compress-raw-bzip2-perl_2.096.bb | 2 compression/uncompression functions from the bzip2 compression library." 18 DEPENDS += "bzip2"
|