kernel-module-qualcomm: remove virtual/kernel dependence
The dependence on virtual/kernel is added implicitly through the module class, so there is no need to add it explicitly. Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
b3e628dbf3
commit
29af4bb088
|
|
@ -4,7 +4,6 @@ SUMMARY = "Qualcomm's wireless driver for qca6564"
|
||||||
DESCRIPTION = "qcacld-2.0 module.bbclass mechanism."
|
DESCRIPTION = "qcacld-2.0 module.bbclass mechanism."
|
||||||
LICENSE = "ISC"
|
LICENSE = "ISC"
|
||||||
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d"
|
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/ISC;md5=f3b90e78ea0cffb20bf5cca7947a896d"
|
||||||
DEPENDS = "virtual/kernel"
|
|
||||||
|
|
||||||
inherit module
|
inherit module
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue