From: Markus Volk Date: Sun, 4 Sep 2022 05:29:28 +0000 (+0200) Subject: squashfs-tools: build with lzo support X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3038 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dbe5d8334b7abe06c1d5808d37af0fb8d1d14037;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git squashfs-tools: build with lzo support This is e.g. needed to be able to install snaps. Signed-off-by: Markus Volk Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb index 0a7e0f2a523..4e009d26255 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" 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"