From: Daniel Mack <zonque@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] Add package connman
Date: Mon, 05 Dec 2011 18:26:10 +0100 [thread overview]
Message-ID: <4EDCFEB2.60603@gmail.com> (raw)
In-Reply-To: <87obvnrsnv.fsf@macbook.be.48ers.dk>
On 12/05/2011 03:37 PM, Peter Korsgaard wrote:
>>>>>> "Daniel" == Daniel Mack <zonque@gmail.com> writes:
> Daniel> +config BR2_PACKAGE_CONNMAN_BLUETOOTH
> Daniel> + bool "enable Bluetooth support"
>
> Does this not need BR2_PACKAGE_BLUEZ_UTILS?
Nope, it doesn't seem to need that. Just double-checked.
> Daniel> +++ b/package/connman/connman.mk
> Daniel> @@ -0,0 +1,21 @@
> Daniel> +#######################################################
> Daniel> +#
> Daniel> +# connman - open source connection manager
> Daniel> +#
> Daniel> +#######################################################
> Daniel> +
> Daniel> +CONNMAN_VERSION = 0.77
> Daniel> +CONNMAN_SITE = git://git.kernel.org/pub/scm/network/connman/connman.git
> Daniel> +CONNMAN_DEPENDENCIES = libglib2 dbus iptables
> Daniel> +CONNMAN_AUTORECONF = YES
>
> Why? You don't seem to be editing configure.ac or similar.
I'm cloning from a git repository, for the reason described in the
commit log. Hence, the configure script has to be generated.
> Daniel> +CONNMAN_CONF_OPT += --localstatedir=/var --sysconfdir=/etc \
>
> --sysconfdir is automatically used by AUTOTARGETS, so you don't need to
> explicitly pass it.
Ok, I dropped that.
> Daniel> + $(if $(BR2_PACKAGE_CONNMAN_THREADS),--enable-threads,--disable-threads) \
> Daniel> + $(if $(BR2_PACKAGE_CONNMAN_DEBUG),--enable-debug,--disable-debug) \
> Daniel> + $(if $(BR2_PACKAGE_CONNMAN_ETHERNET),--enable-ethernet,--disable-ethernet) \
> Daniel> + $(if $(BR2_PACKAGE_CONNMAN_WIFI),--enable-wifi,--disable-wifi) \
>
> You probably also need to add wpa_supplicant to CONNMAN_DEPENDENCIES
As described in the other mail, wpa_supplicant is just a runtime dependency.
I'll send a v3 that drops --sysconfdir and uses v0.78 which was just
released.
Thanks,
Daniel
next prev parent reply other threads:[~2011-12-05 17:26 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-05 12:53 [Buildroot] [PATCH] Add package connman Daniel Mack
2011-12-05 13:00 ` Baruch Siach
2011-12-05 13:15 ` [Buildroot] [PATCH v2] " Daniel Mack
2011-12-05 14:37 ` Peter Korsgaard
2011-12-05 15:01 ` Baruch Siach
2011-12-05 15:02 ` Daniel Mack
2011-12-05 15:29 ` Peter Korsgaard
2011-12-05 17:26 ` Daniel Mack [this message]
2011-12-05 17:30 ` [Buildroot] [PATCH v3] " Daniel Mack
2011-12-05 22:18 ` Peter Korsgaard
2011-12-05 23:07 ` Daniel Mack
2011-12-05 23:13 ` Peter Korsgaard
2011-12-05 23:20 ` Daniel Mack
2011-12-05 23:23 ` Peter Korsgaard
2011-12-05 23:27 ` [Buildroot] [PATCH v4] " Daniel Mack
2011-12-07 19:25 ` Peter Korsgaard
2011-12-05 19:20 ` [Buildroot] [PATCH v2] " Thomas Petazzoni
2011-12-05 19:32 ` Daniel Mack
2011-12-05 19:21 ` Thomas Petazzoni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4EDCFEB2.60603@gmail.com \
--to=zonque@gmail.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox