diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-10-15 12:34:16 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-18 15:49:58 +0100 |
commit | 9d8fc0268ef5158992ea292bef2cba2af8ddc68e (patch) | |
tree | e74344752e8656d8d58d0905f5e758eee36f56c0 /meta/recipes-support/ca-certificates/ca-certificates_20130610.bb | |
parent | 8b3b1e7d1463e9d0b8fc58b69fc9db19306bf804 (diff) | |
download | poky-9d8fc0268ef5158992ea292bef2cba2af8ddc68e.tar.gz |
ca-certificates: Clarify in Description that certs are Debian based
(From OE-Core rev: f1d0b7fb15833b149b6999f4021e688212c1b6ce)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/ca-certificates/ca-certificates_20130610.bb')
-rw-r--r-- | meta/recipes-support/ca-certificates/ca-certificates_20130610.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/ca-certificates/ca-certificates_20130610.bb b/meta/recipes-support/ca-certificates/ca-certificates_20130610.bb index 29d6ebd38a..2dd3742282 100644 --- a/meta/recipes-support/ca-certificates/ca-certificates_20130610.bb +++ b/meta/recipes-support/ca-certificates/ca-certificates_20130610.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | SUMMARY = "Common CA certificates" | 1 | SUMMARY = "Common CA certificates" |
2 | DESCRIPTION = "This package includes PEM files of CA certificates to allow \ | 2 | DESCRIPTION = "This package includes PEM files of CA certificates to allow \ |
3 | SSL-based applications to check for the authenticity of SSL connections." | 3 | SSL-based applications to check for the authenticity of SSL connections. \ |
4 | This derived from Debian's CA Certificates." | ||
4 | HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" | 5 | HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" |
5 | SECTION = "misc" | 6 | SECTION = "misc" |
6 | LICENSE = "GPL-2.0+ & MPL-2.0" | 7 | LICENSE = "GPL-2.0+ & MPL-2.0" |