mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 08:40:51 +00:00
udev: Add RRECOMMENDS for udev-cache to enable the cache
This will enable the udev cache for sysvinit systems, which does improve post-first boots. (From OE-Core rev: 087d8ccd6eaf2795253b5cbeac171ad82489535c) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1bcc7da92c
commit
0214dba342
@ -54,7 +54,7 @@ INITSCRIPT_NAME_udev-cache = "udev-cache"
|
||||
INITSCRIPT_PARAMS_udev-cache = "start 36 S ."
|
||||
|
||||
FILES_${PN} += "${libexecdir} ${libdir}/ConsoleKit ${nonarch_base_libdir}/udev"
|
||||
RRECOMMENDS_${PN} += "udev-utils"
|
||||
RRECOMMENDS_${PN} += "udev-utils udev-cache"
|
||||
|
||||
FILES_${PN}-dbg += "${libexecdir}/.debug"
|
||||
FILES_${PN}-dbg += "${base_libdir}/udev/.debug/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user