Skip to content

Commit

Permalink
aktualizr: Upgrade to 2019.10 release and latest garage-sign.
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Vacek <patrickvacek@gmail.com>
  • Loading branch information
lbonn authored and pattivacek committed Nov 20, 2019
1 parent 02850dd commit d99dbc3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipes-sota/aktualizr/aktualizr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RDEPENDS_${PN}-ptest += "bash cmake curl python3-misc python3-modules openssl-bi
PV = "1.0+git${SRCPV}"
PR = "7"

GARAGE_SIGN_PV = "0.7.0-49-g5ffd420"
GARAGE_SIGN_PV = "0.7.0-59-gf6013d6"

SRC_URI = " \
gitsm://github.com/advancedtelematic/aktualizr;branch=${BRANCH};name=aktualizr \
Expand All @@ -27,11 +27,11 @@ SRC_URI = " \
${@ d.expand("https://ats-tuf-cli-releases.s3-eu-central-1.amazonaws.com/cli-${GARAGE_SIGN_PV}.tgz;unpack=0;name=garagesign") if d.getVar('GARAGE_SIGN_AUTOVERSION') != '1' else ''} \
"

SRC_URI[garagesign.md5sum] = "de0877ecb693fd48ec11052e51b0ff1a"
SRC_URI[garagesign.sha256sum] = "cf25759574c9c1206835daeaf6fc345f6db7b5ccdb95fb828c86d7451f78f0aa"
SRC_URI[garagesign.md5sum] = "3d38908f9b536a02cc73778b11bbc32e"
SRC_URI[garagesign.sha256sum] = "eceeb16a781e0e8d1f554defbcd5bbcea86d448ebd350fc6a2529372bf867dba"

SRCREV = "fa59e33208d3b1dc690a30ce8339b3b4162f8022"
BRANCH ?= "master"
SRCREV = "01e3a07ab1ba2688619f6b649edaf1c5ffed552d"
BRANCH ?= "feat/prep-2019.10"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit d99dbc3

Please sign in to comment.