From: Stanislav Brabec Date: Sun, 6 Dec 2009 21:03:22 +0000 (+0000) Subject: matchbox2: Resource ~/.profile correctly. X-Git-Tag: Release-2010-05/1~1407 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da9596a39e00403e3199c452c96dbe2d2b3b7c45;p=openembedded.git matchbox2: Resource ~/.profile correctly. --- diff --git a/recipes/matchbox2/matchbox2/matchbox-session-2.in b/recipes/matchbox2/matchbox2/matchbox-session-2.in index 6e13fe0d69..60e599be0e 100644 --- a/recipes/matchbox2/matchbox2/matchbox-session-2.in +++ b/recipes/matchbox2/matchbox2/matchbox-session-2.in @@ -8,7 +8,7 @@ if [ -e /etc/profile ] then . /etc/profile fi -if [ -e $HOME/profile ] +if [ -e $HOME/.profile ] then . $HOME/.profile fi diff --git a/recipes/matchbox2/matchbox2_2.0.bb b/recipes/matchbox2/matchbox2_2.0.bb index 1762ff4766..fc7e9ef39d 100644 --- a/recipes/matchbox2/matchbox2_2.0.bb +++ b/recipes/matchbox2/matchbox2_2.0.bb @@ -3,7 +3,7 @@ LICENSE = "GPL" DEPENDS = "matchbox-wm-2 matchbox-panel-2 matchbox-desktop-2" RDEPENDS = "matchbox-wm-2 matchbox-panel-2 matchbox-desktop-2" SECTION = "x11/wm" -PR = "r0" +PR = "r1" SRC_URI = "file://matchbox-session-2.in \ file://defaults.in \