summaryrefslogtreecommitdiffstats
path: root/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-02-01 10:25:07 +0000
committerRoss Burton <ross@openedhand.com>2007-02-01 10:25:07 +0000
commitc8767a3e01aa472924710b2bc34463a394b01a38 (patch)
tree5efc4884ed2c22fa227fc1c56b427e963e576fa4 /meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
parent6c84e2bd3f43172be14a615c14c2bc83c02b1e27 (diff)
downloadpoky-c8767a3e01aa472924710b2bc34463a394b01a38.tar.gz
Mark mb-panel-2 as a replacement for matchbox-panel
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1242 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb')
-rw-r--r--meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb6
1 files changed, 5 insertions, 1 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 f2854c0833..2974b8bd6f 100644
--- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
+++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb
@@ -5,6 +5,10 @@ PV = "0.0+svn${SRCDATE}"
5DEPENDS = "gtk+ startup-notification apmd" 5DEPENDS = "gtk+ startup-notification apmd"
6PR = "r1" 6PR = "r1"
7 7
8RPROVIDES = matchbox-panel
9RREPLACES = matchbox-panel
10RCONFLICTS = matchbox-panel
11
8SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" 12SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
9 13
10EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" 14EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
@@ -18,5 +22,5 @@ FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
18inherit autotools pkgconfig 22inherit autotools pkgconfig
19 23
20do_stage() { 24do_stage() {
21 autotools_stage_all 25 autotools_stage_includes
22} 26}