diff options
| author | Zheng Ruoqin <zhengrq.fnst@fujitsu.com> | 2026-04-07 09:26:17 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-06 18:51:59 -0700 |
| commit | e39c811dc236c9dc3d540f60cc98c9df96f3d70b (patch) | |
| tree | f29405c355cda96e04ae68073ba47bc4f5d84bef /meta-networking/recipes-support | |
| parent | c789281ecffbd29840e3dbd8b1a6cb06de10e7fb (diff) | |
| download | meta-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.bb | 1 |
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" | |||
| 4 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" | 4 | LICENSE = "GPL-2.0-only & LGPL-2.0-only" |
| 5 | 5 | ||
| 6 | DEPENDS = "flex flex-native" | 6 | DEPENDS = "flex flex-native" |
| 7 | RRECOMMENDS:${PN} = "kernel-module-atm-tcp" | ||
| 7 | 8 | ||
| 8 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}/${PV}/${BP}.tar.gz \ |
| 9 | file://link-with-ldflags.patch \ | 10 | file://link-with-ldflags.patch \ |
