base-files: fix DISPLAY for shr distro and bump PR
authorKlaus Kurzmann <mok@fluxnetz.de>
Wed, 28 Jul 2010 20:40:56 +0000 (22:40 +0200)
committerKlaus Kurzmann <mok@fluxnetz.de>
Wed, 28 Jul 2010 20:40:56 +0000 (22:40 +0200)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/base-files/base-files/shr/profile
recipes/base-files/base-files_3.0.14.bb

index 05e8490..ff0418f 100644 (file)
@@ -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
index 9801f8a..02bd39b 100644 (file)
@@ -1,7 +1,7 @@
 DESCRIPTION = "Miscellaneous files for the base system."
 SECTION = "base"
 PRIORITY = "required"
-PR = "r94"
+PR = "r95"
 LICENSE = "GPL"
 
 SRC_URI = " \