diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-21 16:32:13 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-23 13:29:20 -0800 |
commit | e0d9dd2acdf34e87ca7b527497c41eb4e4e4db56 (patch) | |
tree | 50053f9f51eaa8580ed078508329625206db1b7f /meta-oe/recipes-support | |
parent | 56fe916ab5ffab766d52fc40f27fc67c1dad1f0b (diff) | |
download | meta-openembedded-e0d9dd2acdf34e87ca7b527497c41eb4e4e4db56.tar.gz |
srecord: GPL-3.0 and LGPL-3.0 is correct license
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/srecord/srecord_1.64.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/srecord/srecord_1.64.bb b/meta-oe/recipes-support/srecord/srecord_1.64.bb index fe1af476f..d3488df2c 100644 --- a/meta-oe/recipes-support/srecord/srecord_1.64.bb +++ b/meta-oe/recipes-support/srecord/srecord_1.64.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A collection of powerful tools for manipulating EPROM load files." | 1 | SUMMARY = "A collection of powerful tools for manipulating EPROM load files." |
2 | SECTION = "devel" | 2 | SECTION = "devel" |
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv3+ & LGPLv3+" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8dfcbf2f0a144b97f0931b6394debea7" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=8dfcbf2f0a144b97f0931b6394debea7" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |