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:47:13 +0100 |
commit | f1d0b7fb15833b149b6999f4021e688212c1b6ce (patch) | |
tree | 21b8838cf5e338a177bfb687d0fa8f11e70ab437 /meta/recipes-support | |
parent | 5cab5935d6924e0aca5da4b682bb83e54f20bc1d (diff) | |
download | openembedded-core-f1d0b7fb15833b149b6999f4021e688212c1b6ce.tar.gz openembedded-core-f1d0b7fb15833b149b6999f4021e688212c1b6ce.tar.bz2 openembedded-core-f1d0b7fb15833b149b6999f4021e688212c1b6ce.zip |
ca-certificates: Clarify in Description that certs are Debian based
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support')
-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 @@ SUMMARY = "Common CA certificates" DESCRIPTION = "This package includes PEM files of CA certificates to allow \ -SSL-based applications to check for the authenticity of SSL connections." +SSL-based applications to check for the authenticity of SSL connections. \ +This derived from Debian's CA Certificates." HOMEPAGE = "http://packages.debian.org/sid/ca-certificates" SECTION = "misc" LICENSE = "GPL-2.0+ & MPL-2.0" |