From: Saul Wold Date: Tue, 15 Oct 2013 19:34:16 +0000 (-0700) Subject: ca-certificates: Clarify in Description that certs are Debian based X-Git-Tag: 2015-4~4879 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f1d0b7fb15833b149b6999f4021e688212c1b6ce;p=openembedded-core.git ca-certificates: Clarify in Description that certs are Debian based Signed-off-by: Saul Wold --- 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"