task-base.bb : dont RRECOMAND explicitly on alsa-states and by default
authorGraeme Gregory <dp@xora.org.uk>
Wed, 19 Mar 2008 06:52:55 +0000 (06:52 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 19 Mar 2008 06:52:55 +0000 (06:52 +0000)
alsa-state already does this and some DISTRO might not want this.

packages/tasks/task-base.bb

index 0607f70..a55d5dd 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r65"
+PR = "r66"
 
 inherit task
 
@@ -206,7 +206,6 @@ RDEPENDS_task-base-alsa = "\
 #
 RRECOMMENDS_task-base-alsa = "\
     alsa-state \
-    alsa-states \
     kernel-module-snd-mixer-oss \
     kernel-module-snd-pcm-oss"