]> code.ossystems Code Review - openembedded-core.git/commitdiff
matchbox-applet-light: switched to SRCREV
authorMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 12:08:51 +0000 (12:08 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Thu, 9 Aug 2007 12:08:51 +0000 (12:08 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2446 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/matchbox-applet-light/matchbox-applet-light_svn.bb

index d84bf6686d4a013f507c803d38625d9f9f3b5df6..3f1c2d02c74207aedaf9c1afb84760aedde21368 100644 (file)
@@ -1,12 +1,10 @@
 LICENSE = "GPLv2"
 PRIORITY = "optional"
-MAINTAINER = "Chris Lord <chris@openedhand.com>"
-PV = "0.0+svn${SRCDATE}"
 DEPENDS = "libmatchbox gtk+"
+PV = "0.0+svnr${SRCREV}"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=mb-applet-light;proto=http"
 
-S = ${WORKDIR}/mb-applet-light
+S = "${WORKDIR}/mb-applet-light"
 
 inherit autotools pkgconfig
-