[oe-commits] Angus Ainslie : Revert "fso-paroli-image : use the right patch for bluetooth.conf"

git version control git at git.openembedded.org
Wed Jun 3 18:21:07 UTC 2009


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

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Wed Jun  3 12:20:07 2009 -0600

Revert "fso-paroli-image : use the right patch for bluetooth.conf"

fixed propely in bluez4

This reverts commit 6de3c31ddff8fa9c8259900494e1a0f44f25f47e.

---

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

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index ca5e392..0ad261c 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -1,4 +1,4 @@
- require fso-image.inc
+require fso-image.inc
 
 ILLUME_THEME = "paroli"
 
@@ -57,7 +57,7 @@ paroli_rootfs_postprocess() {
     cd $curdir
 
     # nuke bad bluetooth file - figure this out on monday
-    rm ./etc/dbus-1/system.d/bluetooth.conf
+    rm /etc/dbus-1/system.d/bluetooth.conf
 }
 
 ROOTFS_POSTPROCESS_COMMAND += "paroli_rootfs_postprocess;"





More information about the Openembedded-commits mailing list