mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
toolchain-external: select netbsd-queue for musl toolchains
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>
This commit is contained in:
parent
f674c428c2
commit
69e0d0e282
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user