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