summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/ca-certificates
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-10-15 12:34:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-18 15:49:58 +0100
commit9d8fc0268ef5158992ea292bef2cba2af8ddc68e (patch)
treee74344752e8656d8d58d0905f5e758eee36f56c0 /meta/recipes-support/ca-certificates
parent8b3b1e7d1463e9d0b8fc58b69fc9db19306bf804 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-support/ca-certificates/ca-certificates_20130610.bb3
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 @@
1SUMMARY = "Common CA certificates" 1SUMMARY = "Common CA certificates"
2DESCRIPTION = "This package includes PEM files of CA certificates to allow \ 2DESCRIPTION = "This package includes PEM files of CA certificates to allow \
3SSL-based applications to check for the authenticity of SSL connections." 3SSL-based applications to check for the authenticity of SSL connections. \
4This derived from Debian's CA Certificates."
4HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" 5HOMEPAGE = "http://packages.debian.org/sid/ca-certificates"
5SECTION = "misc" 6SECTION = "misc"
6LICENSE = "GPL-2.0+ & MPL-2.0" 7LICENSE = "GPL-2.0+ & MPL-2.0"