summaryrefslogtreecommitdiffstats
path: root/recipes-sota/config/aktualizr-disable-send-ip.bb
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2018-07-03 13:48:48 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2018-07-03 13:48:48 +0200
commit8283b7a8af7613113d69bd7c4e0a0d5e5acf5345 (patch)
tree48b76cc03974ab4045e40d3ce10564deb483ee6b /recipes-sota/config/aktualizr-disable-send-ip.bb
parenta076867937ee8689e55075418817b63f5e1dd5cc (diff)
downloadmeta-updater-8283b7a8af7613113d69bd7c4e0a0d5e5acf5345.tar.gz
aktualizr tools: use generic MPL license instead of our own copy.
Diffstat (limited to 'recipes-sota/config/aktualizr-disable-send-ip.bb')
-rw-r--r--recipes-sota/config/aktualizr-disable-send-ip.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-sota/config/aktualizr-disable-send-ip.bb b/recipes-sota/config/aktualizr-disable-send-ip.bb
index cab7696..8dd2647 100644
--- a/recipes-sota/config/aktualizr-disable-send-ip.bb
+++ b/recipes-sota/config/aktualizr-disable-send-ip.bb
@@ -3,10 +3,9 @@ DESCRIPTION = "Configures aktualizr to disable IP reporting to the server"
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-disable-send-ip.toml \ 9 file://30-disable-send-ip.toml \
11 " 10 "
12 11