All of lore.kernel.org
 help / color / mirror / Atom feed
* license conflicts with OpenSSL
@ 2019-11-29  6:56 Yong Li
  2019-11-29 11:27 ` Alexander Amelkin
  0 siblings, 1 reply; 5+ messages in thread
From: Yong Li @ 2019-11-29  6:56 UTC (permalink / raw)
  To: openbmc

[-- Attachment #1: Type: text/plain, Size: 813 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 3881 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-12-04  2:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29  6:56 license conflicts with OpenSSL Yong Li
2019-11-29 11:27 ` Alexander Amelkin
2019-12-02  1:08   ` Yong Li
2019-12-02 15:12     ` Alexander Amelkin
2019-12-04  2:18       ` Yong Li

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.