All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bob Liu <lliubbo@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] add bluetooth utils to package
Date: Mon, 28 Feb 2011 16:29:21 +0800	[thread overview]
Message-ID: <1298881761-1294-2-git-send-email-lliubbo@gmail.com> (raw)
In-Reply-To: <1298881761-1294-1-git-send-email-lliubbo@gmail.com>

Bluetooth utils often used in embeded system, add it to package.

Signed-off-by: Bob Liu <lliubbo@gmail.com>
---
 package/Config.in                  |    1 +
 package/bluez_utils/Config.in      |    7 +++++++
 package/bluez_utils/bluez_utils.mk |   14 ++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100644 package/bluez_utils/Config.in
 create mode 100644 package/bluez_utils/bluez_utils.mk

diff --git a/package/Config.in b/package/Config.in
index f459c1b..7f1d9ff 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -366,6 +366,7 @@ menu "Networking applications"
 source "package/argus/Config.in"
 source "package/avahi/Config.in"
 source "package/axel/Config.in"
+source "package/bluez_utils/Config.in"
 if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
 source "package/boa/Config.in"
 endif
diff --git a/package/bluez_utils/Config.in b/package/bluez_utils/Config.in
new file mode 100644
index 0000000..eb6e22d
--- /dev/null
+++ b/package/bluez_utils/Config.in
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_BLUEZ_UTILS
+	bool "bluez_utils"
+	depends on BR2_PACKAGE_DBUS
+	help
+	  bluez utils
+
+	  http://www.kernel.org/pub/linux/bluetooth
diff --git a/package/bluez_utils/bluez_utils.mk b/package/bluez_utils/bluez_utils.mk
new file mode 100644
index 0000000..7b104b0
--- /dev/null
+++ b/package/bluez_utils/bluez_utils.mk
@@ -0,0 +1,14 @@
+#############################################################
+#
+# bluez_utils
+#
+#############################################################
+BLUEZ_UTILS_VERSION = 4.87
+BLUEZ_UTILS_SOURCE = bluez-$(BLUEZ_UTILS_VERSION).tar.gz
+BLUEZ_UTILS_SITE = http://www.kernel.org/pub/linux/bluetooth/
+BLUEZ_UTILS_INSTALL_STAGING = YES
+BLUEZ_UTILS_INSTALL_TARGET = YES
+BLUEZ_UTILS_DEPENDENCIES += dbus libglib2
+BLUEZ_UTILS_CONF_OPT = --enable-hidd --enable-test --enable-alsa
+
+$(eval $(call AUTOTARGETS,package,bluez_utils))
-- 
1.6.3.3

  reply	other threads:[~2011-02-28  8:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-28  8:29 [Buildroot] [PATCH] add inetutils to package Bob Liu
2011-02-28  8:29 ` Bob Liu [this message]
2011-04-04 20:46 ` Peter Korsgaard
2011-04-04 20:55   ` Mike Frysinger

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=1298881761-1294-2-git-send-email-lliubbo@gmail.com \
    --to=lliubbo@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.