diff mbox

[2/3] package/netbsd-queue: add Kconfig symbol like for all target packages

Message ID bdbd50f9cea9eeeca54950f0cc9897156bb0ae0e.1451430505.git.yann.morin.1998@free.fr
State Accepted
Headers show

Commit Message

Yann E. MORIN Dec. 29, 2015, 11:10 p.m. UTC
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" <yann.morin.1998@free.fr>
Cc: Sergio Prado <sergio.prado@e-labworks.com>
Cc: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>

---
Conflicts:
	package/musl/Config.in
---
 package/musl/Config.in         | 1 +
 package/netbsd-queue/Config.in | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 package/netbsd-queue/Config.in

Comments

Thomas Petazzoni Dec. 30, 2015, 9:10 a.m. UTC | #1
Dear Yann E. MORIN,

On Wed, 30 Dec 2015 00:10:39 +0100, Yann E. MORIN wrote:
> 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" <yann.morin.1998@free.fr>
> Cc: Sergio Prado <sergio.prado@e-labworks.com>
> Cc: Luca Ceresoli <luca@lucaceresoli.net>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Peter Korsgaard <jacmet@uclibc.org>
> 
> ---
> Conflicts:
> 	package/musl/Config.in
> ---
>  package/musl/Config.in         | 1 +
>  package/netbsd-queue/Config.in | 2 ++
>  2 files changed, 3 insertions(+)
>  create mode 100644 package/netbsd-queue/Config.in

I've applied, but I realized afterwards that you forgot the external
toolchain case, so I did a follow-up commit to fix this case as well.

Thanks!

Thomas
diff mbox

Patch

diff --git a/package/musl/Config.in b/package/musl/Config.in
index 4f6cc51..f1a3150 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 0000000..7837f4c
--- /dev/null
+++ b/package/netbsd-queue/Config.in
@@ -0,0 +1,2 @@ 
+config BR2_PACKAGE_NETBSD_QUEUE
+	bool