mdio-tools: RRECOMMENDS the kernel module

The mdio-tools package RDEPENDS on `kernel-module-mdio-netlink` but
this package doesn't exists if the module is built into the kernel.
Use RRECOMMENDS instead as is usually done with kernel modules.

Signed-off-by: Alban Bedel <alban.bedel@aerq.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alban Bedel 2024-10-16 12:34:50 +02:00 committed by Khem Raj
parent e152f01daf
commit 456a5e1cc8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -6,4 +6,4 @@ S = "${WORKDIR}/git"
inherit pkgconfig autotools
RDEPENDS:${PN} = "kernel-module-mdio-netlink"
RRECOMMENDS:${PN} = "kernel-module-mdio-netlink"