summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-05-19 22:46:46 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-28 18:15:28 +0100
commit4ebe10ffde866ab696ce97daa4b47328b5199d86 (patch)
tree9a1243bdaaf1ffc3d1467a9cf216b8e47a7279df /meta
parent575d59897e7d4871389a7e62e2b95f3860c3ebf1 (diff)
downloadpoky-4ebe10ffde866ab696ce97daa4b47328b5199d86.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: 354adf441ac880fe3759af594f9669c3a7eb3308) Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit 41fff377b921070f371c0aa639e37c27c113ccb9) Signed-off-by: Steve Sakoman <steve@sakoman.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.bb2
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}"
12do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot" 12do_configure[depends] += "virtual/kernel:do_shared_workdir openssl-native:do_populate_sysroot"
13do_compile[depends] += "virtual/kernel:do_compile_kernelmodules" 13do_compile[depends] += "virtual/kernel:do_compile_kernelmodules"
14 14
15RDEPENDS_${PN}-dev = ""
16
15DEPENDS += "bc-native bison-native" 17DEPENDS += "bc-native bison-native"
16 18
17EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}"" 19EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}""