]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: add zstd PACKAGECONFIG
authorPatrick Williams <patrick@stwcx.xyz>
Wed, 11 Aug 2021 02:39:37 +0000 (21:39 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Aug 2021 13:44:02 +0000 (14:44 +0100)
systemd supports using zstd compression for journald and core files.
Add the necessary PACKAGECONFIG to enable zstd.

Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd_249.1.bb

index 5d472027c9b7056aeb335bc739fcc30f590bf95c..b3050929354899941be742831eda2c867ea2c340 100644 (file)
@@ -199,6 +199,7 @@ PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false"
 PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon"
 PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz"
 PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib"
+PACKAGECONFIG[zstd] = "-Dzstd=true,-Dzstd=false,zstd"
 
 # Helper variables to clarify locations.  This mirrors the logic in systemd's
 # build system.