diff options
Diffstat (limited to 'meta/recipes-extended/bash/bash_5.1.16.bb')
-rw-r--r-- | meta/recipes-extended/bash/bash_5.1.16.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash_5.1.16.bb b/meta/recipes-extended/bash/bash_5.1.16.bb index 468964ff94..45c7c2b09c 100644 --- a/meta/recipes-extended/bash/bash_5.1.16.bb +++ b/meta/recipes-extended/bash/bash_5.1.16.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require bash.inc | 1 | require bash.inc |
2 | 2 | ||
3 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) | 3 | # GPLv2+ (< 4.0), GPLv3+ (>= 4.0) |
4 | LICENSE = "GPLv3+" | 4 | LICENSE = "GPL-3.0-or-later" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ | 7 | SRC_URI = "${GNU_MIRROR}/bash/${BP}.tar.gz;name=tarball \ |