| Submitter | Andreas Müller |
|---|---|
| Date | Jan. 28, 2013, 10:23 p.m. |
| Message ID | <1359411826-5264-3-git-send-email-schnitzeltony@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/43585/ |
| State | Accepted |
| Commit | 83b0af0aa50e1b0259ae13ea723289a3edb7d9e2 |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/systemd/systemd_197.bb b/meta/recipes-core/systemd/systemd_197.bb index 280fa51..a956265 100644 --- a/meta/recipes-core/systemd/systemd_197.bb +++ b/meta/recipes-core/systemd/systemd_197.bb @@ -113,8 +113,6 @@ USERADD_PACKAGES = "${PN}" GROUPADD_PARAM_${PN} = "-r lock" FILES_${PN}-analyze = "${base_bindir}/systemd-analyze" -RDEPENDS_${PN}-analyze = "python-dbus python-argparse python-textutils" -RRECOMMENDS_${PN}-analyze = "python-pycairo" FILES_${PN}-initramfs = "/init" RDEPENDS_${PN}-initramfs = "${PN}"
systemd-analyze was rewritten in C Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> --- meta/recipes-core/systemd/systemd_197.bb | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)