diff options
author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:46:05 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
commit | bd5dcf1b25204eaf689316902b450a67225434bf (patch) | |
tree | 66ca2f14fbf63926e646ab6accd8496c82b3da4a /meta-perl/recipes-perl/libcurses | |
parent | 7d8a0e840dd9fc6aabfe29413f3564ef0dc481f8 (diff) | |
download | meta-openembedded-bd5dcf1b25204eaf689316902b450a67225434bf.tar.gz |
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcurses')
-rw-r--r-- | meta-perl/recipes-perl/libcurses/libcurses-perl_1.38.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libcurses/libcurses-perl_1.38.bb b/meta-perl/recipes-perl/libcurses/libcurses-perl_1.38.bb index a398382c6..8c56c206f 100644 --- a/meta-perl/recipes-perl/libcurses/libcurses-perl_1.38.bb +++ b/meta-perl/recipes-perl/libcurses/libcurses-perl_1.38.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "lib-curses provides an interface between Perl programs and \ | |||
2 | the curses library." | 2 | the curses library." |
3 | 3 | ||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 5 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
6 | 6 | ||
7 | LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=26;endline=30;md5=0b37356c5e9e28080a3422d82af8af09" |
8 | 8 | ||