diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-14 17:06:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-18 11:07:21 +0100 |
commit | 6db253c904df1d04f255204a89f2b1cd0fc0967e (patch) | |
tree | 52990ede9562b83474c504db8f583ed49fecd8cc | |
parent | 8ce40a264e47fe8524ba8f131b26c3af40393c74 (diff) | |
download | openembedded-core-6db253c904df1d04f255204a89f2b1cd0fc0967e.tar.gz openembedded-core-6db253c904df1d04f255204a89f2b1cd0fc0967e.tar.bz2 openembedded-core-6db253c904df1d04f255204a89f2b1cd0fc0967e.zip |
minicom: 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/minicom/minicom_2.7.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/minicom/minicom_2.7.1.bb b/meta/recipes-extended/minicom/minicom_2.7.1.bb index 92cf5f960c..1a31a872d6 100644 --- a/meta/recipes-extended/minicom/minicom_2.7.1.bb +++ b/meta/recipes-extended/minicom/minicom_2.7.1.bb @@ -1,4 +1,5 @@ SUMMARY = "Text-based modem control and terminal emulation program" +HOMEPAGE = "http://alioth.debian.org/projects/minicom/" DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like operating systems" SECTION = "console/network" DEPENDS = "ncurses virtual/libiconv" |