1
0
forked from brl/citadel

added timesyncd to systemd and included hwclock from linux-utils

This commit is contained in:
Bruce Leidl 2018-03-13 21:13:29 -04:00
parent a233bdaff0
commit 598e8df9a1
2 changed files with 8 additions and 7 deletions

View File

@ -82,10 +82,11 @@ RDEPENDS_${PN} = "\
citadel-rootfs \ citadel-rootfs \
citadel-appimg \ citadel-appimg \
iproute2 \ iproute2 \
sgmenu \ util-linux-hwclock \
sgstatus \ sgmenu \
wlc \ sgstatus \
sway \ wlc \
xcb-util-xrm \ sway \
rofi \ xcb-util-xrm \
rofi \
" "

View File

@ -11,7 +11,7 @@ ALTERNATIVE_${PN}_remove = "resolv-conf"
GROUPADD_PARAM_${PN} += "; -r kvm" GROUPADD_PARAM_${PN} += "; -r kvm"
PACKAGECONFIG = "\ PACKAGECONFIG = "\
efi ldconfig pam usrmerge rfkill backlight binfmt hostnamed ima localed logind machined myhostname \ efi ldconfig pam usrmerge rfkill backlight binfmt hostnamed ima localed logind machined myhostname \
nss polkit randomseed seccomp timedated utmp vconsole \ nss polkit randomseed seccomp timedated utmp vconsole timesyncd \
" "
do_install_append() { do_install_append() {