summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_197.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd_197.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_197.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index 2b59eadd22..bf7fd54da1 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/meta/recipes-core/systemd/systemd_197.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
9PROVIDES = "udev" 9PROVIDES = "udev"
10 10
11PE = "1" 11PE = "1"
12PR = "r1" 12PR = "r2"
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 libgcrypt" 14DEPENDS = "xz kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup tcp-wrappers glib-2.0 libgcrypt"
15DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" 15DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -111,7 +111,7 @@ PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze"
111USERADD_PACKAGES = "${PN}" 111USERADD_PACKAGES = "${PN}"
112GROUPADD_PARAM_${PN} = "-r lock" 112GROUPADD_PARAM_${PN} = "-r lock"
113 113
114FILES_${PN}-analyze = "${bindir}/systemd-analyze" 114FILES_${PN}-analyze = "${base_bindir}/systemd-analyze"
115RDEPENDS_${PN}-analyze = "python-dbus python-argparse python-textutils" 115RDEPENDS_${PN}-analyze = "python-dbus python-argparse python-textutils"
116RRECOMMENDS_${PN}-analyze = "python-pycairo" 116RRECOMMENDS_${PN}-analyze = "python-pycairo"
117 117