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

meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb

index b41f9d6d76117cec45a9184f5261ba17fd467614..5c027d5e754630c4ae17f43830289067dc5e73c2 100644 (file)
@@ -1,19 +1,17 @@
 LICENSE = "GPLv2"
 PRIORITY = "optional"
-MAINTAINER = "Chris Lord <chris@openedhand.com>"
-PV = "0.0+svn${SRCDATE}"
 DEPENDS = "gtk+ startup-notification apmd"
-PR = "r2"
+PV = "0.0+svnr${SRCREV}"
 
-RPROVIDES = matchbox-panel
-RREPLACES = matchbox-panel
-RCONFLICTS = matchbox-panel
+RPROVIDES = "matchbox-panel"
+RREPLACES = "matchbox-panel"
+RCONFLICTS = "matchbox-panel"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
 
 EXTRA_OECONF = "--enable-startup-notification --disable-libnotify"
 
-S = ${WORKDIR}/${PN}
+S = "${WORKDIR}/${PN}"
 
 FILES_${PN} += "${libdir}/matchbox-panel/*.so \
                 ${datadir}/matchbox-panel/battery/*.png \