[oe-commits] Sebastian Spaeth : shr-image.inc: remove elementary_alarm quirk handling.

git version control git at git.openembedded.org
Fri Nov 13 13:51:45 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 9062dcf54dcafc9a2eea2eb33896964b779ba88c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9062dcf54dcafc9a2eea2eb33896964b779ba88c

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Nov 13 14:50:40 2009 +0100

shr-image.inc: remove elementary_alarm quirk handling.

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/images/shr-image.inc |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index f1b9e3e..e36012c 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -125,9 +125,6 @@ shr_rootfs_postprocess() {
     echo "# set your locale here:" >> ./etc/profile
     echo "export LANG=en_US.UTF-8" >> ./etc/profile
 
-    #fix sound in elementary-alarm
-    /bin/sh -c "cd ./usr/share; ln -s elementary-alarm elementary_alarm"
-
     # Add some missing entries to the passwd and group file; but do so carefully
     # since this will be fixed upstream at some point.
     grep -q '^tss:' ./etc/passwd || echo 'tss:x:93:93:Linux TSS User:/bin:/bin/sh' >>./etc/passwd





More information about the Openembedded-commits mailing list