summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/systemd/systemd_197.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 5180eef2b3..dc54f366f7 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/meta/recipes-core/systemd/systemd_197.bb
@@ -11,7 +11,7 @@ PROVIDES = "udev"
11PE = "1" 11PE = "1"
12PR = "r4" 12PR = "r4"
13 13
14DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0" 14DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0"
15DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 15DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
16 16
17SECTION = "base/shell" 17SECTION = "base/shell"
@@ -43,9 +43,11 @@ LDFLAGS_libc-uclibc_append = " -lrt"
43 43
44GTKDOC_DOCDIR = "${S}/docs/" 44GTKDOC_DOCDIR = "${S}/docs/"
45 45
46PACKAGECONFIG ??= "" 46PACKAGECONFIG ??= "xz"
47# Sign the journal for anti-tampering 47# Sign the journal for anti-tampering
48PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" 48PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
49# Compress the journal
50PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz"
49 51
50CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" 52CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill"
51 53