package/rauc: bump to v1.2
Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu> Reviewed-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
783c9f0c71
commit
6f05fcebce
@ -5,7 +5,7 @@ config BR2_PACKAGE_RAUC
|
||||
depends on BR2_USE_WCHAR # glib2
|
||||
select BR2_PACKAGE_LIBGLIB2
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_DBUS # run-time dependency
|
||||
select BR2_PACKAGE_DBUS
|
||||
select BR2_PACKAGE_SQUASHFS # run-time dependency
|
||||
help
|
||||
RAUC is the Robust Auto-Update Controller developed by
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Locally calculated, after verifying against
|
||||
# https://github.com/rauc/rauc/releases/download/v1.1/rauc-1.1.tar.xz.asc
|
||||
sha256 e49086da3a72564806963d2309e8e2b255492fb314db61f84c9b4cebece98e3f rauc-1.1.tar.xz
|
||||
# https://github.com/rauc/rauc/releases/download/v1.2/rauc-1.2.tar.xz.asc
|
||||
sha256 224683fc1fac50ccb89128aa786445cd8e26bb25deafd4410e0807187376e661 rauc-1.2.tar.xz
|
||||
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 COPYING
|
||||
|
@ -4,12 +4,12 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
RAUC_VERSION = 1.1
|
||||
RAUC_VERSION = 1.2
|
||||
RAUC_SITE = https://github.com/rauc/rauc/releases/download/v$(RAUC_VERSION)
|
||||
RAUC_SOURCE = rauc-$(RAUC_VERSION).tar.xz
|
||||
RAUC_LICENSE = LGPL-2.1
|
||||
RAUC_LICENSE_FILES = COPYING
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
|
||||
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2 dbus
|
||||
|
||||
ifeq ($(BR2_PACKAGE_RAUC_NETWORK),y)
|
||||
RAUC_CONF_OPTS += --enable-network
|
||||
|
Loading…
Reference in New Issue
Block a user