From d5b892467023d77d219ae05170c875f7b423aa78 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 19 Jan 2012 14:51:44 +0100 Subject: task-base: rename VIRTUAL-RUNTIME-alsa-state to use underscore * in http://lists.linuxtogo.org/pipermail/openembedded-core/2012-January/016226.html we talked about VIRTUAL-RUNTIME_alsa-state, but VIRTUAL-RUNTIME-alsa-state was used instead, which is inconsistent with other VIRTUAL-RUNTIME vars Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-providers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/distro/include/default-providers.inc') diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 6615d55090..efa8117b8f 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc @@ -16,7 +16,7 @@ PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel" # VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" VIRTUAL-RUNTIME_apm ?= "apm" -VIRTUAL-RUNTIME-alsa-state ?= "alsa-state" +VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" # # Default recipe providers -- cgit 1.2.3-korg