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

git version control git at git.openembedded.org
Sat May 30 22:39:20 UTC 2009


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

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

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

---

 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 0ad261c..ca5e392 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