[oe-commits] Klaus Kurzmann : base-files: fix DISPLAY for shr distro and bump PR

git version control git at git.openembedded.org
Wed Jul 28 20:41:11 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 94c0d31734dc4e9f32856acec5d972731e046e75
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=94c0d31734dc4e9f32856acec5d972731e046e75

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Jul 28 22:40:56 2010 +0200

base-files: fix DISPLAY for shr distro and bump PR

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/base-files/base-files/shr/profile |    2 +-
 recipes/base-files/base-files_3.0.14.bb   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/base-files/base-files/shr/profile b/recipes/base-files/base-files/shr/profile
index 05e8490..ff0418f 100644
--- a/recipes/base-files/base-files/shr/profile
+++ b/recipes/base-files/base-files/shr/profile
@@ -37,7 +37,7 @@ alias fso='cd /local/pkg/fso'
 alias ipkg='opkg'
 export PS1="\[\033[01;32m\]\u@\h\[\033[01;34m\] \w \\$\[\033[00m\] "
 if [ "$DISPLAY" = "" ] ; then
-    export DISPLAY=localhost:0
+    export DISPLAY=:0
 fi
 if [ "$HOME" = "" -o "$HOME" = "/" ] ; then
     export HOME=/home/root
diff --git a/recipes/base-files/base-files_3.0.14.bb b/recipes/base-files/base-files_3.0.14.bb
index 9801f8a..02bd39b 100644
--- a/recipes/base-files/base-files_3.0.14.bb
+++ b/recipes/base-files/base-files_3.0.14.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r94"
+PR = "r95"
 LICENSE = "GPL"
 
 SRC_URI = " \





More information about the Openembedded-commits mailing list