bluez4: add 4.84 with DP -1 (except SHR) and without libnl dependency
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 5 Jan 2011 15:25:32 +0000 (16:25 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 5 Jan 2011 15:32:08 +0000 (16:32 +0100)
* libnl1 and libnl2 create conflicts, fso needs libnl2 so we try keep images without libnl1 depenency
* 16:18:27 < mickeyl> commit ecb835fca7e7134f38a3d061d186eb38d83bcb8b
  16:18:27 < mickeyl> Author: Marcel Holtmann <marcel@holtmann.org>
  16:18:27 < mickeyl> Date:   Wed Oct 6 10:21:11 2010 +0200
  16:18:27 < mickeyl>     Remove netlink plugin

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/bluez/bluez4_4.84.bb [new file with mode: 0644]

diff --git a/recipes/bluez/bluez4_4.84.bb b/recipes/bluez/bluez4_4.84.bb
new file mode 100644 (file)
index 0000000..b964f27
--- /dev/null
@@ -0,0 +1,18 @@
+require bluez4.inc
+
+SRC_URI[md5sum] = "95e66f26f69aa425d27718f487b6bc74"
+SRC_URI[sha256sum] = "2913b0b09738295547c1bfdcca9e1da456c9ad6950cc499b1ee83b330bf8a5b6"
+
+DEFAULT_PREFERENCE = "-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}"