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 | |
parent | 58d1a6efcd1f0c7449a41edd9c5de90a78a40967 (diff) | |
download | openembedded-core-15da3d070239f0c4b7dfbd4b8f9cd2dec687636c.tar.gz openembedded-core-15da3d070239f0c4b7dfbd4b8f9cd2dec687636c.tar.bz2 openembedded-core-15da3d070239f0c4b7dfbd4b8f9cd2dec687636c.zip |
matchbox-theme-sata: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta/packages')
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 @@ DESCRIPTION = "Matchbox window manager Sato themes" -LICENSE = "CC-BY-SA3" +HOMEPAGE = "http://www.matchbox-project.org/" +BUGTRACKER = "http://bugzilla.openedhand.com/" + +LICENSE = "CCPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=aae86bb34b0a83716ca09f4e783d6ba4" + DEPENDS = "matchbox-wm" SECTION = "x11/wm" 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 @@ require matchbox-theme-sato.inc +PR = "r0" + 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 @@ require matchbox-theme-sato.inc PV = "0.1+svnr${SRCREV}" +PR = "r0" SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" |