aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-25 11:20:48 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-25 16:01:46 -0700
commitc83fb2e3811d43affa30e5fbedfeaad3d79f2776 (patch)
treef5a6afd01e1c34c366740564809afb0188d60d48
parent7eee068ed5f328cd53b6080b63eae74f5c62e7ad (diff)
downloadopenembedded-c83fb2e3811d43affa30e5fbedfeaad3d79f2776.tar.gz
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@users.sourceforge.net> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/bluez/bluez4_4.91.bb19
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 0000000000..5684fc8caf
--- /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}"