| Message ID | 20260407012628.20712-1-zhengrq.fnst@fujitsu.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/2,meta-networking] linux-atm: Add kernel-module as RRECOMMENDS | expand |
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.12.2.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.12.2.bb index bfb75718f2..0c572d1bd3 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_0.12.2.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_0.12.2.bb @@ -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"
Service multipathd depends on kernel module dm_multipath, so add it as RRECOMMENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com> --- .../recipes-support/multipath-tools/multipath-tools_0.12.2.bb | 1 + 1 file changed, 1 insertion(+)