mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
systemd: split out vconsole services into its own subpackage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user