summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2012-01-19 14:51:44 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-19 14:34:34 +0000
commitadb3ed29db5973d6b43a0217c4d8052d2ff722f8 (patch)
tree4c5eda705c70cf4bf0a3a0e720e3c80be812e280 /meta/conf
parentdac8259131ba4eadcba134a134bfe4d6e9d46a1c (diff)
downloadast2050-yocto-poky-adb3ed29db5973d6b43a0217c4d8052d2ff722f8.zip
ast2050-yocto-poky-adb3ed29db5973d6b43a0217c4d8052d2ff722f8.tar.gz
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 (From OE-Core rev: d5b892467023d77d219ae05170c875f7b423aa78) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/default-providers.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc
index 6615d55..efa8117 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
OpenPOWER on IntegriCloud