diff options
| author | Patrick Vacek <patrickvacek@gmail.com> | 2019-10-18 14:18:48 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-18 14:18:48 +0200 |
| commit | 9aba9e61f73c5e77b03620de9159caae75c3e6e2 (patch) | |
| tree | 19142fbffd36781ea011d386e1977ba6c6411c6c /recipes-sota/aktualizr/aktualizr-device-prov.bb | |
| parent | e40f2056f0d21779ea4ea72e947a812469e49be9 (diff) | |
| parent | 3f70b2d2f4a3a2fb50be4b8c395d9d09b0853f1a (diff) | |
| download | meta-updater-9aba9e61f73c5e77b03620de9159caae75c3e6e2.tar.gz | |
Merge pull request #612 from advancedtelematic/fix/603/arch-deps
Fix/603/arch deps
Diffstat (limited to 'recipes-sota/aktualizr/aktualizr-device-prov.bb')
| -rw-r--r-- | recipes-sota/aktualizr/aktualizr-device-prov.bb | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/recipes-sota/aktualizr/aktualizr-device-prov.bb b/recipes-sota/aktualizr/aktualizr-device-prov.bb index d579532..55f398d 100644 --- a/recipes-sota/aktualizr/aktualizr-device-prov.bb +++ b/recipes-sota/aktualizr/aktualizr-device-prov.bb | |||
| @@ -7,13 +7,16 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7 | |||
| 7 | 7 | ||
| 8 | inherit allarch | 8 | inherit allarch |
| 9 | 9 | ||
| 10 | DEPENDS = "aktualizr aktualizr-native openssl-native" | 10 | # We need to get the config files from the aktualizr-host-tools package built by |
| 11 | RDEPENDS_${PN}_append = "${@' aktualizr-device-prov-creds' if d.getVar('SOTA_DEPLOY_CREDENTIALS') == '1' else ''}" | 11 | # the aktualizr (target) recipe. |
| 12 | DEPENDS = "aktualizr" | ||
| 12 | 13 | ||
| 14 | # If the config file from aktualizr used here is changed, you will need to bump | ||
| 15 | # the version here because of SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS! | ||
| 13 | PV = "1.0" | 16 | PV = "1.0" |
| 14 | PR = "1" | 17 | PR = "1" |
| 15 | 18 | ||
| 16 | require credentials.inc | 19 | SRC_URI = "" |
| 17 | 20 | ||
| 18 | do_install() { | 21 | do_install() { |
| 19 | install -m 0700 -d ${D}${libdir}/sota/conf.d | 22 | install -m 0700 -d ${D}${libdir}/sota/conf.d |
