diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-06 01:12:43 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-06 01:12:43 +0000 |
commit | 1ab9a482036a7a9314d47377c11f4478b9b77903 (patch) | |
tree | 0924d562d9399958b5e24246d75ca0f1f87cbb59 /meta/packages/matchbox-panel-2 | |
parent | 7ca6e91d2995c1f12e7efdbeb0269a84027073ff (diff) | |
download | poky-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.bb | 7 |
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" | |||
2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
3 | DEPENDS = "gtk+ startup-notification apmd" | 3 | DEPENDS = "gtk+ startup-notification apmd" |
4 | PV = "0.0+svnr${SRCREV}" | 4 | PV = "0.0+svnr${SRCREV}" |
5 | PR = "r1" | ||
5 | 6 | ||
6 | RPROVIDES = "matchbox-panel" | 7 | RPROVIDES_${PN} = "matchbox-panel" |
7 | RREPLACES = "matchbox-panel" | 8 | RREPLACES_${PN} = "matchbox-panel" |
8 | RCONFLICTS = "matchbox-panel" | 9 | RCONFLICTS_${PN} = "matchbox-panel" |
9 | 10 | ||
10 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
11 | 12 | ||