diff options
author | fan.xin <fan.xin@jp.fujitsu.com> | 2017-09-04 14:01:14 +0900 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:08 -0400 |
commit | bb110dfed7bef1c948afdd656afc8e7fb65d9386 (patch) | |
tree | 114274254d3638e7e7281d16eb9519a4b8b0ef5b | |
parent | fb065fa9cfa47063b4d544b2c4d8d8f9a620623e (diff) | |
download | meta-openembedded-bb110dfed7bef1c948afdd656afc8e7fb65d9386.tar.gz |
cyrus-sasl: Add HOMEPAGE info into recipe file.
Signed-off-by: Fan Xin <fan.xin@jp.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r-- | meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index 61b7ad47d02..eaa453d9177 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb @@ -1,5 +1,6 @@ SUMMARY = "Generic client/server library for SASL authentication" SECTION = "libs" +HOMEPAGE = "http://asg.web.cmu.edu/sasl/" DEPENDS = "openssl virtual/db" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://COPYING;md5=3f55e0974e3d6db00ca6f57f2d206396" |