aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-07-28 22:40:56 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2010-07-28 22:40:56 +0200
commit94c0d31734dc4e9f32856acec5d972731e046e75 (patch)
treeb3071fdd68f30dc6d7a5c79e39253259f14f2460
parent06b6b1f8e9185b35dae60861a923da58450c63c2 (diff)
downloadopenembedded-94c0d31734dc4e9f32856acec5d972731e046e75.tar.gz
base-files: fix DISPLAY for shr distro and bump PR
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/base-files/base-files/shr/profile2
-rw-r--r--recipes/base-files/base-files_3.0.14.bb2
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 05e8490fd8..ff0418f397 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 9801f8ae8c..02bd39b157 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 = " \