diff options
-rw-r--r-- | conf/licenses.conf | 2 | ||||
-rw-r--r-- | openssl/openssl_0.9.7d.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/licenses.conf b/conf/licenses.conf index db3f78e10f..1ba1e2eace 100644 --- a/conf/licenses.conf +++ b/conf/licenses.conf @@ -1,4 +1,4 @@ SRC_DISTRIBUTE_LICENSES = "GPL GPLv2 BSD LGPL Apache-2.0 QPL AFL" SRC_DISTRIBUTE_LICENSES += "MIT Sleepycat Classpath Perl PSF PD Artistic" -SRC_DISTRIBUTE_LICENSES += "bzip2 zlib ntp cron libpng netperf" +SRC_DISTRIBUTE_LICENSES += "bzip2 zlib ntp cron libpng netperf openssl" diff --git a/openssl/openssl_0.9.7d.oe b/openssl/openssl_0.9.7d.oe index cfaa9e396f..60ed6799c6 100644 --- a/openssl/openssl_0.9.7d.oe +++ b/openssl/openssl_0.9.7d.oe @@ -1,7 +1,7 @@ SECTION = "libs" DESCRIPTION = "Secure Socket Layer (SSL) binary and related cryptographic tools." HOMEPAGE = "http://www.openssl.org/" -LICENSE = "Apache" +LICENSE = "openssl" PR = "r2" SRC_URI = "http://www.openssl.org/source/openssl-${PV}.tar.gz \ |