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:02 +0000 |
commit | a70cc15b4b053ff01229010e55b37ed4487b8f3a (patch) | |
tree | 1e9693fc03a05e56c9bafb543f69e8e3a7082fff /meta/conf/distro/include | |
parent | 896924c72e7b37c18819229e8160c34cdf4465c8 (diff) | |
download | openembedded-core-a70cc15b4b053ff01229010e55b37ed4487b8f3a.tar.gz openembedded-core-a70cc15b4b053ff01229010e55b37ed4487b8f3a.tar.bz2 openembedded-core-a70cc15b4b053ff01229010e55b37ed4487b8f3a.zip |
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.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
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" # VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth" VIRTUAL-RUNTIME_apm ?= "apm" +VIRTUAL-RUNTIME-alsa-state ?= "alsa-state" # # Default recipe providers |