mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 14:22:36 +00:00
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:
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 \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user