diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 11:42:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-04-03 11:42:52 +0000 |
commit | 2f3ca937d66ce6b9f2bdb1c09fbf066818ac92f4 (patch) | |
tree | d7dc1c98ae86b5d33f59b532ae9eb486e8be47d9 /meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |
parent | cdaaa55f34a3ce0b1be82513fd758410187fa202 (diff) | |
download | poky-2f3ca937d66ce6b9f2bdb1c09fbf066818ac92f4.tar.gz |
matchbox-theme-sato: unify recipes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4172 311d38ba-8fff-0310-9ca6-ca027cbcb966
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" | ||