mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
e152f01daf
commit
456a5e1cc8
|
|
@ -6,4 +6,4 @@ S = "${WORKDIR}/git"
|
|||
|
||||
inherit pkgconfig autotools
|
||||
|
||||
RDEPENDS:${PN} = "kernel-module-mdio-netlink"
|
||||
RRECOMMENDS:${PN} = "kernel-module-mdio-netlink"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user