diff options
Diffstat (limited to 'meta/packages/matchbox-panel-2')
| -rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 9 |
1 files changed, 6 insertions, 3 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 82dc31c459..f2854c0833 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | |||
| @@ -3,6 +3,7 @@ PRIORITY = "optional" | |||
| 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" |
| 4 | PV = "0.0+svn${SRCDATE}" | 4 | PV = "0.0+svn${SRCDATE}" |
| 5 | DEPENDS = "gtk+ startup-notification apmd" | 5 | DEPENDS = "gtk+ startup-notification apmd" |
| 6 | PR = "r1" | ||
| 6 | 7 | ||
| 7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 8 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
| 8 | 9 | ||
| @@ -10,10 +11,12 @@ EXTRA_OECONF = "--enable-startup-notification --disable-libnotify" | |||
| 10 | 11 | ||
| 11 | S = ${WORKDIR}/${PN} | 12 | S = ${WORKDIR}/${PN} |
| 12 | 13 | ||
| 13 | FILES_${PN} += "${libdir}/matchbox-panel/*.so.* \ | 14 | FILES_${PN} += "${libdir}/matchbox-panel/*.so \ |
| 14 | ${datadir}/matchbox-panel/battery/*.png" | 15 | ${datadir}/matchbox-panel/battery/*.png" |
| 15 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.so ${libdir}/matchbox-panel/*.la \ | 16 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
| 16 | ${libdir}/matchbox-panel/*.a" | ||
| 17 | 17 | ||
| 18 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |
| 19 | 19 | ||
| 20 | do_stage() { | ||
| 21 | autotools_stage_all | ||
| 22 | } | ||
