diff options
author | Fan Xin <fan.xin@jp.fujitsu.com> | 2017-09-04 12:15:53 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-05 14:58:36 +0100 |
commit | 5fca1aa08e2ca2de5a9ee6cdedaab057cbfd7a03 (patch) | |
tree | 02c52e81c405aa0cbd27911e2aaf1fb5fbf656fe | |
parent | 516e0dda595c3c40bda4f4d3f4fd86225ace55c9 (diff) | |
download | openembedded-core-5fca1aa08e2ca2de5a9ee6cdedaab057cbfd7a03.tar.gz openembedded-core-5fca1aa08e2ca2de5a9ee6cdedaab057cbfd7a03.tar.bz2 openembedded-core-5fca1aa08e2ca2de5a9ee6cdedaab057cbfd7a03.zip |
gconf: Add HOMEPAGE info into recipe file.
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.6.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index f4405fe0e1..92fd12c6d2 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb @@ -1,5 +1,6 @@ SUMMARY = "GNOME configuration system" SECTION = "x11/gnome" +HOMEPAGE = "https://projects.gnome.org/gconf/" LICENSE = "LGPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |