diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-06 15:13:53 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-11 17:30:12 +0100 |
commit | 1f8dae4ca60db21e8c24bf5bcf2153ebd26773f5 (patch) | |
tree | 57a8d0f0c731b061a4fb4bbddd4b7f10c839e818 | |
parent | b9f0c54fd8b4f5f157e5f088bb304ddab0387ae6 (diff) | |
download | openembedded-core-1f8dae4ca60db21e8c24bf5bcf2153ebd26773f5.tar.gz openembedded-core-1f8dae4ca60db21e8c24bf5bcf2153ebd26773f5.tar.bz2 openembedded-core-1f8dae4ca60db21e8c24bf5bcf2153ebd26773f5.zip |
xdg-utils: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb index 5007498bb0..34f8d107b2 100644 --- a/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb +++ b/meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb @@ -1,5 +1,5 @@ SUMMARY = "Basic desktop integration functions" - +HOMEPAGE = "https://www.freedesktop.org/wiki/Software/xdg-utils/" DESCRIPTION = "The xdg-utils package is a set of simple scripts that provide basic \ desktop integration functions for any Free Desktop, such as Linux. \ They are intended to provide a set of defacto standards. \ |