aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-05-12 17:55:36 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-05-13 19:32:49 +0200
commitdd32565d28aa3802f40776bceeb8f53a53de08a3 (patch)
treec06553b9164a5dacb0f256da3ecef9262df2435b
parentd306e0ebad5c6b261dc9fb9f3ee2142554722bd8 (diff)
downloadopenembedded-dd32565d28aa3802f40776bceeb8f53a53de08a3.tar.gz
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
-rw-r--r--recipes/matchbox-common/matchbox-common_0.9.1.bb3
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 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 \