systemd: split out vconsole services into its own subpackage
authorKoen Kooi <koen@dominion.thruhere.net>
Sun, 9 Oct 2011 20:16:06 +0000 (22:16 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:15:25 +0000 (08:15 -0800)
(From meta-openembedded rev: 375b2e6c6b9d6ed8c0c327e6d32da7a2febddfcf)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-core/systemd/systemd_git.bb

index 2f97760..78af269 100644 (file)
@@ -14,7 +14,7 @@ inherit gitpkgv
 PKGV = "v${GITPKGVTAG}"
 
 PV = "git"
-PR = "r6"
+PR = "r7"
 
 inherit pkgconfig autotools vala perlnative
 
@@ -54,10 +54,14 @@ do_install() {
        rm ${D}${base_libdir}/systemd/system/serial-getty* -f
 }
 
-PACKAGES =+ "${PN}-gui"
+PACKAGES =+ "${PN}-gui ${PN}-vconsole-setup"
 
 FILES_${PN}-gui = "${bindir}/systemadm"
 
+FILES_${PN}-vconsole-setup = "${base_libdir}/systemd/systemd-vconsole-setup \
+                              ${base_libdir}/systemd/system/systemd-vconsole-setup.service \
+                              ${base_libdir}/systemd/system/sysinit.target.wants/systemd-vconsole-setup.service"
+
 FILES_${PN} += " ${base_bindir}/* \
                 ${datadir}/dbus-1/services \
                 ${datadir}/dbus-1/system-services \