All of lore.kernel.org
 help / color / mirror / Atom feed
From: Belisko Marek <marek.belisko@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/2] Add bluez package.
Date: Fri, 23 Mar 2012 09:28:37 +0100	[thread overview]
Message-ID: <CAAfyv35GO71OPa_JhuED+zSgSv+UOjZT258ipPXm-z7VDPnxRw@mail.gmail.com> (raw)
In-Reply-To: <CAGm1_ktDHM+7Z3TPJOWqi6qXKO15KNnzgFQH6=e-c4+qDUhmqw@mail.gmail.com>

On Fri, Mar 23, 2012 at 8:57 AM, Yegor Yefremov
<yegorslists@googlemail.com> wrote:
> On Fri, Mar 23, 2012 at 1:51 AM, Marek Belisko
> <marek.belisko@open-nandra.com> wrote:
>> Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
>> ---
>> ?package/Config.in ? ? ? ? ? ?| ? ?1 +
>> ?package/libbluez/Config.in ? | ? ?8 ++++++++
>> ?package/libbluez/libbluez.mk | ? 14 ++++++++++++++
>> ?3 files changed, 23 insertions(+), 0 deletions(-)
>> ?create mode 100644 package/libbluez/Config.in
>> ?create mode 100644 package/libbluez/libbluez.mk
>>
>> diff --git a/package/Config.in b/package/Config.in
>> index ccc9b34..50ef982 100644
>> --- a/package/Config.in
>> +++ b/package/Config.in
>> @@ -326,6 +326,7 @@ endmenu
>>
>> ?menu "Hardware handling"
>> ?source "package/libaio/Config.in"
>> +source "package/libbluez/Config.in"
>> ?source "package/libraw1394/Config.in"
>> ?source "package/tslib/Config.in"
>> ?source "package/libftdi/Config.in"
>> diff --git a/package/libbluez/Config.in b/package/libbluez/Config.in
>> new file mode 100644
>> index 0000000..ac2b4b7
>> --- /dev/null
>> +++ b/package/libbluez/Config.in
>> @@ -0,0 +1,8 @@
>> +config BR2_PACKAGE_LIBBLUEZ
>> + ? ? ? bool "libbluez"
>> + ? ? ? select BR2_PACKAGE_DBUS
>> + ? ? ? help
>> + ? ? ? ? BlueZ provides support for the core Bluetooth layers and protocols.
>> + ? ? ? ? It is flexible, efficient and uses a modular implementation.
>> +
>> + ? ? ? ? http://www.bluez.org
>> diff --git a/package/libbluez/libbluez.mk b/package/libbluez/libbluez.mk
>> new file mode 100644
>> index 0000000..34f22eb
>> --- /dev/null
>> +++ b/package/libbluez/libbluez.mk
>> @@ -0,0 +1,14 @@
>> +#############################################################
>> +#
>> +# libbluez
>> +#
>> +#############################################################
>> +
>> +LIBBLUEZ_VERSION = 4.99
>> +LIBBLUEZ_SITE = http://www.kernel.org/pub/linux/bluetooth/
>> +LIBBLUEZ_SOURCE = bluez-$(LIBBLUEZ_VERSION).tar.gz
>> +LIBBLUEZ_INSTALL_STAGING = YES
>> +
>> +LIBBLUEZ_DEPENDENCIES = dbus
>> +
>> +$(eval $(call AUTOTARGETS))
>> --
>> 1.7.5.4
>>
>> _______________________________________________
>> buildroot mailing list
>> buildroot at busybox.net
>> http://lists.busybox.net/mailman/listinfo/buildroot
>
> We already have bluez package. package/bluez_utils/bluez_utils.mk and
> libbluetooth will be installed in staging. Am I missing something?
If wanna use just library you can save some space to not compile whole utils.
But I'm not sure about that ;)
>
> Yegor

marek

-- 
as simple and primitive as possible
-------------------------------------------------
Marek Belisko - OPEN-NANDRA
Freelance Developer

Ruska Nova Ves 219 | Presov, 08005 Slovak Republic
Tel: +421 915 052 184
skype: marekwhite
twitter: #opennandra
web: http://open-nandra.com

  reply	other threads:[~2012-03-23  8:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-23  0:51 [Buildroot] [PATCH 1/2] Add libcap-ng package Marek Belisko
2012-03-23  0:51 ` [Buildroot] [PATCH 2/2] Add bluez package Marek Belisko
2012-03-23  7:57   ` Yegor Yefremov
2012-03-23  8:28     ` Belisko Marek [this message]
2012-03-25 20:29       ` Arnout Vandecappelle
2012-03-26  6:08         ` Belisko Marek
2012-04-04 20:06 ` [Buildroot] [PATCH 1/2] Add libcap-ng package Peter Korsgaard

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=CAAfyv35GO71OPa_JhuED+zSgSv+UOjZT258ipPXm-z7VDPnxRw@mail.gmail.com \
    --to=marek.belisko@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.