[oe-commits] Martin Jansa : bluez4: add 4.84 with DP -1 (except SHR) and without libnl dependency

git version control git at git.openembedded.org
Wed Jan 5 16:13:51 UTC 2011


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Wed Jan  5 16:25:32 2011 +0100

bluez4: add 4.84 with DP -1 (except SHR) and without libnl dependency

* 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 at 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 at gmail.com>

---

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

diff --git a/recipes/bluez/bluez4_4.84.bb b/recipes/bluez/bluez4_4.84.bb
new file mode 100644
index 0000000..b964f27
--- /dev/null
+++ b/recipes/bluez/bluez4_4.84.bb
@@ -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}"





More information about the Openembedded-commits mailing list