* [Buildroot] [PATCH 1/1] package/midori: needs gcc >= 7
@ 2020-04-21 17:26 Fabrice Fontaine
2020-04-21 20:30 ` Thomas Petazzoni
2020-05-08 7:13 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-04-21 17:26 UTC (permalink / raw)
To: buildroot
Commit ec1ff802df9a0f17dd2b734ba536a5e206aa5aa4 forgot to propagate
gcc >= 7 dependency to midori
Fixes:
- http://autobuild.buildroot.org/results/736a99dcaa72fba3f06775d08c4395f506fce944
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/midori/Config.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/midori/Config.in b/package/midori/Config.in
index 64139ce49e..089f36ced8 100644
--- a/package/midori/Config.in
+++ b/package/midori/Config.in
@@ -1,7 +1,7 @@
-comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 6"
+comment "midori needs libgtk3 and a glibc toolchain w/ C++, gcc >= 7"
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_PACKAGE_LIBGTK3 || \
- !BR2_TOOLCHAIN_GCC_AT_LEAST_6 || \
+ !BR2_TOOLCHAIN_GCC_AT_LEAST_7 || \
!BR2_TOOLCHAIN_USES_GLIBC
config BR2_PACKAGE_MIDORI
@@ -9,7 +9,7 @@ config BR2_PACKAGE_MIDORI
depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgcrypt, gcr, gnupg2
depends on BR2_PACKAGE_LIBGTK3
depends on BR2_INSTALL_LIBSTDCPP # webkitgtk
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_6 # webkitgtk
+ depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # webkitgtk
depends on BR2_TOOLCHAIN_USES_GLIBC # webkitgtk
depends on BR2_PACKAGE_WEBKITGTK_ARCH_SUPPORTS
# GCR can only be used with the X11 backend
--
2.25.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/midori: needs gcc >= 7
2020-04-21 17:26 [Buildroot] [PATCH 1/1] package/midori: needs gcc >= 7 Fabrice Fontaine
@ 2020-04-21 20:30 ` Thomas Petazzoni
2020-05-08 7:13 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2020-04-21 20:30 UTC (permalink / raw)
To: buildroot
On Tue, 21 Apr 2020 19:26:32 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
> Commit ec1ff802df9a0f17dd2b734ba536a5e206aa5aa4 forgot to propagate
> gcc >= 7 dependency to midori
>
> Fixes:
> - http://autobuild.buildroot.org/results/736a99dcaa72fba3f06775d08c4395f506fce944
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/midori/Config.in | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/midori: needs gcc >= 7
2020-04-21 17:26 [Buildroot] [PATCH 1/1] package/midori: needs gcc >= 7 Fabrice Fontaine
2020-04-21 20:30 ` Thomas Petazzoni
@ 2020-05-08 7:13 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-05-08 7:13 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Commit ec1ff802df9a0f17dd2b734ba536a5e206aa5aa4 forgot to propagate
> gcc >= 7 dependency to midori
> Fixes:
> - http://autobuild.buildroot.org/results/736a99dcaa72fba3f06775d08c4395f506fce944
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-08 7:13 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-21 17:26 [Buildroot] [PATCH 1/1] package/midori: needs gcc >= 7 Fabrice Fontaine
2020-04-21 20:30 ` Thomas Petazzoni
2020-05-08 7:13 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox