[oe-commits] Tom Rini : bluez4: Add 4.91 and make it default for Angstrom and SHR

git version control git at git.openembedded.org
Thu Apr 28 20:01:10 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: c83fb2e3811d43affa30e5fbedfeaad3d79f2776
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c83fb2e3811d43affa30e5fbedfeaad3d79f2776

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Apr 25 11:20:48 2011 -0700

bluez4: Add 4.91 and make it default for Angstrom and SHR

Compile tested on am37x-evm and angstrom-2010.x.  SHR already
uses this version in oe-core/meta-oe.

Acked-by: Paul Menzel <paulepanter at users.sourceforge.net>
Acked-by: Koen Kooi <koen at openembedded.org>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/bluez/bluez4_4.91.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/recipes/bluez/bluez4_4.91.bb b/recipes/bluez/bluez4_4.91.bb
new file mode 100644
index 0000000..5684fc8
--- /dev/null
+++ b/recipes/bluez/bluez4_4.91.bb
@@ -0,0 +1,19 @@
+require bluez4.inc
+
+SRC_URI[md5sum] = "3059b7ef5168c84cd0c6a67034ce79f9"
+SRC_URI[sha256sum] = "11e9279e2669db996afd464b96d2c68f41f157f6eb9b8842a0bbcad8a4eac18d"
+
+DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_angstrom = "1"
+DEFAULT_PREFERENCE_shr = "1"
+
+DEPENDS += "libsndfile1"
+
+PR = "${INC_PR}.0"
+
+# Not all distros have a recent enough udev
+BTUDEV = " --disable-udevrules"
+BTUDEV_angstrom = " --enable-udevrules"
+BTUDEV_shr = " --enable-udevrules"
+
+EXTRA_OECONF += "${BTUDEV}"





More information about the Openembedded-commits mailing list