| Message ID | 20251030044211.607841-1-namanj1@kpit.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta,master] socat: Update LICENSE field | expand |
On 10/30/25 05:42, Naman Jain via lists.openembedded.org wrote: > The below reference clearly states that GPL-2.0-with-OpenSSL-exception > is to be used with GPL 2.0 or GPL3.0 and not as a standalone license. > Therefore, update the correct license. Also add LGPL-2.1-or-later as > socat uses it. Is socat under LGPL? The only LGPL part I could find is some .c code which is shipped embedded in an android specific shell script - but maybe I'm searching wrong.
diff --git a/meta/recipes-connectivity/socat/socat_1.8.0.3.bb b/meta/recipes-connectivity/socat/socat_1.8.0.3.bb index ee6ca1fe44..f4c3591710 100644 --- a/meta/recipes-connectivity/socat/socat_1.8.0.3.bb +++ b/meta/recipes-connectivity/socat/socat_1.8.0.3.bb @@ -5,9 +5,10 @@ HOMEPAGE = "http://www.dest-unreach.org/socat/" SECTION = "console/network" -LICENSE = "GPL-2.0-with-OpenSSL-exception" +LICENSE = "LGPL-2.1-or-later & GPL-2.0-or-later & GPL-2.0-with-OpenSSL-exception" LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ - file://README;beginline=248;endline=278;md5=338c05eadd013872abb1d6e198e10a3f" + file://README;beginline=248;endline=278;md5=338c05eadd013872abb1d6e198e10a3f \ + file://COPYING.OpenSSL;md5=5c9bccc77f67a8328ef4ebaf468116f4" SRC_URI = "http://www.dest-unreach.org/socat/download/socat-${PV}.tar.bz2 \ file://0001-fix-compile-procan.c-failed.patch \