]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
squashfs-tools: build with lzo support
authorMarkus Volk <f_l_k@t-online.de>
Sun, 4 Sep 2022 05:29:28 +0000 (07:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 5 Sep 2022 15:48:44 +0000 (16:48 +0100)
This is e.g. needed to be able to install snaps.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb

index 0a7e0f2a523faa84a52eecb81b6b9b4d5ab2fb3c..4e009d262554b1516265a340a34d35deade58bfc 100644 (file)
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
 
 EXTRA_OEMAKE = "${PACKAGECONFIG_CONFARGS}"
 
-PACKAGECONFIG ??= "gzip xz lz4 lzma xattr zstd reproducible"
+PACKAGECONFIG ??= "gzip xz lzo 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"