diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-23 15:16:37 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 1fbe612faa43c01c0b9e2f0973e19cd03c914652 (patch) | |
tree | 9060e681300e6a51be7c1e0b0053702b2fc316e1 /meta-oe/recipes-extended/scsirastools | |
parent | 4d7689a133529ff7f6695e6c114f0930634400ae (diff) | |
download | meta-openembedded-1fbe612faa43c01c0b9e2f0973e19cd03c914652.tar.gz |
scsirastools: Clarify BSD license variant
The License of scsirastools is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/scsirastools')
-rw-r--r-- | meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb index b922bb1f15..2b7571e232 100644 --- a/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb +++ b/meta-oe/recipes-extended/scsirastools/scsirastools_1.6.6.bb | |||
@@ -5,7 +5,7 @@ DESCRIPTION = "scsirastools were designed to add to the Serviceability of \ | |||
5 | maintenance or service functions. It handles SCSI, \ | 5 | maintenance or service functions. It handles SCSI, \ |
6 | Linux SW RAID, SAS, SATA, and USB devices via SCSI emulation." | 6 | Linux SW RAID, SAS, SATA, and USB devices via SCSI emulation." |
7 | HOMEPAGE = "http://scsirastools.sourceforge.net/" | 7 | HOMEPAGE = "http://scsirastools.sourceforge.net/" |
8 | LICENSE = "BSD" | 8 | LICENSE = "BSD-3-Clause" |
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=687ea108478d26152ae46eb29d9d1545" | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=687ea108478d26152ae46eb29d9d1545" |
10 | 10 | ||
11 | DEPENDS += "groff-native" | 11 | DEPENDS += "groff-native" |