summaryrefslogtreecommitdiffstats
path: root/recipes-sota/config/aktualizr-example-interface.bb
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-07-03 13:48:48 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-10-02 13:54:51 +0200
commitd47f3237cd5bd2694ad0753a0f10d73b8044155c (patch)
tree91b6de5d492fd3ed04c1a5cf709355fa9d0c83fb /recipes-sota/config/aktualizr-example-interface.bb
parent06766b2215c43b15057aafeae8f475861810fddd (diff)
downloadmeta-updater-d47f3237cd5bd2694ad0753a0f10d73b8044155c.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.bb3
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"
3HOMEPAGE = "https://github.com/advancedtelematic/aktualizr" 3HOMEPAGE = "https://github.com/advancedtelematic/aktualizr"
4SECTION = "base" 4SECTION = "base"
5LICENSE = "MPL-2.0" 5LICENSE = "MPL-2.0"
6LIC_FILES_CHKSUM = "file://${WORKDIR}/LICENSE;md5=9741c346eef56131163e13b9db1241b3" 6LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7f619bab123dad"
7 7
8SRC_URI = " \ 8SRC_URI = " \
9 file://LICENSE \
10 file://30-example-interface.toml \ 9 file://30-example-interface.toml \
11 " 10 "
12 11