[oe-commits] Stanislav Brabec : matchbox2: Resource ~/.profile correctly.

git version control git at git.openembedded.org
Sun Dec 6 21:04:28 UTC 2009


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

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sun Dec  6 21:03:22 2009 +0000

matchbox2: Resource ~/.profile correctly.

---

 recipes/matchbox2/matchbox2/matchbox-session-2.in |    2 +-
 recipes/matchbox2/matchbox2_2.0.bb                |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/matchbox2/matchbox2/matchbox-session-2.in b/recipes/matchbox2/matchbox2/matchbox-session-2.in
index 6e13fe0..60e599b 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 1762ff4..fc7e9ef 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 \





More information about the Openembedded-commits mailing list