diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 16:03:27 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-04-25 16:03:27 +0000 |
| commit | 2558e919745ada6e327701e6abb86cfdf7edd0d8 (patch) | |
| tree | 8cdd2197b6a494a6af03a4cf3caaf436251811f2 /meta | |
| parent | bb59ece1181a8fd9d10d98a0a24d2468d5f9e8b4 (diff) | |
| download | poky-2558e919745ada6e327701e6abb86cfdf7edd0d8.tar.gz | |
matchbox-desktop-2: only PN has to conflict/replace mb-desktop-1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1561 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb index 4acc005377..09dfaa5e01 100644 --- a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb +++ b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | |||
| @@ -4,11 +4,12 @@ DEPENDS = "gtk+ startup-notification" | |||
| 4 | RDEPENDS = "matchbox-common" | 4 | RDEPENDS = "matchbox-common" |
| 5 | SECTION = "x11/wm" | 5 | SECTION = "x11/wm" |
| 6 | PV = "0.0+svn${SRCDATE}" | 6 | PV = "0.0+svn${SRCDATE}" |
| 7 | PR = "r1" | ||
| 7 | 8 | ||
| 8 | PROVIDES = matchbox-desktop | 9 | PROVIDES_${PN} = matchbox-desktop |
| 9 | RPROVIDES = matchbox-desktop | 10 | RPROVIDES_${PN} = matchbox-desktop |
| 10 | RREPLACES = matchbox-desktop | 11 | RREPLACES_${PN} = matchbox-desktop |
| 11 | RCONFLICTS = matchbox-desktop | 12 | RCONFLICTS_${PN} = matchbox-desktop |
| 12 | 13 | ||
| 13 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 14 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
| 14 | 15 | ||
