diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2017-09-15 17:12:13 +0800 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-09-18 10:18:12 +0200 |
| commit | 0487ed7f1d1d1c826d1318c1a533743a13ae778f (patch) | |
| tree | acad365abb9ebc5c95f9cbb290dc43e83a474c20 /meta-xfce/recipes-xfce/xfce4-session | |
| parent | 04a99d7a1934865e3a30b967d4b16fd165678f55 (diff) | |
| download | meta-openembedded-0487ed7f1d1d1c826d1318c1a533743a13ae778f.tar.gz | |
recipes: fix invalid license file
Use '${COMMON_LICENSE_DIR}/MIT' for MIT License to fix the warning:
| WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic:
${COREBASE}/LICENSE is not a valid license file, please use
'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM.
This will become an error in the future
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-session')
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-session/machine-host.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb b/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb index 03bd205a28..c79197445e 100644 --- a/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb +++ b/meta-xfce/recipes-xfce/xfce4-session/machine-host.bb | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | SUMMARY = "Meta package adding machine name to known hosts" | 1 | SUMMARY = "Meta package adding machine name to known hosts" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690" | 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 4 | 4 | ||
| 5 | ALLOW_EMPTY_${PN} = "1" | 5 | ALLOW_EMPTY_${PN} = "1" |
| 6 | 6 | ||
