[OE-core] [PATCH] make-mod-scripts:remove make-mod-scripts from RDEPENDS

Zang Ruochen zangrc.fnst at cn.fujitsu.com
Fri Nov 15 05:16:28 UTC 2019


When installing make-mod-scripts, the following error will occur.

  - nothing provides make-mod-scripts = 1.0-r0 needed by make-mod-scripts-dev-1.0-r0.qemux86_64

The package it depends on is not generated. To solve the installation dependency problem, remove it from RDEPENDS.

Signed-off-by: Zang Ruochen <zangrc.fnst at cn.fujitsu.com>
---
 meta/recipes-kernel/make-mod-scripts/make-mod-scripts_1.0.bb | 2 ++
 1 file changed, 2 insertions(+)

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..5ec49a5f61 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
@@ -14,6 +14,8 @@ do_compile[depends] += "virtual/kernel:do_compile_kernelmodules"
 
 DEPENDS += "bc-native bison-native"
 
+RDEPENDS_make-mod-scripts-dev_remove = "make-mod-scripts (= 1.0-r0)"
+
 EXTRA_OEMAKE = " HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" HOSTCPP="${BUILD_CPP}""
 
 # Build some host tools under work-shared.  CC, LD, and AR are probably
-- 
2.20.1





More information about the Openembedded-core mailing list