diff options
author | Alban Bedel <alban.bedel@aerq.com> | 2024-10-16 12:34:50 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-16 14:07:28 -0700 |
commit | 456a5e1cc82d039c45a7b60fe96ddf6101b470ed (patch) | |
tree | 6559ccf43cc76549fcea64eded550d71b32b7697 /meta-networking | |
parent | e152f01daf1ceca1cad1f762435589a0b6a210f9 (diff) | |
download | meta-openembedded-456a5e1cc82d039c45a7b60fe96ddf6101b470ed.tar.gz |
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>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb index 0c64889bc3..457064c019 100644 --- a/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb +++ b/meta-networking/recipes-support/mdio-tools/mdio-tools_1.3.1.bb | |||
@@ -6,4 +6,4 @@ S = "${WORKDIR}/git" | |||
6 | 6 | ||
7 | inherit pkgconfig autotools | 7 | inherit pkgconfig autotools |
8 | 8 | ||
9 | RDEPENDS:${PN} = "kernel-module-mdio-netlink" | 9 | RRECOMMENDS:${PN} = "kernel-module-mdio-netlink" |