[oe-commits] Marcin Juszkiewicz : alsa-state: fix for a780 additional states

GIT User account git at amethyst.openembedded.net
Sun Mar 22 19:27:02 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 30b5d30c274b2ae748ed65edea62cef40a23ce32
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=30b5d30c274b2ae748ed65edea62cef40a23ce32

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Sun Mar 22 20:21:52 2009 +0100

alsa-state: fix for a780 additional states

---

 recipes/alsa/alsa-state.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb
index b2ad2cc..0609d16 100644
--- a/recipes/alsa/alsa-state.bb
+++ b/recipes/alsa/alsa-state.bb
@@ -7,7 +7,7 @@
 DESCRIPTION = "Alsa Scenario Files"
 LICENSE = "MIT"
 PV = "0.2.0"
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "\
   file://asound.conf \
@@ -15,6 +15,10 @@ SRC_URI = "\
   file://alsa-state \
 "
 
+SRC_URI_append_a780 = "file://gsmhandset.state \
+                       file://gsmheadset.state \
+		       file://stereoout.state"
+
 inherit update-rc.d
 
 INITSCRIPT_NAME = "alsa-state"





More information about the Openembedded-commits mailing list