fic-gta0[1|2].conf: task-base handle alsa-states, no need to duplicate it here
authorMichael Lauer <mickey@vanille-media.de>
Tue, 10 Jul 2007 15:57:50 +0000 (15:57 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 10 Jul 2007 15:57:50 +0000 (15:57 +0000)
conf/machine/fic-gta01.conf
conf/machine/fic-gta02.conf
packages/tasks/task-base.bb

index bdfc3a6..4e07379 100644 (file)
@@ -11,8 +11,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gta01"
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone"
 
-MACHINE_EXTRA_RDEPENDS = "alsa-state"
-
 # package machine specific modules
 MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-gta01-pm-bt  \
@@ -26,9 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-snd-soc-smdk2440 \
   kernel-module-nls-iso8859-1 \
   kernel-module-nls-cp437 \
-  \
-  alsa-state \
-  alsa-states \
 "
 
 # do not outcomment, we bypass the sysvinit.bb logic here -- see FIC GTA01 inittab
index de6de24..45483fd 100644 (file)
@@ -11,8 +11,6 @@ PREFERRED_PROVIDER_virtual/kernel = "linux-gta02"
 
 MACHINE_FEATURES = "kernel26 apm alsa bluetooth usbgadget usbhost phone wifi"
 
-MACHINE_EXTRA_RDEPENDS = "alsa-state"
-
 # package machine specific modules
 MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-gta01-pm-bt  \
@@ -26,9 +24,6 @@ MACHINE_EXTRA_RRECOMMENDS = "\
   kernel-module-snd-soc-smdk2440 \
   kernel-module-nls-iso8859-1 \
   kernel-module-nls-cp437 \
-  \
-  alsa-state \
-  alsa-states \
 "
 
 SERIAL_CONSOLE = "115200 ttySAC2"
index c7dbf15..368e937 100644 (file)
@@ -1,5 +1,5 @@
 DESCRIPTION = "Merge machine and distro options to create a basic machine task/package"
-PR = "r39"
+PR = "r40"
 
 DEPENDS = "task-boot"
 PROVIDES = "${PACKAGES}"
@@ -190,10 +190,11 @@ RDEPENDS_task-base-alsa = "\
     alsa-utils-alsamixer"
 
 #
-# alsa-state is machine related so can be missing in feed, OSS support is optional
+# alsa-states are machine related so can be missing in feed, OSS support is optional
 #
 RRECOMMENDS_task-base-alsa = "\
     alsa-state \
+    alsa-states \
     kernel-module-snd-mixer-oss \
     kernel-module-snd-pcm-oss"