diff options
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
-rw-r--r-- | meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb index 5ed1325b50..d42f6421ed 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Matchbox window manager Sato themes" | |||
2 | LICENSE = "CC-BY-SA3" | 2 | LICENSE = "CC-BY-SA3" |
3 | DEPENDS = "matchbox-wm" | 3 | DEPENDS = "matchbox-wm" |
4 | SECTION = "x11/wm" | 4 | SECTION = "x11/wm" |
5 | PV = "0.1+svn${SRCDATE}" | 5 | PV = "0.1+svnr${SRCREV}" |
6 | 6 | ||
7 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 7 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
8 | S = "${WORKDIR}/matchbox-sato" | 8 | S = "${WORKDIR}/matchbox-sato" |
@@ -10,4 +10,3 @@ S = "${WORKDIR}/matchbox-sato" | |||
10 | inherit autotools pkgconfig | 10 | inherit autotools pkgconfig |
11 | 11 | ||
12 | FILES_${PN} += "${datadir}/themes" | 12 | FILES_${PN} += "${datadir}/themes" |
13 | |||