diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 17:38:31 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:53 +0100 |
commit | 00844cd0650015655892d5880a06d9facf2808d4 (patch) | |
tree | 541746f322b7aa8f14e35598fe843f071d7478e2 /meta | |
parent | 8a48d6695036a2bcbb4140b1ceda53057cb8cb42 (diff) | |
download | poky-00844cd0650015655892d5880a06d9facf2808d4.tar.gz |
hicolor-icon-theme: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb index aab3273145..5b97fc33ba 100644 --- a/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb +++ b/meta/packages/hicolor-icon-theme/hicolor-icon-theme_0.10.bb | |||
@@ -1,5 +1,10 @@ | |||
1 | DESCRIPTION = "default icon theme that all icon themes automatically inherit from." | ||
2 | HOMEPAGE = "http://icon-theme.freedesktop.org/wiki/HicolorTheme" | ||
3 | BUGTRACKER = "https://bugs.freedesktop.org/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | |||
1 | SECTION = "unknown" | 7 | SECTION = "unknown" |
2 | LICENSE = "GPL" | ||
3 | inherit gnome | 8 | inherit gnome |
4 | 9 | ||
5 | PR = "r3" | 10 | PR = "r3" |