diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-18 14:30:16 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:37 +0100 |
commit | 15da3d070239f0c4b7dfbd4b8f9cd2dec687636c (patch) | |
tree | abfcc750e5e64d0f1cc28edfad9b2164366e8c49 /meta/packages/matchbox-theme-sato | |
parent | 58d1a6efcd1f0c7449a41edd9c5de90a78a40967 (diff) | |
download | poky-15da3d070239f0c4b7dfbd4b8f9cd2dec687636c.tar.gz |
matchbox-theme-sata: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages/matchbox-theme-sato')
3 files changed, 9 insertions, 1 deletions
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc index a20596e6db..032dc2d6d5 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato.inc | |||
@@ -1,5 +1,10 @@ | |||
1 | DESCRIPTION = "Matchbox window manager Sato themes" | 1 | DESCRIPTION = "Matchbox window manager Sato themes" |
2 | LICENSE = "CC-BY-SA3" | 2 | HOMEPAGE = "http://www.matchbox-project.org/" |
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "CCPL" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4" | ||
7 | |||
3 | DEPENDS = "matchbox-wm" | 8 | DEPENDS = "matchbox-wm" |
4 | SECTION = "x11/wm" | 9 | SECTION = "x11/wm" |
5 | 10 | ||
diff --git a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb index f2e2ffd4e4..74fb8cf65a 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_0.1.bb | |||
@@ -1,3 +1,5 @@ | |||
1 | require matchbox-theme-sato.inc | 1 | require matchbox-theme-sato.inc |
2 | 2 | ||
3 | PR = "r0" | ||
4 | |||
3 | SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" | 5 | SRC_URI = "http://pokylinux.org/releases/sato/matchbox-theme-sato-0.1.tar.gz" |
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 16dc9cb15d..7d492353bf 100644 --- a/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/packages/matchbox-theme-sato/matchbox-theme-sato_svn.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require matchbox-theme-sato.inc | 1 | require matchbox-theme-sato.inc |
2 | 2 | ||
3 | PV = "0.1+svnr${SRCREV}" | 3 | PV = "0.1+svnr${SRCREV}" |
4 | PR = "r0" | ||
4 | 5 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |
6 | 7 | ||