summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-panel-2
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2007-11-06 01:12:43 +0000
committerRichard Purdie <richard@openedhand.com>2007-11-06 01:12:43 +0000
commit1ab9a482036a7a9314d47377c11f4478b9b77903 (patch)
tree0924d562d9399958b5e24246d75ca0f1f87cbb59 /meta/packages/matchbox-panel-2
parent7ca6e91d2995c1f12e7efdbeb0269a84027073ff (diff)
downloadpoky-1ab9a482036a7a9314d47377c11f4478b9b77903.tar.gz
matchbox-panel-2: Fix RPROVIDES and friends to just apply to PN, else bad things happen with the -dbg and -dev packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3075 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
index 5c027d5e75..72c83e5a5c 100644
--- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
+++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
@@ -2,10 +2,11 @@ LICENSE = "GPLv2"
2PRIORITY = "optional" 2PRIORITY = "optional"
3DEPENDS = "gtk+ startup-notification apmd" 3DEPENDS = "gtk+ startup-notification apmd"
4PV = "0.0+svnr${SRCREV}" 4PV = "0.0+svnr${SRCREV}"
5PR = "r1"
5 6
6RPROVIDES = "matchbox-panel" 7RPROVIDES_${PN} = "matchbox-panel"
7RREPLACES = "matchbox-panel" 8RREPLACES_${PN} = "matchbox-panel"
8RCONFLICTS = "matchbox-panel" 9RCONFLICTS_${PN} = "matchbox-panel"
9 10
10SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" 11SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
11 12