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:
Alex Gonzalez 2013-04-16 17:14:22 +02:00
parent c654f5798e
commit 5c9b83094b
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ PR = "${DISTRO}.r0"
VIRTUAL-RUNTIME_crda_use_gcrypt ?= "0"
# 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)}"
RDEPENDS_${PN} = '${VIRTUAL-RUNTIME_device_manager}'
RDEPENDS_${PN} = '${VIRTUAL-RUNTIME_dev_manager}'
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"