summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-02-28 07:09:50 -0800
committerSaul Wold <sgw@linux.intel.com>2017-03-07 12:18:36 -0800
commit8a168766ef9054f2f99cdb922bb5332d9c80dbc7 (patch)
tree0d4a39b72061b284b4dae2ad9ced717614e9e71a
parentbba5c1493474d11756020b53f5259263f511800d (diff)
downloadmeta-intel-8a168766ef9054f2f99cdb922bb5332d9c80dbc7.tar.gz
rmc-db: LICENSE is straight MIT so just use common-license/MIT
The OE-Core LICENSE is mostly MIT, but should not be used as a checksum file for a purely MIT licensed package. Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--common/recipes-bsp/rmc/rmc-db.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/recipes-bsp/rmc/rmc-db.bb b/common/recipes-bsp/rmc/rmc-db.bb
index 99565fdd..f24ed11c 100644
--- a/common/recipes-bsp/rmc/rmc-db.bb
+++ b/common/recipes-bsp/rmc/rmc-db.bb
@@ -8,7 +8,7 @@ information."
8 8
9LICENSE = "MIT" 9LICENSE = "MIT"
10 10
11LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" 11LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
12 12
13S = "${WORKDIR}" 13S = "${WORKDIR}"
14 14