From 306e8c38059d4cecfca2180d148d62de716d5b90 Mon Sep 17 00:00:00 2001 From: Kishore Bodke Date: Tue, 30 Oct 2012 10:03:15 -0700 Subject: 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 Signed-off-by: Tom Zanussi --- .../recipes-connectivity/openssl-qat-module/openssl-qat-module.bb | 6 ++++-- 1 file 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." HOMEPAGE = "http://www.openssl.org/" SECTION = "libs/network" -LICENSE = "openssl" -LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8" +LICENSE = "openssl & GPLv2 & BSD" +LIC_FILES_CHKSUM = "file://${WORKDIR}/openssl-${PV}/LICENSE;md5=f9a8f968107345e0b75aa8c2ecaa7ec8 \ + file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \ + file://${COMMON_LICENSE_DIR}/BSD;md5=3775480a712fc46a69647678acb234cb" PV = "1.0.1" PR = "r0" -- cgit v1.2.3-54-g00ecf