From: Yann E. MORIN Date: Tue, 29 Dec 2015 23:10:39 +0000 (+0100) Subject: package/netbsd-queue: add Kconfig symbol like for all target packages X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e84fd04e88bcda2771847958b3b5153e476db45f;p=buildroot.git package/netbsd-queue: add Kconfig symbol like for all target packages Select that package from musl, too, since it is a dependency. Fixes: http://autobuild.buildroot.org/results/15c/15c9a80fb2754ed1866b59d5e62d02691b57834e/ ... and numerous similar issues ... Signed-off-by: "Yann E. MORIN" Cc: Sergio Prado Cc: Luca Ceresoli Cc: Thomas Petazzoni Cc: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- diff --git a/package/musl/Config.in b/package/musl/Config.in index 4f6cc51b68..f1a3150745 100644 --- a/package/musl/Config.in +++ b/package/musl/Config.in @@ -3,3 +3,4 @@ config BR2_PACKAGE_MUSL depends on BR2_TOOLCHAIN_USES_MUSL default y select BR2_PACKAGE_LINUX_HEADERS + select BR2_PACKAGE_NETBSD_QUEUE diff --git a/package/netbsd-queue/Config.in b/package/netbsd-queue/Config.in new file mode 100644 index 0000000000..7837f4cd7f --- /dev/null +++ b/package/netbsd-queue/Config.in @@ -0,0 +1,2 @@ +config BR2_PACKAGE_NETBSD_QUEUE + bool