From dd32565d28aa3802f40776bceeb8f53a53de08a3 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Wed, 12 May 2010 17:55:36 +0200 Subject: matchbox-common: depend on matchbox-panel and bump PR 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/matchbox-common/matchbox-common_0.9.1.bb') diff --git a/recipes/matchbox-common/matchbox-common_0.9.1.bb b/recipes/matchbox-common/matchbox-common_0.9.1.bb index 70e7d94194..159b833128 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 \ -- cgit 1.2.3-korg