[oe-commits] Angus Ainslie : Revert "fso-paroli-image: remove the right file"

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


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

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

Revert "fso-paroli-image: remove the right file"

Fixed properly in bluez4

This reverts commit b550aa21c2678bc0bc3ff1e5e3c08ccb01b09356.

---

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

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index a658630..4b81908 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -54,12 +54,10 @@ paroli_rootfs_postprocess() {
     cd ${IMAGE_ROOTFS}
     # 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
-
-    cd $curdir
-
 }
 
 ROOTFS_POSTPROCESS_COMMAND += "paroli_rootfs_postprocess;"





More information about the Openembedded-commits mailing list