diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:12:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-09 11:12:26 +0000 |
commit | 44660d75b07c6d64b74373ea95d71e315f074b10 (patch) | |
tree | 2fb0972187974279bbc26c01b639201dcb6506a1 /meta/packages/matchbox-panel-2 | |
parent | e25d2309c91b71131c48779f21ba66e02aed919b (diff) | |
download | openembedded-core-44660d75b07c6d64b74373ea95d71e315f074b10.tar.gz openembedded-core-44660d75b07c6d64b74373ea95d71e315f074b10.tar.bz2 openembedded-core-44660d75b07c6d64b74373ea95d71e315f074b10.zip |
matchbox-panel-2: switched to SRCREV
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2429 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/matchbox-panel-2')
-rw-r--r-- | meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb | 12 |
1 files changed, 5 insertions, 7 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 b41f9d6d76..5c027d5e75 100644 --- a/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb +++ b/meta/packages/matchbox-panel-2/matchbox-panel-2_svn.bb @@ -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 \ |