* [Buildroot] [PATCH] package/fwts: bump to version 22.09.00
@ 2022-09-27 10:58 Erico Nunes
2022-10-01 20:59 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Erico Nunes @ 2022-09-27 10:58 UTC (permalink / raw)
To: buildroot
Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
---
.../fwts/0001-build-do-not-use-Werror.patch | 26 +++++++++----------
package/fwts/fwts.hash | 2 +-
package/fwts/fwts.mk | 2 +-
3 files changed, 15 insertions(+), 15 deletions(-)
diff --git a/package/fwts/0001-build-do-not-use-Werror.patch b/package/fwts/0001-build-do-not-use-Werror.patch
index 715c4f63a5..c6a84537ed 100644
--- a/package/fwts/0001-build-do-not-use-Werror.patch
+++ b/package/fwts/0001-build-do-not-use-Werror.patch
@@ -1,4 +1,4 @@
-From e481c2f990ffa71f205d4b9daf0823e71269a7f3 Mon Sep 17 00:00:00 2001
+From feb05271b484b158c14611839f968109e9cf3082 Mon Sep 17 00:00:00 2001
From: Erico Nunes <nunes.erico@gmail.com>
Date: Fri, 12 Aug 2016 23:11:56 +0200
Subject: [PATCH] fwts: do not use -Werror
@@ -25,7 +25,7 @@ Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/configure.ac b/configure.ac
-index f40c3678..0ff5025b 100644
+index ca2f54e2..ed584abf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
@@ -36,25 +36,25 @@ index f40c3678..0ff5025b 100644
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])
diff --git a/src/Makefile.am b/src/Makefile.am
-index cdabb386..7c2e5730 100644
+index 3bb35e5c..e9fe92fe 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
-@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
- -I$(top_srcdir)/src/acpica/source/compiler \
+@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/efi_runtime \
- -pthread `pkg-config --cflags glib-2.0 gio-2.0` \
+ -I$(top_srcdir)/smccc_test \
+ -pthread \
- -Wall -Werror -Wextra \
-+ -Wall -Wextra \
++ -Wall -Wextra \
-Wno-address-of-packed-member \
-Wfloat-equal -Wmissing-declarations \
-Wno-long-long -Wredundant-decls -Wshadow \
diff --git a/src/lib/src/Makefile.am b/src/lib/src/Makefile.am
-index 55c52b41..50efa97a 100644
+index d5d53dd7..76c48d4d 100644
--- a/src/lib/src/Makefile.am
+++ b/src/lib/src/Makefile.am
-@@ -25,7 +25,7 @@ AM_CPPFLAGS = \
- `pkg-config --silence-errors --cflags json-c` \
- `pkg-config --cflags glib-2.0 gio-2.0` \
+@@ -22,7 +22,7 @@ AM_CPPFLAGS = \
+ -I$(top_srcdir)/src/acpica/source/include \
+ -I$(top_srcdir)/src/acpica/source/compiler \
-DDATAROOTDIR=\"$(datarootdir)\" \
- -Wall -Werror -Wextra \
+ -Wall -Wextra \
@@ -62,7 +62,7 @@ index 55c52b41..50efa97a 100644
pkglib_LTLIBRARIES = libfwts.la
diff --git a/src/utilities/Makefile.am b/src/utilities/Makefile.am
-index 1fc0fc02..53614e33 100644
+index de38f070..785975ff 100644
--- a/src/utilities/Makefile.am
+++ b/src/utilities/Makefile.am
@@ -16,7 +16,7 @@
@@ -75,5 +75,5 @@ index 1fc0fc02..53614e33 100644
bin_PROGRAMS = kernelscan
--
-2.30.2
+2.36.1
diff --git a/package/fwts/fwts.hash b/package/fwts/fwts.hash
index 8634980e03..612bc768dd 100644
--- a/package/fwts/fwts.hash
+++ b/package/fwts/fwts.hash
@@ -1,5 +1,5 @@
# Hash from: http://fwts.ubuntu.com/release/SHA256SUMS
-sha256 17d1f0b9639e0f9b092ed8233be2d63d6c44ea8d2a76be0fb5902cc867961374 fwts-V21.11.00.tar.gz
+sha256 fee1c323fb9725c2b99c348c434d63196391cad66566d34b42707e55d14d7f25 fwts-V22.09.00.tar.gz
# Hash for license file
sha256 fbbea748555635dd8c7e6e2f99cddd778f5ee3f9e3510775183bf9799076e5e5 debian/copyright
diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index 6634cdc40e..b208aa0c14 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -4,7 +4,7 @@
#
################################################################################
-FWTS_VERSION = 21.11.00
+FWTS_VERSION = 22.09.00
FWTS_SOURCE = fwts-V$(FWTS_VERSION).tar.gz
FWTS_SITE = http://fwts.ubuntu.com/release
FWTS_STRIP_COMPONENTS = 0
--
2.37.3
_______________________________________________
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] package/fwts: bump to version 22.09.00
2022-09-27 10:58 [Buildroot] [PATCH] package/fwts: bump to version 22.09.00 Erico Nunes
@ 2022-10-01 20:59 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-10-01 20:59 UTC (permalink / raw)
To: Erico Nunes; +Cc: Vincent Stehlé, buildroot
Erico, All,
+Vincent forr the arm support
On 2022-09-27 12:58 +0200, Erico Nunes spake thusly:
> Signed-off-by: Erico Nunes <nunes.erico@gmail.com>
Applied to master, thanks.
Note that we recently allowed fwts to be selectable on arm, see commit
6229a31f8d7e (package/fwts: enable for arm), so with this bump we may
get new failures. Please keep an eye on the autobuilder results.
Regards,
Yann E. MORIN.
> ---
> .../fwts/0001-build-do-not-use-Werror.patch | 26 +++++++++----------
> package/fwts/fwts.hash | 2 +-
> package/fwts/fwts.mk | 2 +-
> 3 files changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/package/fwts/0001-build-do-not-use-Werror.patch b/package/fwts/0001-build-do-not-use-Werror.patch
> index 715c4f63a5..c6a84537ed 100644
> --- a/package/fwts/0001-build-do-not-use-Werror.patch
> +++ b/package/fwts/0001-build-do-not-use-Werror.patch
> @@ -1,4 +1,4 @@
> -From e481c2f990ffa71f205d4b9daf0823e71269a7f3 Mon Sep 17 00:00:00 2001
> +From feb05271b484b158c14611839f968109e9cf3082 Mon Sep 17 00:00:00 2001
> From: Erico Nunes <nunes.erico@gmail.com>
> Date: Fri, 12 Aug 2016 23:11:56 +0200
> Subject: [PATCH] fwts: do not use -Werror
> @@ -25,7 +25,7 @@ Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net>
> 4 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> -index f40c3678..0ff5025b 100644
> +index ca2f54e2..ed584abf 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1,5 +1,5 @@
> @@ -36,25 +36,25 @@ index f40c3678..0ff5025b 100644
> AC_CANONICAL_HOST
> AC_CONFIG_MACRO_DIR([m4])
> diff --git a/src/Makefile.am b/src/Makefile.am
> -index cdabb386..7c2e5730 100644
> +index 3bb35e5c..e9fe92fe 100644
> --- a/src/Makefile.am
> +++ b/src/Makefile.am
> -@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
> - -I$(top_srcdir)/src/acpica/source/compiler \
> +@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
> -I$(top_srcdir)/efi_runtime \
> - -pthread `pkg-config --cflags glib-2.0 gio-2.0` \
> + -I$(top_srcdir)/smccc_test \
> + -pthread \
> - -Wall -Werror -Wextra \
> -+ -Wall -Wextra \
> ++ -Wall -Wextra \
> -Wno-address-of-packed-member \
> -Wfloat-equal -Wmissing-declarations \
> -Wno-long-long -Wredundant-decls -Wshadow \
> diff --git a/src/lib/src/Makefile.am b/src/lib/src/Makefile.am
> -index 55c52b41..50efa97a 100644
> +index d5d53dd7..76c48d4d 100644
> --- a/src/lib/src/Makefile.am
> +++ b/src/lib/src/Makefile.am
> -@@ -25,7 +25,7 @@ AM_CPPFLAGS = \
> - `pkg-config --silence-errors --cflags json-c` \
> - `pkg-config --cflags glib-2.0 gio-2.0` \
> +@@ -22,7 +22,7 @@ AM_CPPFLAGS = \
> + -I$(top_srcdir)/src/acpica/source/include \
> + -I$(top_srcdir)/src/acpica/source/compiler \
> -DDATAROOTDIR=\"$(datarootdir)\" \
> - -Wall -Werror -Wextra \
> + -Wall -Wextra \
> @@ -62,7 +62,7 @@ index 55c52b41..50efa97a 100644
>
> pkglib_LTLIBRARIES = libfwts.la
> diff --git a/src/utilities/Makefile.am b/src/utilities/Makefile.am
> -index 1fc0fc02..53614e33 100644
> +index de38f070..785975ff 100644
> --- a/src/utilities/Makefile.am
> +++ b/src/utilities/Makefile.am
> @@ -16,7 +16,7 @@
> @@ -75,5 +75,5 @@ index 1fc0fc02..53614e33 100644
>
> bin_PROGRAMS = kernelscan
> --
> -2.30.2
> +2.36.1
>
> diff --git a/package/fwts/fwts.hash b/package/fwts/fwts.hash
> index 8634980e03..612bc768dd 100644
> --- a/package/fwts/fwts.hash
> +++ b/package/fwts/fwts.hash
> @@ -1,5 +1,5 @@
> # Hash from: http://fwts.ubuntu.com/release/SHA256SUMS
> -sha256 17d1f0b9639e0f9b092ed8233be2d63d6c44ea8d2a76be0fb5902cc867961374 fwts-V21.11.00.tar.gz
> +sha256 fee1c323fb9725c2b99c348c434d63196391cad66566d34b42707e55d14d7f25 fwts-V22.09.00.tar.gz
>
> # Hash for license file
> sha256 fbbea748555635dd8c7e6e2f99cddd778f5ee3f9e3510775183bf9799076e5e5 debian/copyright
> diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
> index 6634cdc40e..b208aa0c14 100644
> --- a/package/fwts/fwts.mk
> +++ b/package/fwts/fwts.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -FWTS_VERSION = 21.11.00
> +FWTS_VERSION = 22.09.00
> FWTS_SOURCE = fwts-V$(FWTS_VERSION).tar.gz
> FWTS_SITE = http://fwts.ubuntu.com/release
> FWTS_STRIP_COMPONENTS = 0
> --
> 2.37.3
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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-10-01 20:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-27 10:58 [Buildroot] [PATCH] package/fwts: bump to version 22.09.00 Erico Nunes
2022-10-01 20:59 ` Yann E. MORIN
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.