diff options
author | Nikolay Papenkov <n.papenkov@inango-systems.com> | 2021-05-25 11:23:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-28 06:41:03 +0100 |
commit | 40d3366bea8d2417e89a37c6f2d38e1542160342 (patch) | |
tree | 8049a44d95aef59c4752f6358bc02ec9a679da56 /meta/recipes-devtools/flex/flex_2.6.4.bb | |
parent | 219f9fc977768248ecd3ca907a4cf236674cc594 (diff) | |
download | poky-40d3366bea8d2417e89a37c6f2d38e1542160342.tar.gz |
flex: correct license information
License-Update: Corrected license information
flex package is under two licenses:
- "BSD-3-Clause" is provided in top-level COPYING file; the license
actually include third obligation (without the actual "3" numbering)
- "LGPL-2.0+" is explained by src/gettext.h
(From OE-Core rev: 7beaae812f55a43797a459f3ad25f1be121bdbe1)
Signed-off-by: Dmitry Kisil <d.kisil@inango-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex/flex_2.6.4.bb')
-rw-r--r-- | meta/recipes-devtools/flex/flex_2.6.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/flex/flex_2.6.4.bb b/meta/recipes-devtools/flex/flex_2.6.4.bb index 1d43d2228a..54e7e01729 100644 --- a/meta/recipes-devtools/flex/flex_2.6.4.bb +++ b/meta/recipes-devtools/flex/flex_2.6.4.bb | |||
@@ -3,12 +3,14 @@ DESCRIPTION = "Flex is a fast lexical analyser generator. Flex is a tool for ge | |||
3 | lexical patterns in text." | 3 | lexical patterns in text." |
4 | HOMEPAGE = "http://sourceforge.net/projects/flex/" | 4 | HOMEPAGE = "http://sourceforge.net/projects/flex/" |
5 | SECTION = "devel" | 5 | SECTION = "devel" |
6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-3-Clause & LGPL-2.0+" |
7 | LICENSE_${PN}-libfl = "BSD-3-Clause" | ||
7 | 8 | ||
8 | DEPENDS = "${@bb.utils.contains('PTEST_ENABLED', '1', 'bison-native flex-native', '', d)}" | 9 | DEPENDS = "${@bb.utils.contains('PTEST_ENABLED', '1', 'bison-native flex-native', '', d)}" |
9 | BBCLASSEXTEND = "native nativesdk" | 10 | BBCLASSEXTEND = "native nativesdk" |
10 | 11 | ||
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067" | 12 | LIC_FILES_CHKSUM = "file://COPYING;md5=e4742cf92e89040b39486a6219b68067 \ |
13 | file://src/gettext.h;beginline=1;endline=17;md5=9c05dda2f58d89b850c399cf22e1a00c" | ||
12 | 14 | ||
13 | SRC_URI = "https://github.com/westes/flex/releases/download/v${PV}/flex-${PV}.tar.gz \ | 15 | SRC_URI = "https://github.com/westes/flex/releases/download/v${PV}/flex-${PV}.tar.gz \ |
14 | file://run-ptest \ | 16 | file://run-ptest \ |