]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-panel-2: Fix RPROVIDES and friends to just apply to PN, else bad things...
authorRichard Purdie <richard@openedhand.com>
Tue, 6 Nov 2007 01:12:43 +0000 (01:12 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 6 Nov 2007 01:12:43 +0000 (01:12 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3075 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb

index 5c027d5e754630c4ae17f43830289067dc5e73c2..72c83e5a5cccab768205ed8a01e4de20de391875 100644 (file)
@@ -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"