support/testing: test_glxinfo: remove BR2_TOOLCHAIN_EXTERNAL_LOCALE
authorRomain Naour <romain.naour@gmail.com>
Sun, 5 Apr 2020 23:04:10 +0000 (01:04 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 6 Apr 2020 20:16:36 +0000 (22:16 +0200)
commit3bba3bfc590a0a5b95697b016cdf3c637627ee01
treedee4a157b4a8121149e5bad9e2937cc96f695698
parent9cc3b0c7de19c826fe91e5d340c16528fbafc974
support/testing: test_glxinfo: remove BR2_TOOLCHAIN_EXTERNAL_LOCALE

The BR2_TOOLCHAIN_EXTERNAL_LOCALE is only defined for uClibc based
custom external toolchains.

The test_glxinfo is using a glibc toolchain, so the
"# BR2_TOOLCHAIN_EXTERNAL_LOCALE is not set" line disapear from
the generated dot config (.config) leading to an error due to
a new check in the testsuite infra.

There is the same problem with:
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG=y
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS=y
BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL=y

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
support/testing/tests/package/test_glxinfo.py