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 | |
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')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/tasks/task-base.bb | 2 |
2 files changed, 2 insertions, 2 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 |
diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index a7d7c406ff..2032432844 100644 --- a/meta/recipes-core/tasks/task-base.bb +++ b/meta/recipes-core/tasks/task-base.bb | |||
@@ -181,7 +181,7 @@ RRECOMMENDS_task-base-vfat = "\ | |||
181 | RDEPENDS_task-base-alsa = "\ | 181 | RDEPENDS_task-base-alsa = "\ |
182 | alsa-utils-alsactl \ | 182 | alsa-utils-alsactl \ |
183 | alsa-utils-alsamixer \ | 183 | alsa-utils-alsamixer \ |
184 | ${VIRTUAL-RUNTIME-alsa-state}" | 184 | ${VIRTUAL-RUNTIME_alsa-state}" |
185 | 185 | ||
186 | RRECOMMENDS_task-base-alsa = "\ | 186 | RRECOMMENDS_task-base-alsa = "\ |
187 | kernel-module-snd-mixer-oss \ | 187 | kernel-module-snd-mixer-oss \ |