mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
make-mod-scripts: Fix dependence error.
Error: Problem: conflicting requests - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0 (From OE-Core rev: 8aef2bcc2bed261098c45f77e5706d9460d1290c) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
21051011a7
commit
282b57bae0
@@ -12,6 +12,8 @@ S = "${WORKDIR}"
|
||||
do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot"
|
||||
do_compile[depends] += "virtual/kernel:do_compile_kernelmodules"
|
||||
|
||||
RDEPENDS_${PN}-dev = ""
|
||||
|
||||
DEPENDS += "bc-native bison-native"
|
||||
|
||||
EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}""
|
||||
|
||||
Reference in New Issue
Block a user