diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 14:56:05 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | aa3709c0d84069834f7af7384726565ef024f32b (patch) | |
tree | 532edd46bb17021bd7a699e6737bd08ab4e6bb49 /meta-python/recipes-devtools/python/python-evdev.inc | |
parent | 14bbd8d32bbfad07ba0c724b8c98a2c00bbec832 (diff) | |
download | meta-openembedded-aa3709c0d84069834f7af7384726565ef024f32b.tar.gz |
Python: evdev: Clarify BSD license variant
The License of python evdev 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-python/recipes-devtools/python/python-evdev.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-evdev.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-evdev.inc b/meta-python/recipes-devtools/python/python-evdev.inc index 5a3884a6f9..989d1e5f6c 100644 --- a/meta-python/recipes-devtools/python/python-evdev.inc +++ b/meta-python/recipes-devtools/python/python-evdev.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "Python evdev lib" | 1 | SUMMARY = "Python evdev lib" |
2 | HOMEPAGE = "https://github.com/gvalkov/python-evdev" | 2 | HOMEPAGE = "https://github.com/gvalkov/python-evdev" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "c7e855ae9f97f869a59e75b29f05ce74" | 6 | SRC_URI[md5sum] = "c7e855ae9f97f869a59e75b29f05ce74" |