utils/genrandconfig: drop qt4 fixups
Now that Qt4 is removed, these fixups can be removed as well. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
8fed162987
commit
a11d61e104
@ -310,17 +310,9 @@ def fixup_config(configfile):
|
|||||||
'BR2_PACKAGE_QT5BASE_GUI=y\n' in configlines:
|
'BR2_PACKAGE_QT5BASE_GUI=y\n' in configlines:
|
||||||
return False
|
return False
|
||||||
# The cs nios2 2017.02 toolchain is affected by binutils PR19405
|
# The cs nios2 2017.02 toolchain is affected by binutils PR19405
|
||||||
if 'BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII=y\n' in configlines and \
|
|
||||||
'BR2_PACKAGE_QT_GUI_MODULE=y\n' in configlines:
|
|
||||||
return False
|
|
||||||
# The cs nios2 2017.02 toolchain is affected by binutils PR19405
|
|
||||||
if 'BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII=y\n' in configlines and \
|
if 'BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_NIOSII=y\n' in configlines and \
|
||||||
'BR2_PACKAGE_FLANN=y\n' in configlines:
|
'BR2_PACKAGE_FLANN=y\n' in configlines:
|
||||||
return False
|
return False
|
||||||
# or1k affected by binutils PR21464
|
|
||||||
if 'BR2_or1k=y\n' in configlines and \
|
|
||||||
'BR2_PACKAGE_QT_GUI_MODULE=y\n' in configlines:
|
|
||||||
return False
|
|
||||||
|
|
||||||
with open(configfile, "w+") as configf:
|
with open(configfile, "w+") as configf:
|
||||||
configf.writelines(configlines)
|
configf.writelines(configlines)
|
||||||
|
Loading…
Reference in New Issue
Block a user