summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2018-11-23 10:55:50 +1300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-12-05 22:34:00 +0000
commitcd6ac316c21aaddaf0795576568913c61ebcfddf (patch)
treee4ceb25e841b434b710849648471172d0b98ea60 /meta
parent64a257fa22126c4a40ff7e03424a404e360ebe1e (diff)
downloadpoky-cd6ac316c21aaddaf0795576568913c61ebcfddf.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: 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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/socat/socat_1.7.3.2.bb2
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 4dcb7b4adc..6373dd40aa 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
8DEPENDS = "openssl readline" 8DEPENDS = "openssl readline"
9 9
10LICENSE = "GPL-2.0+-with-OpenSSL-exception" 10LICENSE = "GPL-2.0-with-OpenSSL-exception"
11LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 11LIC_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