diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2022-02-01 08:28:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-16 09:48:51 +0000 |
commit | 76a93e4ac97bbf6a5a1a2b17f12b4d489c56b514 (patch) | |
tree | dab72fc2fcb50bbe37104a7dd2a2e7266ef2c361 /meta | |
parent | ea8e0dd0720955e443bba8f6a0d7f30186b5c720 (diff) | |
download | poky-76a93e4ac97bbf6a5a1a2b17f12b4d489c56b514.tar.gz |
tzdata: Remove BSD License specifier
The code in question is licensed under the BSD-3-Clause license, so
including the generic "BSD" license is unnecessary.
(From OE-Core rev: c39fc075ce3fd5b53c2a2fccb43500ee0a12f39d)
(From OE-Core rev: e62c10d3560cd11441dbf648e19e3ed6269fa60d)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Nisha Parrakat <nisha.m.parrakat@bmw.de>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/timezone/timezone.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/timezone/timezone.inc b/meta/recipes-extended/timezone/timezone.inc index e9eb249afe..43d14d7f12 100644 --- a/meta/recipes-extended/timezone/timezone.inc +++ b/meta/recipes-extended/timezone/timezone.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "The Time Zone Database contains code and data that represent \ | |||
3 | the history of local time for many representative locations around the globe." | 3 | the history of local time for many representative locations around the globe." |
4 | HOMEPAGE = "http://www.iana.org/time-zones" | 4 | HOMEPAGE = "http://www.iana.org/time-zones" |
5 | SECTION = "base" | 5 | SECTION = "base" |
6 | LICENSE = "PD & BSD & BSD-3-Clause" | 6 | LICENSE = "PD & BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c679c9d6b02bc2757b3eaf8f53c43fba" |
8 | 8 | ||
9 | PV = "2021e" | 9 | PV = "2021e" |