[oe-commits] Angus Ainslie : bt-configure : add new recipe for bluez4 scanning and pairing

git version control git at git.openembedded.org
Wed Sep 2 00:50:45 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: cdbbd9d905ed292718bcced1d4d94f49de5993d8
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cdbbd9d905ed292718bcced1d4d94f49de5993d8

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Sep  1 18:24:38 2009 -0600

bt-configure : add new recipe for bluez4 scanning and pairing

---

 conf/distro/include/shr-autorev.inc      |    1 +
 recipes/bt-configure/bt-configure_git.bb |   16 ++++++++++++++++
 2 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/conf/distro/include/shr-autorev.inc b/conf/distro/include/shr-autorev.inc
index 6cd8934..2ff4d94 100644
--- a/conf/distro/include/shr-autorev.inc
+++ b/conf/distro/include/shr-autorev.inc
@@ -115,6 +115,7 @@ SRCREV_pn-illume-keyboard-russian = "${AUTOREV}"
 
 
 # Other stuff
+SRCREV_pn-bt-configure = "${AUTOREV}"
 SRCREV_pn-navit = "2309"
 SRCREV_pn-omview = "${AUTOREV}"
 SRCREV_pn-pythm = "${AUTOREV}"
diff --git a/recipes/bt-configure/bt-configure_git.bb b/recipes/bt-configure/bt-configure_git.bb
new file mode 100644
index 0000000..6638211
--- /dev/null
+++ b/recipes/bt-configure/bt-configure_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Python keyring"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python python-pygtk bluez4"
+
+ARCH_bt-configure = "all"
+
+SRC_URI = "git://github.com/nytowl/BT-Configure.git;protocol=http"
+
+inherit distutils
+
+S = ${WORKDIR}/git
+
+FILES_${PN} += "${datadir}"
+





More information about the Openembedded-commits mailing list