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
This commit is contained in:
Ross Burton
2007-02-01 10:25:07 +00:00
parent 6c84e2bd3f
commit c8767a3e01

View File

@@ -5,6 +5,10 @@ PV = "0.0+svn${SRCDATE}"
DEPENDS = "gtk+ startup-notification apmd"
PR = "r1"
RPROVIDES = matchbox-panel
RREPLACES = matchbox-panel
RCONFLICTS = matchbox-panel
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
@@ -18,5 +22,5 @@ FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
inherit autotools pkgconfig
do_stage() {
autotools_stage_all
autotools_stage_includes
}