summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r--meta-oe/recipes-core/systemd/systemd_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/systemd/systemd_git.bb b/meta-oe/recipes-core/systemd/systemd_git.bb
index fe939b6c2..3a1c93029 100644
--- a/meta-oe/recipes-core/systemd/systemd_git.bb
+++ b/meta-oe/recipes-core/systemd/systemd_git.bb
@@ -16,7 +16,7 @@ PKGV = "v${GITPKGVTAG}"
16# Except that PKGV doesn't work in OE-core :( 16# Except that PKGV doesn't work in OE-core :(
17# PV = "git" 17# PV = "git"
18PV = "v26" 18PV = "v26"
19PR = "r0" 19PR = "r1"
20 20
21inherit autotools vala update-alternatives 21inherit autotools vala update-alternatives
22 22
@@ -86,6 +86,8 @@ FILES_${PN} = " ${base_bindir}/* \
86 86
87FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug" 87FILES_${PN}-dbg += "${base_libdir}/systemd/.debug ${base_libdir}/systemd/*/.debug"
88 88
89RDEPENDS_${PN} += "dbus-systemd udev-systemd"
90
89# kbd -> loadkeys,setfont 91# kbd -> loadkeys,setfont
90RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty" 92RRECOMMENDS_${PN} += "kbd kbd-consolefonts ${PN}-serialgetty"
91 93