summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2021-08-10 21:39:37 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-13 14:44:06 +0100
commit47c32a99aead327c552dd84f913a9dc0defb0119 (patch)
tree8fbacec46a3a2f0d330ee3932dfe62128c049142 /meta/recipes-core
parent46e975c5811c0d335f378539696a8cd1718a0ef0 (diff)
downloadpoky-47c32a99aead327c552dd84f913a9dc0defb0119.tar.gz
systemd: add zstd PACKAGECONFIG
systemd supports using zstd compression for journald and core files. Add the necessary PACKAGECONFIG to enable zstd. (From OE-Core rev: 0e0f8b708beeb1f6add5168b92a5a6a2c8ce96cd) 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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/systemd/systemd_249.1.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_249.1.bb b/meta/recipes-core/systemd/systemd_249.1.bb
index 5d472027c9..b305092935 100644
--- a/meta/recipes-core/systemd/systemd_249.1.bb
+++ b/meta/recipes-core/systemd/systemd_249.1.bb
@@ -199,6 +199,7 @@ PACKAGECONFIG[xdg-autostart] = "-Dxdg-autostart=true,-Dxdg-autostart=false"
199PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon" 199PACKAGECONFIG[xkbcommon] = "-Dxkbcommon=true,-Dxkbcommon=false,libxkbcommon"
200PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz" 200PACKAGECONFIG[xz] = "-Dxz=true,-Dxz=false,xz"
201PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib" 201PACKAGECONFIG[zlib] = "-Dzlib=true,-Dzlib=false,zlib"
202PACKAGECONFIG[zstd] = "-Dzstd=true,-Dzstd=false,zstd"
202 203
203# Helper variables to clarify locations. This mirrors the logic in systemd's 204# Helper variables to clarify locations. This mirrors the logic in systemd's
204# build system. 205# build system.