diff options
author | Akira Shibakawa <arabishi900@gmail.com> | 2020-10-14 23:47:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:34:30 +0100 |
commit | 588170c125e09f9e167d745d979ec3a46d860d59 (patch) | |
tree | 59e3a2c8a325b3fe8c4d6a7b3a4c1dba65f41239 /meta/recipes-support | |
parent | 0033983cf301cd90ac665010a4747c5d84e2f21f (diff) | |
download | poky-588170c125e09f9e167d745d979ec3a46d860d59.tar.gz |
License-Update: attr: Add a missing file to LIC_FILES_CHKSUM.
Although attr is licensed under LGPLv2.1 and GPLv2, LIC_FILES_CHKSUM
does not include license file of LGPLv2.1, COPYING.LGPL.
(From OE-Core rev: 61e87573b6e56e73f0283bb20d38b8c9df659924)
Signed-off-by: Akira Shibakawa <arabishi900@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/attr/attr.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index f13a83a7b4..0c3330a686 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
@@ -8,6 +8,7 @@ LICENSE = "LGPLv2.1+ & GPLv2+" | |||
8 | LICENSE_${PN} = "GPLv2+" | 8 | LICENSE_${PN} = "GPLv2+" |
9 | LICENSE_lib${BPN} = "LGPLv2.1+" | 9 | LICENSE_lib${BPN} = "LGPLv2.1+" |
10 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \ | 10 | LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \ |
11 | file://doc/COPYING.LGPL;md5=b8d31f339300bc239d73461d68e77b9c \ | ||
11 | file://tools/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ | 12 | file://tools/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ |
12 | file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb" | 13 | file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb" |
13 | 14 | ||