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:
Martin Jansa
2015-03-05 16:45:13 +01:00
parent 800a0906c7
commit e3327f9a4f
+1 -1
View File
@@ -23,4 +23,4 @@ do_install() {
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
RDEPENDS_${PN} = "kernel-module-ktapvm"
RRECOMMENDS_${PN} = "kernel-module-ktapvm"