* [Buildroot] [PATCH 1/1] package/swupdate: bump to version 2022.05
@ 2022-05-14 6:50 James Hilliard
2022-05-14 21:08 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-05-14 6:50 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Jörg Krause
Drop libubootenv and efibootmgr dependencies which are now
optional runtime dependencies.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/swupdate/swupdate.hash | 2 +-
package/swupdate/swupdate.mk | 16 +---------------
2 files changed, 2 insertions(+), 16 deletions(-)
diff --git a/package/swupdate/swupdate.hash b/package/swupdate/swupdate.hash
index e431ecf40b..638b586e8a 100644
--- a/package/swupdate/swupdate.hash
+++ b/package/swupdate/swupdate.hash
@@ -1,5 +1,5 @@
# Locally calculated
-sha256 4d078e57bb91e17025ee8cb1bb54c25532e8d2dbe329bba6a7a0328ac34a07e3 swupdate-2021.11.tar.gz
+sha256 1e819f71b19626bde1a4906ced39d3406ca240b458d3c4a998bd9c7333eba260 swupdate-2022.05.tar.gz
sha256 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683 LICENSES/BSD-1-Clause.txt
sha256 e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6 LICENSES/BSD-3-Clause.txt
sha256 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192 LICENSES/CC0-1.0.txt
diff --git a/package/swupdate/swupdate.mk b/package/swupdate/swupdate.mk
index 065ae772ba..b2f50d2b71 100644
--- a/package/swupdate/swupdate.mk
+++ b/package/swupdate/swupdate.mk
@@ -4,7 +4,7 @@
#
################################################################################
-SWUPDATE_VERSION = 2021.11
+SWUPDATE_VERSION = 2022.05
SWUPDATE_SITE = $(call github,sbabic,swupdate,$(SWUPDATE_VERSION))
SWUPDATE_LICENSE = GPL-2.0, GPL-2.0+, LGPL-2.1+, MIT, ISC, BSD-1-Clause, BSD-3-Clause, CC0-1.0, CC-BY-SA-4.0, OFL-1.1
SWUPDATE_LICENSE_FILES = LICENSES/BSD-1-Clause.txt \
@@ -32,13 +32,6 @@ else
SWUPDATE_MAKE_ENV += HAVE_LIBEXT2FS=n
endif
-ifeq ($(BR2_PACKAGE_EFIBOOTMGR),y)
-SWUPDATE_DEPENDENCIES += efibootmgr
-SWUPDATE_MAKE_ENV += HAVE_LIBEBGENV=y
-else
-SWUPDATE_MAKE_ENV += HAVE_LIBEBGENV=n
-endif
-
ifeq ($(BR2_PACKAGE_JSON_C),y)
SWUPDATE_DEPENDENCIES += json-c
SWUPDATE_MAKE_ENV += HAVE_JSON_C=y
@@ -158,13 +151,6 @@ define SWUPDATE_SET_SYSTEMD
endef
endif
-ifeq ($(BR2_PACKAGE_LIBUBOOTENV),y)
-SWUPDATE_DEPENDENCIES += libubootenv
-SWUPDATE_MAKE_ENV += HAVE_LIBUBOOTENV=y
-else
-SWUPDATE_MAKE_ENV += HAVE_LIBUBOOTENV=n
-endif
-
ifeq ($(BR2_PACKAGE_WOLFSSL),y)
SWUPDATE_DEPENDENCIES += wolfssl
SWUPDATE_MAKE_ENV += HAVE_WOLFSSL=y
--
2.25.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/swupdate: bump to version 2022.05
2022-05-14 6:50 [Buildroot] [PATCH 1/1] package/swupdate: bump to version 2022.05 James Hilliard
@ 2022-05-14 21:08 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-05-14 21:08 UTC (permalink / raw)
To: James Hilliard; +Cc: Jörg Krause, buildroot
>>>>> "James" == James Hilliard <james.hilliard1@gmail.com> writes:
> Drop libubootenv and efibootmgr dependencies which are now
> optional runtime dependencies.
> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-05-14 21:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-14 6:50 [Buildroot] [PATCH 1/1] package/swupdate: bump to version 2022.05 James Hilliard
2022-05-14 21:08 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox