Skip to content

Commit

Permalink
base: aktualizr: change the SRC_URI with only what is needed
Browse files Browse the repository at this point in the history
changes like [1] will break the recipe when installing
the new files that we don't provide in our fork

[1] uptane/meta-updater@4e9b4ce

Signed-off-by: Jose Quaresma <[email protected]>
  • Loading branch information
quaresmajose committed Aug 26, 2022
1 parent e6ac49a commit cbda358
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions meta-lmp-base/recipes-sota/aktualizr/aktualizr_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
BRANCH:lmp = "master"
SRCREV:lmp = "9c2277b200bd2fc40ad0bde701799bf3ea98bc47"

SRC_URI:lmp = "gitsm://github.com/foundriesio/aktualizr-lite;protocol=https;branch=${BRANCH};name=aktualizr \
file://aktualizr.service \
SRC_URI:remove:lmp = "gitsm://github.com/uptane/aktualizr;branch=${BRANCH};name=aktualizr;protocol=https"
SRC_URI:append:lmp = " \
gitsm://github.com/foundriesio/aktualizr-lite;protocol=https;branch=${BRANCH};name=aktualizr \
file://aktualizr-lite.service.in \
file://aktualizr-secondary.service \
file://aktualizr-serialcan.service \
file://tmpfiles.conf \
file://10-resource-control.conf \
${@ d.expand("https://tuf-cli-releases.ota.here.com/cli-${GARAGE_SIGN_PV}.tgz;unpack=0;name=garagesign") if not oe.types.boolean(d.getVar('GARAGE_SIGN_AUTOVERSION')) else ''} \
"
"

SRC_URI:append:lmp = " \
file://0001-main-include-boost-filesystem-fstream.hpp.patch \
Expand Down

0 comments on commit cbda358

Please sign in to comment.