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 2f977601f8..78af269344 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 = "r6" | 17 | PR = "r7" |
18 | 18 | ||
19 | inherit pkgconfig autotools vala perlnative | 19 | inherit pkgconfig autotools vala perlnative |
20 | 20 | ||
@@ -54,10 +54,14 @@ do_install() { | |||
54 | rm ${D}${base_libdir}/systemd/system/serial-getty* -f | 54 | rm ${D}${base_libdir}/systemd/system/serial-getty* -f |
55 | } | 55 | } |
56 | 56 | ||
57 | PACKAGES =+ "${PN}-gui" | 57 | PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup" |
58 | 58 | ||
59 | FILES_${PN}-gui = "${bindir}/systemadm" | 59 | FILES_${PN}-gui = "${bindir}/systemadm" |
60 | 60 | ||
61 | FILES_${PN}-vconsole-setup = "${base_libdir}/systemd/systemd-vconsole-setup \ | ||
62 | ${base_libdir}/systemd/system/systemd-vconsole-setup.service \ | ||
63 | ${base_libdir}/systemd/system/sysinit.target.wants/systemd-vconsole-setup.service" | ||
64 | |||
61 | FILES_${PN} += " ${base_bindir}/* \ | 65 | FILES_${PN} += " ${base_bindir}/* \ |
62 | ${datadir}/dbus-1/services \ | 66 | ${datadir}/dbus-1/services \ |
63 | ${datadir}/dbus-1/system-services \ | 67 | ${datadir}/dbus-1/system-services \ |