diff options
-rw-r--r-- | meta-oe/recipes-core/systemd/systemd_git.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb index 32bdee941..b779f61d9 100644 --- a/meta-oe/recipes-core/systemd/systemd_git.bb +++ b/meta-oe/recipes-core/systemd/systemd_git.bb | |||
@@ -14,7 +14,7 @@ inherit gitpkgv | |||
14 | PKGV = "v${GITPKGVTAG}" | 14 | PKGV = "v${GITPKGVTAG}" |
15 | 15 | ||
16 | PV = "git" | 16 | PV = "git" |
17 | PR = "r8" | 17 | PR = "r9" |
18 | 18 | ||
19 | inherit useradd pkgconfig autotools vala perlnative | 19 | inherit useradd pkgconfig autotools vala perlnative |
20 | 20 | ||
@@ -58,11 +58,15 @@ do_install() { | |||
58 | ln -s ${base_bindir}/systemd ${D}/init | 58 | ln -s ${base_bindir}/systemd ${D}/init |
59 | } | 59 | } |
60 | 60 | ||
61 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs" | 61 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup ${PN}-initramfs ${PN}-analyze" |
62 | 62 | ||
63 | USERADD_PACKAGES = "${PN}" | 63 | USERADD_PACKAGES = "${PN}" |
64 | GROUPADD_PARAM_${PN} = "-r lock" | 64 | GROUPADD_PARAM_${PN} = "-r lock" |
65 | 65 | ||
66 | FILES_${PN}-analyze = "${bindir}/systemd-analyze" | ||
67 | RDEPENDS_${PN}-analyze = "python-dbus" | ||
68 | RRECOMMENDS_${PN}-analyze = "python-pycairo" | ||
69 | |||
66 | FILES_${PN}-initramfs = "/init" | 70 | FILES_${PN}-initramfs = "/init" |
67 | RDEPENDS_${PN}-initramfs = "${PN}" | 71 | RDEPENDS_${PN}-initramfs = "${PN}" |
68 | 72 | ||