From 94c0d31734dc4e9f32856acec5d972731e046e75 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Wed, 28 Jul 2010 22:40:56 +0200 Subject: [PATCH] base-files: fix DISPLAY for shr distro and bump PR Signed-off-by: Klaus Kurzmann --- 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 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 = " \ -- 2.39.5