[oe-commits] Koen Kooi : systemd: split out vconsole services into its own subpackage

git version control git at git.openembedded.org
Mon Oct 10 17:59:38 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 375b2e6c6b9d6ed8c0c327e6d32da7a2febddfcf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=375b2e6c6b9d6ed8c0c327e6d32da7a2febddfcf

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Sun Oct  9 22:16:06 2011 +0200

systemd: split out vconsole services into its own subpackage

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 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 2f97760..78af269 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
 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 \





More information about the Openembedded-commits mailing list