diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 12:08:51 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 12:08:51 +0000 |
commit | 350dcff3a23c230616753c5b512abd29b6172c78 (patch) | |
tree | 46c91679b79f8d9ef86c012782c9d93c936541af /meta | |
parent | 3d410d34477712b87a35266e74b2504b64a32c07 (diff) | |
download | poky-350dcff3a23c230616753c5b512abd29b6172c78.tar.gz |
matchbox-applet-light: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2446 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-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 | |||