diff options
-rw-r--r-- | meta/packages/matchbox-panel/matchbox-panel_svn.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/matchbox-panel/matchbox-panel_svn.bb b/meta/packages/matchbox-panel/matchbox-panel_svn.bb index e42d505a30..50182dacce 100644 --- a/meta/packages/matchbox-panel/matchbox-panel_svn.bb +++ b/meta/packages/matchbox-panel/matchbox-panel_svn.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require matchbox-panel.inc | 1 | require matchbox-panel.inc |
2 | PV = "0.9.2+svn${SRCDATE}" | 2 | PV = "0.9.2+svnr${SRCREV}" |
3 | DEFAULT_PREFERENCE = "-1" | 3 | DEFAULT_PREFERENCE = "-1" |
4 | 4 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | 5 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" |
@@ -7,5 +7,3 @@ SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | |||
7 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" | 7 | EXTRA_OECONF = "--enable-startup-notification --enable-dnotify" |
8 | 8 | ||
9 | S = "${WORKDIR}/${PN}" | 9 | S = "${WORKDIR}/${PN}" |
10 | |||
11 | |||