diff options
| -rw-r--r-- | meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb b/meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb index d84bf6686d..3f1c2d02c7 100644 --- a/meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb +++ b/meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
| 2 | PRIORITY = "optional" | 2 | PRIORITY = "optional" |
| 3 | MAINTAINER = "Chris Lord <chris@openedhand.com>" | ||
| 4 | PV = "0.0+svn${SRCDATE}" | ||
| 5 | DEPENDS = "libmatchbox gtk+" | 3 | DEPENDS = "libmatchbox gtk+" |
| 4 | PV = "0.0+svnr${SRCREV}" | ||
| 6 | 5 | ||
| 7 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=mb-applet-light;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=mb-applet-light;proto=http" |
| 8 | 7 | ||
| 9 | S = ${WORKDIR}/mb-applet-light | 8 | S = "${WORKDIR}/mb-applet-light" |
| 10 | 9 | ||
| 11 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
| 12 | |||
