aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/yasm
diff options
context:
space:
mode:
authorChristophe PRIOUZEAU <christophe.priouzeau@st.com>2019-10-23 15:15:55 +0000
committerKhem Raj <raj.khem@gmail.com>2019-10-25 10:29:51 -0700
commite023880905b4696dec46e942d0f9fa95f291e88e (patch)
treee17e53bd147b18bc0ef53eb6a6997d95a6a6e165 /meta-oe/recipes-devtools/yasm
parent392c33d6b7e9918d10f217b1db4cec68c32a302a (diff)
downloadmeta-openembedded-e023880905b4696dec46e942d0f9fa95f291e88e.tar.gz
yasm: Clarify BSD license variant
The License of yasm is MIT. Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/yasm')
-rw-r--r--meta-oe/recipes-devtools/yasm/yasm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb
index b20d4c05ca..dc4fbf7f57 100644
--- a/meta-oe/recipes-devtools/yasm/yasm_git.bb
+++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb
@@ -1,5 +1,5 @@
SUMMARY = "x86 (SSE) assembler supporting NASM and GAS-syntaxes"
-LICENSE = "BSD"
+LICENSE = "MIT"
HOMEPAGE = "http://www.tortall.net/projects/yasm/"
LIC_FILES_CHKSUM = "file://COPYING;md5=a12d8903508fb6bfd49d8d82c6170dd9"