[Buildroot] [git commit] package/wpewebkit: fix host gcc >= 4.8 check

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Mar 12 21:28:29 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=f7aafaadc4247144af21f2e035ef72e3d8b001ac
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

We need host gcc >= 4.8 not host gcc < 4.8.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Acked-by: Francois Perrad <francois.perrad at gadz.org>
Signed-off-by: James Hilliard <<a href="mailto:james.hilliard1 at gmail.com" target="_blank">james.hilliard1 at gmail.com</a>><br></blockquote><div><br></div><div><span class="gmail-m_4107183884095209747gmail-il"><span class="gmail-il">Acked</span></span>-by: Francois Perrad <<a href="mailto:francois.perrad at gadz.org" target="_blank">francois.perrad at gadz.org</a>></div><div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Reviewed-by: Adrian Perez de Castro <aperez at igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/wpewebkit/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/wpewebkit/Config.in b/package/wpewebkit/Config.in
index 64e81a95f9..04ebe5452b 100644
--- a/package/wpewebkit/Config.in
+++ b/package/wpewebkit/Config.in
@@ -33,7 +33,7 @@ comment "wpewebkit needs a toolchain w/ C++, wchar, threads, dynamic library, gc
 	depends on !BR2_BINFMT_FLAT
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR \
 		|| !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS \
-		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || BR2_HOST_GCC_AT_LEAST_4_8
+		|| !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 || !BR2_HOST_GCC_AT_LEAST_4_8
 
 comment "wpewebkit needs an OpenGL ES w/ EGL backend"
 	depends on BR2_PACKAGE_WPEWEBKIT_ARCH_SUPPORTS


More information about the buildroot mailing list