diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-01-19 14:51:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-19 14:34:34 +0000 |
commit | adb3ed29db5973d6b43a0217c4d8052d2ff722f8 (patch) | |
tree | 4c5eda705c70cf4bf0a3a0e720e3c80be812e280 /meta/conf/distro | |
parent | dac8259131ba4eadcba134a134bfe4d6e9d46a1c (diff) | |
download | 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/distro')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 2 |
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 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" | |||
16 | # | 16 | # |
17 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" | 17 | VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" |
18 | VIRTUAL-RUNTIME_apm ?= "apm" | 18 | VIRTUAL-RUNTIME_apm ?= "apm" |
19 | VIRTUAL-RUNTIME-alsa-state ?= "alsa-state" | 19 | VIRTUAL-RUNTIME_alsa-state ?= "alsa-state" |
20 | 20 | ||
21 | # | 21 | # |
22 | # Default recipe providers | 22 | # Default recipe providers |