mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
ktap: change kernel-module-ktapvm RDEPENDS to RRECOMMENDS
* even if it makes sense in this case, don't give bad example for other people to copy & paste to other recipes, kernel modules should be only recommended, so that it still works fine if someone includes the module inside kernel image Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -23,4 +23,4 @@ do_install() {
|
||||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
RDEPENDS_${PN} = "kernel-module-ktapvm"
|
||||
RRECOMMENDS_${PN} = "kernel-module-ktapvm"
|
||||
|
||||
Reference in New Issue
Block a user