matchbox-common: depend on matchbox-panel and bump PR
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Wed, 12 May 2010 15:55:36 +0000 (17:55 +0200)
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Thu, 13 May 2010 17:32:49 +0000 (19:32 +0200)
matchbox common contains matchbox-session:
  root@bug:~# opkg files matchbox-common | sort
  /usr/bin/matchbox-session
  ...
And matchbox-session depends on matchbox-panel:
  ...(setup commands)
  root@bug:~# /usr/bin/matchbox-session
  /usr/bin/matchbox-session: line 23: matchbox-panel: not found

recipes/matchbox-common/matchbox-common_0.9.1.bb

index 70e7d94..159b833 100644 (file)
@@ -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 \