]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
squashfs-tools: disable LZO by default
authorRoss Burton <ross.burton@arm.com>
Tue, 24 May 2022 15:23:56 +0000 (16:23 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 29 May 2022 22:57:58 +0000 (23:57 +0100)
LZO is a fairly obsolete compression format these days, so disable it by
default.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb

index 4e009d262554b1516265a340a34d35deade58bfc..0a7e0f2a523faa84a52eecb81b6b9b4d5ab2fb3c 100644 (file)
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
 
-PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible"
+PACKAGECONFIG ??= "gzip xz lz4 lzma xattr zstd reproducible"
 PACKAGECONFIG[gzip] = "GZIP_SUPPORT=1,GZIP_SUPPORT=0,zlib"
 PACKAGECONFIG[xz] = "XZ_SUPPORT=1,XZ_SUPPORT=0,xz"
 PACKAGECONFIG[lzo] = "LZO_SUPPORT=1,LZO_SUPPORT=0,lzo"