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
This commit is contained in:
Richard Purdie 2007-11-06 01:12:43 +00:00
parent 7ca6e91d29
commit 1ab9a48203
1 changed files with 4 additions and 3 deletions

View 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"