[oe-commits] Angus Ainslie : fso-paroli-image: hack around bad recipes/images/ fso-paroli-image.bb

git version control git at git.openembedded.org
Sat May 30 21:57:40 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Sat May 30 16:00:32 2009 -0600

fso-paroli-image: hack around bad recipes/images/fso-paroli-image.bb

---

 recipes/images/fso-paroli-image.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index 7dbc29c..0ad261c 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -55,6 +55,9 @@ paroli_rootfs_postprocess() {
     # set a default locale    
     echo "export LC_ALL=en_CA.utf-8" >>./etc/profile
     cd $curdir
+
+    # nuke bad bluetooth file - figure this out on monday
+    rm /etc/dbus-1/system.d/bluetooth.conf
 }
 
 ROOTFS_POSTPROCESS_COMMAND += "paroli_rootfs_postprocess;"





More information about the Openembedded-commits mailing list