summaryrefslogtreecommitdiffstats
path: root/recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb')
-rw-r--r--recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb b/recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb
index 9c6f0dd..90a0a2b 100644
--- a/recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb
+++ b/recipes-sota/aktualizr/aktualizr-shared-prov-creds.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
7inherit allarch 7inherit allarch
8 8
9DEPENDS = "zip-native" 9DEPENDS = "zip-native"
10ALLOW_EMPTY_${PN} = "1" 10ALLOW_EMPTY:${PN} = "1"
11 11
12# If the config file from aktualizr used here is changed, you will need to bump 12# If the config file from aktualizr used here is changed, you will need to bump
13# the version here because of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS! 13# the version here because of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS!
@@ -35,7 +35,7 @@ do_install() {
35 fi 35 fi
36} 36}
37 37
38FILES_${PN} = " \ 38FILES:${PN} = " \
39 ${localstatedir}/sota/sota_provisioning_credentials.zip \ 39 ${localstatedir}/sota/sota_provisioning_credentials.zip \
40 " 40 "
41 41