diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-03 13:48:48 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2018-07-03 13:48:48 +0200 |
commit | 8283b7a8af7613113d69bd7c4e0a0d5e5acf5345 (patch) | |
tree | 48b76cc03974ab4045e40d3ce10564deb483ee6b /recipes-sota/config/aktualizr-example-interface.bb | |
parent | a076867937ee8689e55075418817b63f5e1dd5cc (diff) | |
download | meta-updater-8283b7a8af7613113d69bd7c4e0a0d5e5acf5345.tar.gz |
aktualizr tools: use generic MPL license instead of our own copy.
Diffstat (limited to 'recipes-sota/config/aktualizr-example-interface.bb')
-rw-r--r-- | recipes-sota/config/aktualizr-example-interface.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-sota/config/aktualizr-example-interface.bb b/recipes-sota/config/aktualizr-example-interface.bb index 37a9184..ac75352 100644 --- a/recipes-sota/config/aktualizr-example-interface.bb +++ b/recipes-sota/config/aktualizr-example-interface.bb | |||
@@ -3,10 +3,9 @@ DESCRIPTION = "Aktualizr example interface for legacy secondaries" | |||
3 | HOMEPAGE = "https://github.com/advancedtelematic/aktualizr" | 3 | HOMEPAGE = "https://github.com/advancedtelematic/aktualizr" |
4 | SECTION = "base" | 4 | SECTION = "base" |
5 | LICENSE = "MPL-2.0" | 5 | LICENSE = "MPL-2.0" |
6 | LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=9741c346eef56131163e13b9db1241b3" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad" |
7 | 7 | ||
8 | SRC_URI = " \ | 8 | SRC_URI = " \ |
9 | file://LICENSE \ | ||
10 | file://30-example-interface.toml \ | 9 | file://30-example-interface.toml \ |
11 | " | 10 | " |
12 | 11 | ||