diff options
author | Joshua Lock <josh@linux.intel.com> | 2012-01-02 18:20:30 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-17 14:53:25 +0000 |
commit | b6b909abd828425db120225e9914e03359e4b81d (patch) | |
tree | ff6a3dfa34b7b95de869b7c5f57058f9aa3e8120 /meta/conf/distro/include | |
parent | 432c6cff0fd57e1f5e22f11615b4e6ccfec014cc (diff) | |
download | poky-b6b909abd828425db120225e9914e03359e4b81d.tar.gz |
task-base: add VIRTUAL-RUNTIME_alsa-state to task-base-alsa
Define this to be the alsa-state package by default. This enables automatic
configuration setting and restoration on systems with alsa.
(From OE-Core rev: a70cc15b4b053ff01229010e55b37ed4487b8f3a)
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/default-providers.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc index 244504968a..6615d55090 100644 --- a/meta/conf/distro/include/default-providers.inc +++ b/meta/conf/distro/include/default-providers.inc | |||
@@ -16,6 +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 | 20 | ||
20 | # | 21 | # |
21 | # Default recipe providers | 22 | # Default recipe providers |