summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-10-30 10:03:15 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-30 15:57:05 -0500
commit306e8c38059d4cecfca2180d148d62de716d5b90 (patch)
treedd309dccfcefc969629c3fbc3e3fd7bc5ab52fc6
parent76d2942087d7563ae42f0bea6d97460ee2561f3e (diff)
downloadmeta-intel-306e8c38059d4cecfca2180d148d62de716d5b90.tar.gz
meta-intel/common: Add License info for openssl-qat-module
openssl-qat-module has the dual license. So add GPLv2 and BSD License to openssl qat Module. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb
index a4fe3c57..fdeebbb8 100644
--- a/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb
+++ b/common/recipes-connectivity/openssl-qat-module/openssl-qat-module.bb
@@ -7,8 +7,10 @@ implemented on Intel Communications Chipset 89xx Series based platforms."
7HOMEPAGE = "http://www.openssl.org/" 7HOMEPAGE = "http://www.openssl.org/"
8SECTION = "libs/network" 8SECTION = "libs/network"
9 9
10LICENSE = "openssl" 10LICENSE = "openssl & GPLv2 & BSD"
11LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" 11LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8 \
12 file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \
13 file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb"
12 14
13PV = "1.0.1" 15PV = "1.0.1"
14PR = "r0" 16PR = "r0"