toolchain-external: select netbsd-queue for musl toolchains
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 09:03:27 +0000 (10:03 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 30 Dec 2015 09:03:27 +0000 (10:03 +0100)
Following the introduction of the check that target packages must have
their Config.in option enabled, we started to see failures related to
netbsd-queue. Yann fixed the internal toolchain case in commit
e84fd04e88bcda2771847958b3b5153e476db45f. This commit fixes the
similar issue, but for the external toolchain case.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/toolchain-external/Config.in

index 35d8b7acca568890dad1f26664bf895e6d16f2ac..1418fc1cad04ddf7179bfe816293750b5b35ab98 100644 (file)
@@ -583,6 +583,7 @@ config BR2_TOOLCHAIN_EXTERNAL_UCLIBC
 config BR2_TOOLCHAIN_EXTERNAL_MUSL
        bool
        select BR2_TOOLCHAIN_USES_MUSL
+       select BR2_PACKAGE_NETBSD_QUEUE
 
 if BR2_TOOLCHAIN_EXTERNAL_CUSTOM