package/libbsd: fix display of Config.in comment
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 3 Dec 2018 21:03:20 +0000 (22:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 3 Dec 2018 21:28:38 +0000 (22:28 +0100)
commit2261eb3a36562fba5eaae4231aadb900b49e8d58
tree18de45382b72319b75b1041895d539287855e35c
parente6a10b0284d746809330e2011df83e72491a45fa
package/libbsd: fix display of Config.in comment

Commit e13855c48f21eaee07a81f8b02678839be274a45 wrongly added
depends on BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU
to display the comment "libbsd needs a toolchain w/ threads, wchar"
The same error has also been made for minizip.

To fix this issue, move dependency
!(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU) under
BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS.

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libbsd/Config.in
package/minizip/Config.in