summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-01-28 23:23:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-02-01 15:54:30 +0000
commitb11f1bf6e1a10123449239f6a84cc56151896fc4 (patch)
tree04290c289364753fecbe8f8b62f7e8fb78ccbb9f /meta/recipes-core/systemd
parent6ff6b79a9746bc34d8eecf92468a48c1de829c95 (diff)
downloadpoky-b11f1bf6e1a10123449239f6a84cc56151896fc4.tar.gz
systemd: systemd-analyze remove python runtime dependencies
systemd-analyze was rewritten in C (From OE-Core rev: d0682242fb44042497764ecc821b19c3f89054a0) (From OE-Core rev: 83b0af0aa50e1b0259ae13ea723289a3edb7d9e2) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_197.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb
index bf7fd54da1..48188baf9d 100644
--- a/meta/recipes-core/systemd/systemd_197.bb
+++ b/meta/recipes-core/systemd/systemd_197.bb
@@ -112,8 +112,6 @@ USERADD_PACKAGES = "${PN}"
112GROUPADD_PARAM_${PN} = "-r lock" 112GROUPADD_PARAM_${PN} = "-r lock"
113 113
114FILES_${PN}-analyze = "${base_bindir}/systemd-analyze" 114FILES_${PN}-analyze = "${base_bindir}/systemd-analyze"
115RDEPENDS_${PN}-analyze = "python-dbus python-argparse python-textutils"
116RRECOMMENDS_${PN}-analyze = "python-pycairo"
117 115
118FILES_${PN}-initramfs = "/init" 116FILES_${PN}-initramfs = "/init"
119RDEPENDS_${PN}-initramfs = "${PN}" 117RDEPENDS_${PN}-initramfs = "${PN}"