summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@fujitsu.com>2026-04-07 09:26:17 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-06 18:51:59 -0700
commite39c811dc236c9dc3d540f60cc98c9df96f3d70b (patch)
treef29405c355cda96e04ae68073ba47bc4f5d84bef /meta-networking/recipes-support
parentc789281ecffbd29840e3dbd8b1a6cb06de10e7fb (diff)
downloadmeta-openembedded-e39c811dc236c9dc3d540f60cc98c9df96f3d70b.tar.gz
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>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/linux-atm/linux-atm_2.5.2.bb1
1 files changed, 1 insertions, 0 deletions
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"
4LICENSE = "GPL-2.0-only & LGPL-2.0-only" 4LICENSE = "GPL-2.0-only & LGPL-2.0-only"
5 5
6DEPENDS = "flex flex-native" 6DEPENDS = "flex flex-native"
7RRECOMMENDS:${PN} = "kernel-module-atm-tcp"
7 8
8SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ 9SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \
9 file://link-with-ldflags.patch \ 10 file://link-with-ldflags.patch \