diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-18 14:31:50 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:38 +0100 |
commit | 779c58db9fb065ee6ece9ccde528e1aef6dde9b9 (patch) | |
tree | 75920823ce2da40ac73a905dd1832133bd581dcb | |
parent | 15da3d070239f0c4b7dfbd4b8f9cd2dec687636c (diff) | |
download | poky-779c58db9fb065ee6ece9ccde528e1aef6dde9b9.tar.gz |
sato-icon-theme: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/packages/sato-icon-theme/sato-icon-theme.inc | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/packages/sato-icon-theme/sato-icon-theme.inc b/meta/packages/sato-icon-theme/sato-icon-theme.inc index 30d0017b74..ca99d7a59c 100644 --- a/meta/packages/sato-icon-theme/sato-icon-theme.inc +++ b/meta/packages/sato-icon-theme/sato-icon-theme.inc | |||
@@ -1,9 +1,12 @@ | |||
1 | SECTION = "x11" | ||
2 | DESCRIPTION = "Sato Icon Theme" | 1 | DESCRIPTION = "Sato Icon Theme" |
3 | LICENSE = "CC-BY-SA3" | 2 | HOMEPAGE = "http://www.o-hand.com" |
4 | DEPENDS = "" | 3 | BUGTRACKER = "http://bugzilla.openedhand.com/" |
4 | |||
5 | LICENSE = "CCPL" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=56a830bbe6e4697fe6cbbae01bb7c2b2" | ||
5 | 7 | ||
6 | SRC_URI = "http://pokylinux.org/releases/sato/sato-icon-theme-0.1.tar.gz" | 8 | SECTION = "x11" |
9 | DEPENDS = "" | ||
7 | 10 | ||
8 | inherit autotools pkgconfig | 11 | inherit autotools pkgconfig |
9 | 12 | ||