qtbase: Remove -no-use-gold-linker option
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Mon, 25 Dec 2017 14:52:39 +0000 (14:52 +0000)
committerChanghyeok Bae <changhyeok.bae@gmail.com>
Tue, 23 Jan 2018 13:19:04 +0000 (22:19 +0900)
Bug-AGL: SPEC-1181

Change-Id: I104b459c6ad0fb904dfeca0b7a8c1fdc73da1794
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
recipes-qt/qt5/qtbase_%.bbappend

index 203b326..d568b12 100644 (file)
@@ -14,6 +14,3 @@ EXTRA_OECONF_append = ""
 
 # '-qpa wayland-egl' set wayland-egl as default of platform plagins
 PACKAGECONFIG[wayland]="-qpa wayland-egl -no-qpa-platform-guard"
-
-# Temporarily fix bug due to binutils 2.28
-QT_CONFIG_FLAGS_append = " -no-use-gold-linker"