diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-23 15:15:55 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 64e2ba55d5c45cb2ff9135dc1d7c8a325f0b997e (patch) | |
tree | 36e7384f200050ee19b2634334f34a216c44c4fb /meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb | |
parent | e023880905b4696dec46e942d0f9fa95f291e88e (diff) | |
download | meta-openembedded-64e2ba55d5c45cb2ff9135dc1d7c8a325f0b997e.tar.gz |
cmpi binding: Clarify BSD license variant
The License of cmpi binding 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/cmpi-bindings/cmpi-bindings_1.0.1.bb')
-rw-r--r-- | meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb index 987c09fe5..251c5d0f5 100644 --- a/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb +++ b/meta-oe/recipes-extended/cmpi-bindings/cmpi-bindings_1.0.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "Adapter to write and run CMPI-type CIM providers" | 1 | SUMMARY = "Adapter to write and run CMPI-type CIM providers" |
2 | DESCRIPTION = "CMPI-compliant provider interface for various languages via SWIG" | 2 | DESCRIPTION = "CMPI-compliant provider interface for various languages via SWIG" |
3 | HOMEPAGE = "http://github.com/kkaempf/cmpi-bindings" | 3 | HOMEPAGE = "http://github.com/kkaempf/cmpi-bindings" |
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b19ee058d2d5f69af45da98051d91064" |
6 | SECTION = "Development/Libraries" | 6 | SECTION = "Development/Libraries" |
7 | DEPENDS = "swig-native python3 sblim-cmpi-devel" | 7 | DEPENDS = "swig-native python3 sblim-cmpi-devel" |