From ecff51c389c9e3a6d210b867e514a50abbaacc5e Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sun, 6 Sep 2015 19:15:12 +0200 Subject: [PATCH] rauc: update to newer git version for file reuse support The new version searches mounted slots for matching files referenced by the new manifest. This avoids downloading files we already have on the system. Additionally, the new version includes better error handling and more unit tests. Signed-off-by: Jan Luebbe --- recipes-extra/rauc/rauc.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-extra/rauc/rauc.bb b/recipes-extra/rauc/rauc.bb index c51a5ea..9f607a7 100644 --- a/recipes-extra/rauc/rauc.bb +++ b/recipes-extra/rauc/rauc.bb @@ -1,7 +1,7 @@ DESCRIPTION = "rauc update controller" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" -PR = "r4" +PR = "r0" SRC_URI = "git://github.com/jluebbe/rauc.git;protocol=https \ file://dev-ca.pem \ @@ -13,7 +13,7 @@ PV = "0+git${SRCPV}" S = "${WORKDIR}/git" -SRCREV = "d44adb00797d42efdd5f55064b0f3943906b081f" +SRCREV = "011953fa6c824ca518cf0ea074ddeede3726bdcd" DEPENDS = "curl openssl glib-2.0"