diff options
-rw-r--r-- | meta/recipes-core/systemd/systemd_256.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_256.5.bb b/meta/recipes-core/systemd/systemd_256.5.bb index 85c7fc743d..68f15ab065 100644 --- a/meta/recipes-core/systemd/systemd_256.5.bb +++ b/meta/recipes-core/systemd/systemd_256.5.bb | |||
@@ -742,6 +742,8 @@ INSANE_SKIP:libsystemd-shared += "libdir" | |||
742 | FILES:libsystemd-shared = "${rootlibdir}/systemd/libsystemd-shared*.so" | 742 | FILES:libsystemd-shared = "${rootlibdir}/systemd/libsystemd-shared*.so" |
743 | 743 | ||
744 | RPROVIDES:udev = "hotplug" | 744 | RPROVIDES:udev = "hotplug" |
745 | # This can be removed when we parse .note.dlopen in the ELF | ||
746 | RDEPENDS:udev += "libkmod" | ||
745 | 747 | ||
746 | RDEPENDS:udev-bash-completion += "bash-completion" | 748 | RDEPENDS:udev-bash-completion += "bash-completion" |
747 | RDEPENDS:udev-hwdb += "udev" | 749 | RDEPENDS:udev-hwdb += "udev" |