mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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). (From OE-Core rev: 466044a341a8b42159bd9388950c9079e0d7a2c3) (From OE-Core rev: caa0b85cecf37945d67d5844c772a11ed790f8a5) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
64a257fa22
commit
cd6ac316c2
@@ -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=338c05eadd013872abb1d6e198e10a3f"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user