summaryrefslogtreecommitdiff
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)
downloadopenembedded-core-1ab9a482036a7a9314d47377c11f4478b9b77903.tar.gz
openembedded-core-1ab9a482036a7a9314d47377c11f4478b9b77903.tar.bz2
openembedded-core-1ab9a482036a7a9314d47377c11f4478b9b77903.tar.xz
openembedded-core-1ab9a482036a7a9314d47377c11f4478b9b77903.zip
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 5c027d5e7..72c83e5a5 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"
PRIORITY = "optional"
DEPENDS = "gtk+ startup-notification apmd"
PV = "0.0+svnr${SRCREV}"
+PR = "r1"
-RPROVIDES = "matchbox-panel"
-RREPLACES = "matchbox-panel"
-RCONFLICTS = "matchbox-panel"
+RPROVIDES_${PN} = "matchbox-panel"
+RREPLACES_${PN} = "matchbox-panel"
+RCONFLICTS_${PN} = "matchbox-panel"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"