[oe-commits] Denis 'GNUtoo' Carikli : matchbox-common: depend on matchbox-panel and bump PR

git version control git at git.openembedded.org
Thu May 13 17:45:47 UTC 2010


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

Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Wed May 12 17:55:36 2010 +0200

matchbox-common: depend on matchbox-panel and bump PR

matchbox common contains matchbox-session:
  root at bug:~# opkg files matchbox-common | sort
  /usr/bin/matchbox-session
  ...
And matchbox-session depends on matchbox-panel:
  ...(setup commands)
  root at bug:~# /usr/bin/matchbox-session
  /usr/bin/matchbox-session: line 23: matchbox-panel: not found

---

 recipes/matchbox-common/matchbox-common_0.9.1.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/matchbox-common/matchbox-common_0.9.1.bb b/recipes/matchbox-common/matchbox-common_0.9.1.bb
index 70e7d94..159b833 100644
--- a/recipes/matchbox-common/matchbox-common_0.9.1.bb
+++ b/recipes/matchbox-common/matchbox-common_0.9.1.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Matchbox window manager common files"
 SECTION = "x11/wm"
 LICENSE = "GPL"
 DEPENDS = "libmatchbox"
-PR = "r5"
+RDEPENDS += "matchbox-panel"
+PR = "r6"
 
 SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/0.9/${PN}-${PV}.tar.gz \
            file://no-utilities-category.patch;patch=1 \





More information about the Openembedded-commits mailing list