mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
squashfs-tools: build with lzo support
This is e.g. needed to be able to install snaps. (From OE-Core rev: dbe5d8334b7abe06c1d5808d37af0fb8d1d14037) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3a804fa64e
commit
682a93f1e9
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user