mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 00:50:00 +00:00
multipath-tools: Add kernel-module as RRECOMMENDS
Service multipathd depends on kernel module dm_multipath, so add it as RRECOMMENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -110,6 +110,7 @@ PACKAGES =+ "${PN}-libs"
|
||||
FILES:${PN}-libs = "${base_libdir}/lib*.so.* \
|
||||
${base_libdir}/multipath/lib*.so*"
|
||||
RDEPENDS:${PN} += "${PN}-libs bash libgcc"
|
||||
RRECOMMENDS:${PN} = "kernel-module-dm-multipath"
|
||||
|
||||
PROVIDES += "device-mapper-multipath"
|
||||
RPROVIDES:${PN} += "device-mapper-multipath"
|
||||
|
||||
Reference in New Issue
Block a user