diff options
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 6 |
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 f2854c083..2974b8bd6 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}" 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 } |