rauc 0.1.1 fixes accidentally packaged systemd service files. This lead
to failing services in case the rauc binary location differed from the
location on the packaging host.

Signed-off-by: Bastian Stender <b...@pengutronix.de>
---
 rules/rauc.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/rauc.make b/rules/rauc.make
index 29b755f..a7ead49 100644
--- a/rules/rauc.make
+++ b/rules/rauc.make
@@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_RAUC) += rauc
 #
 # Paths and names
 #
-RAUC_VERSION   := v0.1
-RAUC_MD5       := 33c6f45b71f9b9c082fa852c3d5915d9
+RAUC_VERSION   := 0.1.1
+RAUC_MD5       := 4457d4d98efb83399ff45d36b31b3e3f
 RAUC           := rauc-$(RAUC_VERSION)
 RAUC_SUFFIX    := tar.xz
-RAUC_URL       := 
https://github.com/rauc/rauc/releases/download/v0.1/rauc-0.1.tar.xz
+RAUC_URL       := 
https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)/$(RAUC).$(RAUC_SUFFIX)
 RAUC_SOURCE    := $(SRCDIR)/$(RAUC).$(RAUC_SUFFIX)
 RAUC_DIR       := $(BUILDDIR)/$(RAUC)
 RAUC_LICENSE   := LGPL-2.1
-- 
2.1.4


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to