diff options
| author | cajun-rat <philip.wise@here.com> | 2018-07-09 16:10:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-09 16:10:11 +0200 |
| commit | 0ca9757e5a719255d041b23e3344fdc8636796d1 (patch) | |
| tree | 512821c8ecfbce6b5ba013cab41badfb119ee219 /recipes-support/softhsm-testtoken | |
| parent | cd97b4cd1e680b22afe62ebea2d8701b2f357098 (diff) | |
| parent | 3d6bed74e25c006e9eff0f12e721c2d773e6598a (diff) | |
| download | meta-updater-0ca9757e5a719255d041b23e3344fdc8636796d1.tar.gz | |
Merge pull request #355 from advancedtelematic/feat/bump-aktualizr-master
aktualizr: Get latest for PRO-H#2 sprint. (master)
Diffstat (limited to 'recipes-support/softhsm-testtoken')
| -rw-r--r-- | recipes-support/softhsm-testtoken/files/createtoken.sh | 2 | ||||
| -rw-r--r-- | recipes-support/softhsm-testtoken/softhsm-testtoken.bb | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/recipes-support/softhsm-testtoken/files/createtoken.sh b/recipes-support/softhsm-testtoken/files/createtoken.sh index b01db47..7b16f4e 100644 --- a/recipes-support/softhsm-testtoken/files/createtoken.sh +++ b/recipes-support/softhsm-testtoken/files/createtoken.sh | |||
| @@ -5,7 +5,7 @@ if pkcs11-tool --module=/usr/lib/softhsm/libsofthsm2.so -O; then | |||
| 5 | exit 0 | 5 | exit 0 |
| 6 | fi | 6 | fi |
| 7 | 7 | ||
| 8 | if ! ls /var/sota/token/pkey.pem /var/sota/token/client.pem /var/sota/token/pkey.pem; then | 8 | if ! ls /var/sota/token/pkey.pem /var/sota/token/client.pem; then |
| 9 | # Key/certificate pair is not present, repeat | 9 | # Key/certificate pair is not present, repeat |
| 10 | exit 1 | 10 | exit 1 |
| 11 | fi | 11 | fi |
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 | ||
