From e39c811dc236c9dc3d540f60cc98c9df96f3d70b Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Tue, 7 Apr 2026 09:26:17 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb index b43900a94d..fd18ed7386 100644 --- a/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb +++ b/meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb @@ -4,6 +4,7 @@ SECTION = "libs" LICENSE = "GPL-2.0-only & LGPL-2.0-only" DEPENDS = "flex flex-native" +RRECOMMENDS:${PN} = "kernel-module-atm-tcp" SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ file://link-with-ldflags.patch \