mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 18:32:12 +02:00
initramfs-framework: get rid of udev-utils
Now that udev-utils package has been removed and 'udevadm' has been moved to udev package, the initramfs-framework should also get rid of the udev-utils package. (From OE-Core rev: f0b8f08e13f395820172d16c9d4c016a0fbdbfe9) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -47,7 +47,7 @@ RDEPENDS_initramfs-module-mdev = "${PN}-base"
|
||||
FILES_initramfs-module-mdev = "/init.d/01-mdev"
|
||||
|
||||
SUMMARY_initramfs-module-udev = "initramfs support for udev"
|
||||
RDEPENDS_initramfs-module-udev = "${PN}-base udev udev-utils"
|
||||
RDEPENDS_initramfs-module-udev = "${PN}-base udev"
|
||||
FILES_initramfs-module-udev = "/init.d/01-udev"
|
||||
|
||||
SUMMARY_initramfs-module-e2fs = "initramfs support for ext4/ext3/ext2 filesystems"
|
||||
|
||||
Reference in New Issue
Block a user