From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Authentication-Results: lists.ozlabs.org; spf=none (no SPF record) smtp.mailfrom=linux.intel.com (client-ip=134.134.136.24; helo=mga09.intel.com; envelope-from=yong.b.li@linux.intel.com; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=linux.intel.com Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 47PQKf11zLzDr58 for ; Fri, 29 Nov 2019 17:56:52 +1100 (AEDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Nov 2019 22:56:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,256,1571727600"; d="scan'208,217";a="359987157" Received: from yongli3-mobl.ccr.corp.intel.com (HELO yongli3MOBL) ([10.239.196.63]) by orsmga004.jf.intel.com with ESMTP; 28 Nov 2019 22:56:47 -0800 From: "Yong Li" To: Subject: license conflicts with OpenSSL Date: Fri, 29 Nov 2019 14:56:46 +0800 Message-ID: <000001d5a682$2b3fabd0$81bf0370$@linux.intel.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01D5A6C5.3963FD40" X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdWmga5ssB2f9xIzTCqkh8Kxq6hw8g== Content-Language: en-us x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZGVjYTlkMGEtOTNkMS00OTZmLTgzNGQtMTAwYWY1YjIyMDU2IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiUEdoSUxsc3I1YlIzempLc3B6SkFPdnN1VUlCYTlzRjdoOHRpeHZyb0plc3pEOWxKZGpLd1J4RGczUUlXdittXC8ifQ== dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action X-BeenThere: openbmc@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Development list for OpenBMC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 06:56:55 -0000 This is a multipart message in MIME format. ------=_NextPart_000_0001_01D5A6C5.3963FD40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi All, Just found that some packages included in openbmc have license conflict issues between OpenSSL and GPL Ipmitool package and krb5 package are both linked to openssl and other GPL libs. Based on the discussion in https://lists.debian.org/debian-legal/2004/05/msg00595.html, I think they are conflict licenses. Just want to know if we need to do something? Such as add an additional license file? More information: meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmitool_1.8.18.bb LICENSE = "BSD-3-Clause" DEPENDS = "openssl readline ncurses" Readline is GPLv3 meta-openembedded/meta-oe/recipes-connectivity/krb5/krb5_1.17.bb: LICENSE = "MIT" DEPENDS = "bison-native ncurses util-linux e2fsprogs e2fsprogs-native openssl" Util-linux is GPLv2 Thanks, Yong ------=_NextPart_000_0001_01D5A6C5.3963FD40 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hi All,

 

Just found = that some packages included in openbmc have license conflict issues = between OpenSSL and GPL

 

Ipmitool = package and krb5 package are both linked to openssl and other GPL libs. =

 

Based on the discussion in http= s://lists.debian.org/debian-legal/2004/05/msg00595.html, I think = they are conflict licenses.

 

Just want to = know if we need to do something? Such as add an additional license = file?

 

 

More = information:

meta-openembedded/meta-oe/recipes-kernel/ipmitool/ipmit= ool_1.8.18.bb

LICENSE =3D = "BSD-3-Clause"

DEPENDS =3D = "openssl readline ncurses"

 

Readline is = GPLv3

 

meta-openembedded/meta-oe/recipes-connectivity/krb5/krb= 5_1.17.bb:

LICENSE =3D = "MIT"

DEPENDS =3D = "bison-native ncurses util-linux e2fsprogs e2fsprogs-native = openssl"

 

Util-linux is GPLv2

 

 

Thanks,

Yong

------=_NextPart_000_0001_01D5A6C5.3963FD40--