diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2018-11-23 10:55:50 +1300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:41 +0000 |
commit | c56383ce65c2e815eb19fb200173babffd2c9331 (patch) | |
tree | 5ff151de06c5180677b1af7e7f787c5bb8843123 | |
parent | 87e3a9739d2c28f7fb9d8991586430c2c9bf149c (diff) | |
download | poky-c56383ce65c2e815eb19fb200173babffd2c9331.tar.gz |
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: 8d5565274545628cb0a7125b660e94f763cc7f49)
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>
-rw-r--r-- | meta/recipes-connectivity/socat/socat_1.7.3.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 927df7463a..b2d6b1dea4 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" | |||
7 | 7 | ||
8 | DEPENDS = "openssl readline" | 8 | DEPENDS = "openssl readline" |
9 | 9 | ||
10 | LICENSE = "GPL-2.0+-with-OpenSSL-exception" | 10 | LICENSE = "GPL-2.0-with-OpenSSL-exception" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
12 | file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e10a3f" | 12 | file://README;beginline=257;endline=287;md5=338c05eadd013872abb1d6e198e10a3f" |
13 | 13 | ||