summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/squashfs-tools
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2022-05-24 16:23:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-05-29 23:58:00 +0100
commit60cd120920e888f855312a6f8d48bfcecb4635a1 (patch)
tree8c2e5c2a4618aea412073c0652603c9d98c5b575 /meta/recipes-devtools/squashfs-tools
parent088970fb0bf045c8ccec5da9a3d74ba36d26db3c (diff)
downloadpoky-60cd120920e888f855312a6f8d48bfcecb4635a1.tar.gz
squashfs-tools: disable LZO by default
LZO is a fairly obsolete compression format these days, so disable it by default. (From OE-Core rev: 374756be0e332f625ebf8267a7d2216d9189a4d8) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/squashfs-tools')
-rw-r--r--meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
index 4e009d2625..0a7e0f2a52 100644
--- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
+++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
18 18
19EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}" 19EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
20 20
21PACKAGECONFIG ??= "gzip xz lzo lz4 lzma xattr zstd reproducible" 21PACKAGECONFIG ??= "gzip xz lz4 lzma xattr zstd reproducible"
22PACKAGECONFIG[gzip] = "GZIP_SUPPORT=1,GZIP_SUPPORT=0,zlib" 22PACKAGECONFIG[gzip] = "GZIP_SUPPORT=1,GZIP_SUPPORT=0,zlib"
23PACKAGECONFIG[xz] = "XZ_SUPPORT=1,XZ_SUPPORT=0,xz" 23PACKAGECONFIG[xz] = "XZ_SUPPORT=1,XZ_SUPPORT=0,xz"
24PACKAGECONFIG[lzo] = "LZO_SUPPORT=1,LZO_SUPPORT=0,lzo" 24PACKAGECONFIG[lzo] = "LZO_SUPPORT=1,LZO_SUPPORT=0,lzo"