diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-01 15:35:11 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 15:28:53 +0100 |
commit | 8a2b4e2a5e85f4937e72f03e579b1aaa264074a1 (patch) | |
tree | c40ba9f96ebc25347ce6e520c4228366fc6b834c | |
parent | 5f1f17f07641347a030b47e1d877c28389855e29 (diff) | |
download | poky-8a2b4e2a5e85f4937e72f03e579b1aaa264074a1.tar.gz |
gnome-common: Fix the metadata
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/packages/gnome/gnome-common_2.20.0.bb | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/packages/gnome/gnome-common_2.20.0.bb b/meta/packages/gnome/gnome-common_2.20.0.bb index 075ac141a1..c2eae72d55 100644 --- a/meta/packages/gnome/gnome-common_2.20.0.bb +++ b/meta/packages/gnome/gnome-common_2.20.0.bb | |||
@@ -1,7 +1,11 @@ | |||
1 | LICENSE = "GPL" | 1 | DESCRIPTION = "Common macros for building GNOME applications" |
2 | HOMEPAGE = "http://www.gnome.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "GPLv3" | ||
6 | |||
2 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
3 | PR = "r1" | 8 | PR = "r1" |
4 | DESCRIPTION = "Common macros for building GNOME applications" | ||
5 | inherit gnome | 9 | inherit gnome |
6 | 10 | ||
7 | # all isn't appropriate since STAGING_DATADIR is target specific | 11 | # all isn't appropriate since STAGING_DATADIR is target specific |