linux-atm: Add kernel-module as RRECOMMENDS

Runtime command line atmtcp depends on kernel module atmtcp,
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:
Zheng Ruoqin
2026-04-07 09:26:17 +08:00
committed by Khem Raj
parent c789281ecf
commit e39c811dc2
@@ -4,6 +4,7 @@ SECTION = "libs"
LICENSE = "GPL-2.0-only & LGPL-2.0-only" LICENSE = "GPL-2.0-only & LGPL-2.0-only"
DEPENDS = "flex flex-native" DEPENDS = "flex flex-native"
RRECOMMENDS:${PN} = "kernel-module-atm-tcp"
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \
file://link-with-ldflags.patch \ file://link-with-ldflags.patch \