diff options
author | Ross Burton <ross@openedhand.com> | 2007-02-23 07:04:20 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-02-23 07:04:20 +0000 |
commit | eceaf1ce83b3ca81a48156bbce2111004af509d6 (patch) | |
tree | 3a6fe3a10ec9d5894fb5d509c13667a4dc9b38cc | |
parent | c269b41ea29d3fbc50a7521aa487a2a87508963d (diff) | |
download | poky-eceaf1ce83b3ca81a48156bbce2111004af509d6.tar.gz |
Add PROVIDES so that this can slip in via PREFERRED_PROVIDER
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1291 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | 2 |
1 files changed, 1 insertions, 1 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 d172f98aa1..a3097cc5b2 100644 --- a/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb +++ b/meta/packages/matchbox-desktop-2/matchbox-desktop-2_svn.bb | |||
@@ -3,8 +3,8 @@ LICENSE = "GPL" | |||
3 | DEPENDS = "gtk+ startup-notification" | 3 | DEPENDS = "gtk+ startup-notification" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PV = "0.0+svn${SRCDATE}" | 5 | PV = "0.0+svn${SRCDATE}" |
6 | DEFAULT_PREFERENCE = "-1" | ||
7 | 6 | ||
7 | PROVIDES = matchbox-desktop | ||
8 | RPROVIDES = matchbox-desktop | 8 | RPROVIDES = matchbox-desktop |
9 | RREPLACES = matchbox-desktop | 9 | RREPLACES = matchbox-desktop |
10 | RCONFLICTS = matchbox-desktop | 10 | RCONFLICTS = matchbox-desktop |