diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-05-19 22:46:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-19 22:57:26 +0100 |
commit | 282b57bae078cdfec3547224dea164d683f6c7fc (patch) | |
tree | 5121306079639ea73745a63f7e1d8e468712b8ca /meta | |
parent | 21051011a76e06c7e8e42b05eeb1035ed87b0b52 (diff) | |
download | poky-282b57bae078cdfec3547224dea164d683f6c7fc.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb index 460e05a445..0be1422a24 100644 --- a/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb +++ b/meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | |||
@@ -12,6 +12,8 @@ S = "${WORKDIR}" | |||
12 | do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" | 12 | do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" |
13 | do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" | 13 | do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" |
14 | 14 | ||
15 | RDEPENDS_${PN}-dev = "" | ||
16 | |||
15 | DEPENDS += "bc-native bison-native" | 17 | DEPENDS += "bc-native bison-native" |
16 | 18 | ||
17 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}"" | 19 | EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}"" |