Can you please cherry-pick this to the stable releases (Thud, Sumo, etc)? //Peter
> -----Original Message----- > From: [email protected] <openembedded- > [email protected]> On Behalf Of Paul Eggleton > Sent: den 22 november 2018 22:56 > To: [email protected] > Subject: [OE-core] [PATCH 1/1] socat: fix LICENSE > > According to both the README and source headers, the LICENSE value for > socat is explicitly GPLv2, not v2 or later, so adjust LICENSE > accordingly (leaving aside whether "GPL-2.0+-with-OpenSSL-exception" > should actually be considered a valid LICENSE string or not). > > Signed-off-by: Paul Eggleton <[email protected]> > --- > meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb > b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb > index 927df7463ae..b2d6b1dea4a 100644 > --- a/meta/recipes-connectivity/socat/socat_1.7.3.2.bb > +++ b/meta/recipes-connectivity/socat/socat_1.7.3.2.bb > @@ -7,7 +7,7 @@ SECTION = "console/network" > > DEPENDS = "openssl readline" > > -LICENSE = "GPL-2.0+-with-OpenSSL-exception" > +LICENSE = "GPL-2.0-with-OpenSSL-exception" > LIC_FILES_CHKSUM = > "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ > > file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e > 10a3f" > > -- > 2.17.2 > > -- > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-core -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
