diff options
| -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 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}" | |||
| 5 | DEPENDS = "gtk+ startup-notification apmd" | 5 | DEPENDS = "gtk+ startup-notification apmd" |
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | RPROVIDES = matchbox-panel | ||
| 9 | RREPLACES = matchbox-panel | ||
| 10 | RCONFLICTS = matchbox-panel | ||
| 11 | |||
| 8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
| 9 | 13 | ||
| 10 | EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | 14 | EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" |
| @@ -18,5 +22,5 @@ FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | |||
| 18 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
| 19 | 23 | ||
| 20 | do_stage() { | 24 | do_stage() { |
| 21 | autotools_stage_all | 25 | autotools_stage_includes |
| 22 | } | 26 | } |
