]> code.ossystems Code Review - openembedded-core.git/commitdiff
Mark mb-panel-2 as a replacement for matchbox-panel
authorRoss Burton <ross@openedhand.com>
Thu, 1 Feb 2007 10:25:07 +0000 (10:25 +0000)
committerRoss Burton <ross@openedhand.com>
Thu, 1 Feb 2007 10:25:07 +0000 (10:25 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1242 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb

index f2854c0833d401b9524dc54c2384c6b6667c42fb..2974b8bd6fbcec79253ba5bd5e4f19ee7f111850 100644 (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
 }