diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-07 07:04:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-07 23:35:13 +0000 |
commit | 292f32b18bad0443fec29e488e4daa28d91e3700 (patch) | |
tree | d937f34e52204e2d8bc9c7875d48e2f764d52a6a /meta/recipes-core | |
parent | c366bcb09e974cdb0840622164f833f145dac3d8 (diff) | |
download | poky-292f32b18bad0443fec29e488e4daa28d91e3700.tar.gz |
glib-2.0: add HOMEPAGE
It doesn't have a homepage except gtk.org, use its reference manual page
as the homepage, which we can easily know whether it is a stable version
or not.
(From OE-Core rev: ef303442278c900cd6bfd529692cb9de80e31353)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/glib-2.0/glib.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/glib-2.0/glib.inc b/meta/recipes-core/glib-2.0/glib.inc index 2d81afc8f2..072f790111 100644 --- a/meta/recipes-core/glib-2.0/glib.inc +++ b/meta/recipes-core/glib-2.0/glib.inc | |||
@@ -1,5 +1,7 @@ | |||
1 | SUMMARY = "A general-purpose utility library" | 1 | SUMMARY = "A general-purpose utility library" |
2 | DESCRIPTION = "GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on." | 2 | DESCRIPTION = "GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, file utilities, a main loop abstraction, and so on." |
3 | HOMEPAGE = "https://developer.gnome.org/glib/" | ||
4 | |||
3 | # pcre is under BSD; | 5 | # pcre is under BSD; |
4 | # docs/reference/COPYING is with a 'public domai'-like license! | 6 | # docs/reference/COPYING is with a 'public domai'-like license! |
5 | LICENSE = "LGPLv2+ & BSD & PD" | 7 | LICENSE = "LGPLv2+ & BSD & PD" |