diff options
| author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 15:07:43 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:52 -0700 |
| commit | 05812160bf27671afc22aa34c0407b97dec04a5f (patch) | |
| tree | 3f538fb6a08da909f047bd64964480bd3581430f | |
| parent | 1954ed6f1a0c703db17fd315602cb68f87e276c5 (diff) | |
| download | meta-openembedded-05812160bf27671afc22aa34c0407b97dec04a5f.tar.gz | |
Python: whoosh: Clarify BSD license variant
The License of python whoosh is BSD-2-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python-whoosh.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-whoosh.inc b/meta-python/recipes-devtools/python/python-whoosh.inc index a4ca5dcd48..040b32458f 100644 --- a/meta-python/recipes-devtools/python/python-whoosh.inc +++ b/meta-python/recipes-devtools/python/python-whoosh.inc | |||
| @@ -4,7 +4,7 @@ Whoosh is a fast, featureful full-text indexing and searching library \ | |||
| 4 | implemented in pure Python. Programmers can use it to easily add search \ | 4 | implemented in pure Python. Programmers can use it to easily add search \ |
| 5 | functionality to their applications and websites. Every part of how \ | 5 | functionality to their applications and websites. Every part of how \ |
| 6 | Whoosh works can be extended or replaced to meet your needs exactly." | 6 | Whoosh works can be extended or replaced to meet your needs exactly." |
| 7 | LICENSE = "BSD" | 7 | LICENSE = "BSD-2-Clause" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05303186defc6141143629961c7c8a60" |
| 9 | 9 | ||
| 10 | SRC_URI[md5sum] = "893433e9c0525ac043df33e6e04caab2" | 10 | SRC_URI[md5sum] = "893433e9c0525ac043df33e6e04caab2" |
