[oe-commits] Angus Ainslie : fso-image.inc : zap broken desktop file for htop

GIT User account git at amethyst.openembedded.net
Thu May 7 20:38:20 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 395f68ec0b8a41a426107ed66b42915dc6e5acb5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=395f68ec0b8a41a426107ed66b42915dc6e5acb5

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Thu May  7 14:33:36 2009 -0600

fso-image.inc : zap broken desktop file for htop

---

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

diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc
index 36f04ca..8028918 100644
--- a/recipes/images/fso-image.inc
+++ b/recipes/images/fso-image.inc
@@ -133,6 +133,8 @@ fso_rootfs_postprocess() {
     mkdir -p ./etc/profile.d/
     echo "echo 0 0 0 0 >/proc/sys/kernel/printk" >./etc/profile.d/printk.sh
     chmod a+rx ./etc/profile.d/printk.sh
+    # zap broken desktop file
+    mv ./usr/share/applications/htop.desktop ./usr/share/applications/htop.desktop.broken
     # back on track
     cd $curdir
 }





More information about the Openembedded-commits mailing list