From 5c9b83094b618eb8de80b19ad218bf9c0366135f Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 16 Apr 2013 17:14:22 +0200 Subject: [PATCH] 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 --- meta-digi-del/recipes-connectivity/crda/crda_1.1.3.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-del/recipes-connectivity/crda/crda_1.1.3.bb b/meta-digi-del/recipes-connectivity/crda/crda_1.1.3.bb index 3f30d07e0..7c45a58f6 100644 --- a/meta-digi-del/recipes-connectivity/crda/crda_1.1.3.bb +++ b/meta-digi-del/recipes-connectivity/crda/crda_1.1.3.bb @@ -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:"