diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-06-18 14:33:59 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-29 17:13:38 +0100 |
commit | 7510eb1061d0795b515bd20eba1cbd39a9b644a2 (patch) | |
tree | 857c31e026eae555ff17c6753a8509dbd30ba776 | |
parent | 3dc7be674607393957b07b99c1ee83cbae64aec0 (diff) | |
download | poky-7510eb1061d0795b515bd20eba1cbd39a9b644a2.tar.gz |
xcursor-transparent-theme: Fix meta data
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb b/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb index 33e321e532..67ca086be7 100644 --- a/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb +++ b/meta/packages/xcursor-transparent-theme/xcursor-transparent-theme_0.1.1.bb | |||
@@ -1,7 +1,12 @@ | |||
1 | LICENSE = "GPL" | ||
2 | DESCRIPTION = "Transparent xcursor theme for handheld systems" | 1 | DESCRIPTION = "Transparent xcursor theme for handheld systems" |
2 | HOMEPAGE = "http://www.matchbox-project.org/" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
7 | |||
3 | SECTION = "x11/base" | 8 | SECTION = "x11/base" |
4 | PR="r2" | 9 | PR="r3" |
5 | 10 | ||
6 | SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ | 11 | SRC_URI = "http://matchbox-project.org/sources/utils/xcursor-transparent-theme-${PV}.tar.gz \ |
7 | file://use-relative-symlinks.patch;patch=1 \ | 12 | file://use-relative-symlinks.patch;patch=1 \ |