diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2018-10-25 16:47:02 +0200 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2018-10-25 17:43:05 +0200 |
commit | fd344a4e41b59e3c0c3db40797e3a4bd45a78863 (patch) | |
tree | 45b09c3ebffc50908b016ca5690714dcb0df0e0e /recipes-sota | |
parent | 58dcb0892210fedde4d7d08a8e9c665a6d3e9e2f (diff) | |
download | meta-updater-fd344a4e41b59e3c0c3db40797e3a4bd45a78863.tar.gz |
Remove aktualizr hacks related to ubuntu supportfix/secondaries-path
Diffstat (limited to 'recipes-sota')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 2a28cab..916ab4b 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -26,7 +26,8 @@ SRC_URI = " \ | |||
26 | file://aktualizr-secondary.socket \ | 26 | file://aktualizr-secondary.socket \ |
27 | file://aktualizr-serialcan.service \ | 27 | file://aktualizr-serialcan.service \ |
28 | " | 28 | " |
29 | SRCREV = "ad771bc77a8ec28f94a7da11d7d9a70f555e1ba5" | 29 | |
30 | SRCREV = "39acfec48d1cb91e7621c818ac177f6d3c73fecc" | ||
30 | BRANCH ?= "master" | 31 | BRANCH ?= "master" |
31 | 32 | ||
32 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
@@ -56,8 +57,6 @@ EXTRA_OECMAKE_append_class-native = " -DBUILD_SOTA_TOOLS=ON \ | |||
56 | -DGARAGE_SIGN_SHA256=${GARAGE_SIGN_SHA256}" | 57 | -DGARAGE_SIGN_SHA256=${GARAGE_SIGN_SHA256}" |
57 | 58 | ||
58 | do_install_append () { | 59 | do_install_append () { |
59 | rm -fr ${D}${libdir}/systemd | ||
60 | rm -f ${D}${libdir}/sota/conf.d/sota.toml # Only needed for the Debian package | ||
61 | install -d ${D}${libdir}/sota | 60 | install -d ${D}${libdir}/sota |
62 | install -m 0644 ${S}/config/sota_autoprov.toml ${D}/${libdir}/sota/sota_autoprov.toml | 61 | install -m 0644 ${S}/config/sota_autoprov.toml ${D}/${libdir}/sota/sota_autoprov.toml |
63 | install -m 0644 ${S}/config/sota_autoprov_primary.toml ${D}/${libdir}/sota/sota_autoprov_primary.toml | 62 | install -m 0644 ${S}/config/sota_autoprov_primary.toml ${D}/${libdir}/sota/sota_autoprov_primary.toml |
@@ -95,7 +94,6 @@ FILES_${PN} = " \ | |||
95 | " | 94 | " |
96 | 95 | ||
97 | FILES_${PN}-examples = " \ | 96 | FILES_${PN}-examples = " \ |
98 | ${libdir}/sota/secondaries/demo_secondary.json \ | ||
99 | ${bindir}/hmi_stub \ | 97 | ${bindir}/hmi_stub \ |
100 | " | 98 | " |
101 | 99 | ||