mirror of
git://git.yoctoproject.org/poky
synced 2026-08-19 04:53:18 +00:00
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:
parent
7ca6e91d29
commit
1ab9a48203
@ -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"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user