meta-digi-del: crda, fix device manager virtual runtime.
VIRTUAL-RUNTIME_device_manager does not exist, it should be IRTUAL-RUNTIME_dev_manager. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
c654f5798e
commit
5c9b83094b
|
|
@ -13,10 +13,10 @@ PR = "${DISTRO}.r0"
|
||||||
VIRTUAL-RUNTIME_crda_use_gcrypt ?= "0"
|
VIRTUAL-RUNTIME_crda_use_gcrypt ?= "0"
|
||||||
|
|
||||||
# The distribution could set this to its device manger, for example udev.
|
# The distribution could set this to its device manger, for example udev.
|
||||||
VIRTUAL-RUNTIME_device_manager ?= "busybox-mdev"
|
VIRTUAL-RUNTIME_dev_manager ?= "busybox-mdev"
|
||||||
|
|
||||||
DEPENDS = "libnl ${@base_conditional('VIRTUAL-RUNTIME_crda_use_gcrypt', '1' , 'libgcrypt python-m2crypto-native python-native', '', d)}"
|
DEPENDS = "libnl ${@base_conditional('VIRTUAL-RUNTIME_crda_use_gcrypt', '1' , 'libgcrypt python-m2crypto-native python-native', '', d)}"
|
||||||
RDEPENDS_${PN} = '${VIRTUAL-RUNTIME_device_manager}'
|
RDEPENDS_${PN} = '${VIRTUAL-RUNTIME_dev_manager}'
|
||||||
|
|
||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue