diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-03 12:36:15 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-10-02 12:51:40 +0200 |
commit | 33306cbc2618b74040f3466ed1c652542ae6391c (patch) | |
tree | ea4946db33ee3398e5fb250ac68d33fec70e34e8 /recipes-support/softhsm-testtoken/softhsm-testtoken.bb | |
parent | 2a12a28f9e3c5ecaae0fa21a66a32dcbfb4077fd (diff) | |
download | meta-updater-33306cbc2618b74040f3466ed1c652542ae6391c.tar.gz |
softhsm-testtoken: fix complaint about generic license location.
Diffstat (limited to 'recipes-support/softhsm-testtoken/softhsm-testtoken.bb')
-rw-r--r-- | recipes-support/softhsm-testtoken/softhsm-testtoken.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-support/softhsm-testtoken/softhsm-testtoken.bb b/recipes-support/softhsm-testtoken/softhsm-testtoken.bb index c5691db..029fe1c 100644 --- a/recipes-support/softhsm-testtoken/softhsm-testtoken.bb +++ b/recipes-support/softhsm-testtoken/softhsm-testtoken.bb | |||
@@ -1,8 +1,6 @@ | |||
1 | SUMMARY = "Mock smartcard for aktualizr" | 1 | SUMMARY = "Mock smartcard for aktualizr" |
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 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | ||
5 | |||
6 | 4 | ||
7 | inherit systemd | 5 | inherit systemd |
8 | 6 | ||