diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-11-18 14:00:15 -0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-11-26 08:48:11 -0700 |
commit | aa9b1f50f424a8baee65c95a09fbb7d57c5801c8 (patch) | |
tree | d35d3987c7c90e6c56eaba8f2a31c5e3575ff047 | |
parent | 03a7bad10a6d9b905bdcc7171f448d3121937295 (diff) | |
download | meta-openembedded-aa9b1f50f424a8baee65c95a09fbb7d57c5801c8.tar.gz |
sblim-sfc-common: use official SPDX license for EPL
WARNING: sblim-sfc-common-1.0.1-r0 do_populate_lic: sblim-sfc-common: No generic license file exists for: EPL in any provider
it is EPL-1.0
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb index 2a9b4bb88..4e90215c0 100644 --- a/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb +++ b/meta-oe/recipes-extended/sblim-sfc-common/sblim-sfc-common_1.0.1.bb @@ -3,7 +3,7 @@ DESCRIPTION = "\ This package provides a common library for functions shared between Small Footprint CIM Broker (sblim-sfcb) \ Small Footprint CIM Client (and sblim-sfcc)." HOMEPAGE = "http://sourceforge.net/projects/sblim/" -LICENSE = "EPL" +LICENSE = "EPL-1.0" LIC_FILES_CHKSUM = "file://COPYING;md5=f300afd598546add034364cd0a533261" SECTION = "Development/Libraries" |