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

git version control git at git.openembedded.org
Sat May 30 23:01:36 UTC 2009


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

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

fso-paroli-image: remove the right file

---

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

diff --git a/recipes/images/fso-paroli-image.bb b/recipes/images/fso-paroli-image.bb
index 4b81908..a658630 100644
--- a/recipes/images/fso-paroli-image.bb
+++ b/recipes/images/fso-paroli-image.bb
@@ -54,10 +54,12 @@ 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