Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Chih-Min Chao <cmchao@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH RESEND 2/2] bluez : new package
Date: Tue, 21 Sep 2010 00:41:26 +0800	[thread overview]
Message-ID: <1285000886-8353-3-git-send-email-cmchao@gmail.com> (raw)
In-Reply-To: <1285000886-8353-1-git-send-email-cmchao@gmail.com>


Signed-off-by: Chih-Min Chao <cmchao@gmail.com>
---
 package/Config.in       |    1 +
 package/bluez/Config.in |   14 ++++++++++++++
 package/bluez/bluez.mk  |   16 ++++++++++++++++
 3 files changed, 31 insertions(+), 0 deletions(-)
 create mode 100644 package/bluez/Config.in
 create mode 100644 package/bluez/bluez.mk

diff --git a/package/Config.in b/package/Config.in
index f9a0405..7960ef1 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -350,6 +350,7 @@ if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/boa/Config.in"
 endif
 source "package/bind/Config.in"
+source "package/bluez/Config.in"
 source "package/bmon/Config.in"
 source "package/bridge-utils/Config.in"
 source "package/ctorrent/Config.in"
diff --git a/package/bluez/Config.in b/package/bluez/Config.in
new file mode 100644
index 0000000..7ee365a
--- /dev/null
+++ b/package/bluez/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_BLUEZ
+	bool "bluez"
+	depends on BR2_PACKAGE_DBUS
+	depends on BR2_PACKAGE_LIBGLIB2
+	help
+	  BlueZ provides support for the core Bluetooth layers and protocols.
+	  It is flexible, efficient and uses a modular implementation.
+
+	  http://www.bluez.org/
+
+comment "bluez requires dbus package
+	depends on !BR2_PACKAGE_DBUS
+comment "bluez requires libglib2 package
+	depends on !BR2_PACKAGE_LIBGLIB2
diff --git a/package/bluez/bluez.mk b/package/bluez/bluez.mk
new file mode 100644
index 0000000..4f833a8
--- /dev/null
+++ b/package/bluez/bluez.mk
@@ -0,0 +1,16 @@
+#############################################################
+#
+# Bluez
+#
+#############################################################
+BLUEZ_VERSION:=4.71
+BLUEZ_SOURCE:=bluez-$(BLUEZ_VERSION).tar.gz
+BLUEZ_SITE:=http://www.kernel.org/pub/linux/bluetooth
+BLUEZ_LIBTOOL_PATCH:=NO
+BLUEZ_INSTALL_STAGING:=NO
+BLUEZ_INSTALL_TARGET:=YES
+BLUEZ_DEPENDENCIES:= dbus libglib2
+
+BLUEZ_CONF_OPT:= --enable-tools --disable-static --enable-shared
+
+$(eval $(call AUTOTARGETS,package,bluez))
-- 
1.7.0.4

      parent reply	other threads:[~2010-09-20 16:41 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-20 16:41 [Buildroot] [PATCH RESEND 0/2] new packages Chih-Min Chao
2010-09-20 16:41 ` [Buildroot] [PATCH RESEND 1/2] libopenal : new package Chih-Min Chao
2010-09-20 16:41 ` Chih-Min Chao [this message]

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=1285000886-8353-3-git-send-email-cmchao@gmail.com \
    --to=cmchao@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