aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sdparm
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-17 14:47:00 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-17 08:35:32 -0700
commit46297b16f8d9be038d30e4eac61b0f4a834ee654 (patch)
tree4bd31d53e7d2812ac09cf9fb3e031f7b4e5b2255 /meta-oe/recipes-support/sdparm
parent4a5d4e3a7255289fd91c7b96acc3fee941bb2156 (diff)
downloadmeta-openembedded-contrib-46297b16f8d9be038d30e4eac61b0f4a834ee654.tar.gz
sdparm: Clarify BSD license variant
The License of sdparm 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-support/sdparm')
-rw-r--r--meta-oe/recipes-support/sdparm/sdparm_1.10.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sdparm/sdparm_1.10.bb b/meta-oe/recipes-support/sdparm/sdparm_1.10.bb
index 35e22d3ea2..c09b495be6 100644
--- a/meta-oe/recipes-support/sdparm/sdparm_1.10.bb
+++ b/meta-oe/recipes-support/sdparm/sdparm_1.10.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "The sdparm utility accesses and optionally modifies \
SCSI devices' mode page and inquiry data."
HOMEPAGE = "http://sg.danny.cz/sg/sdparm.html"
SECTION = "console/utils"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=ecab6c36b7ba82c675581dd0afde36f7 \
file://lib/BSD_LICENSE;md5=1d52f4a66f1e0ed96776bf354ab7a2ed"
DEPENDS="sg3-utils"