diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-09-26 10:36:00 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-10-04 14:53:24 +0000 |
commit | d206a054e8013c1a746781a297ea1eb4668e9967 (patch) | |
tree | cd2ff793a0fa1e456e9b048bb67c796347d5d968 /meta-oe/recipes-support/libol | |
parent | 637558b8de597406e547156fbd44033c5db54f13 (diff) | |
download | meta-openembedded-d206a054e8013c1a746781a297ea1eb4668e9967.tar.gz |
libol: Add HOMEPAGE info into recipe file.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libol')
-rw-r--r-- | meta-oe/recipes-support/libol/libol_0.3.18.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libol/libol_0.3.18.bb b/meta-oe/recipes-support/libol/libol_0.3.18.bb index c31f48313..74e1ef215 100644 --- a/meta-oe/recipes-support/libol/libol_0.3.18.bb +++ b/meta-oe/recipes-support/libol/libol_0.3.18.bb | |||
@@ -1,4 +1,5 @@ | |||
1 | SUMMARY = "A tiny C support library" | 1 | SUMMARY = "A tiny C support library" |
2 | HOMEPAGE = "https://my.balabit.com/downloads/libol" | ||
2 | SECTION = "libs" | 3 | SECTION = "libs" |
3 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b" |