[oe-commits] Martin Jansa : bluez: after udev bump, we can use newer bluez with udevrules too

git version control git at git.openembedded.org
Sun Nov 1 16:06:06 UTC 2009


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

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Sat Oct 31 20:11:24 2009 +0000

bluez: after udev bump, we can use newer bluez with udevrules too

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

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

diff --git a/recipes/bluez/bluez4_4.56.bb b/recipes/bluez/bluez4_4.56.bb
index ad2c957..79e3005 100644
--- a/recipes/bluez/bluez4_4.56.bb
+++ b/recipes/bluez/bluez4_4.56.bb
@@ -2,6 +2,7 @@ require bluez4.inc
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
+DEFAULT_PREFERENCE_shr = "1"
 
 DEPENDS += "libsndfile1"
 
@@ -10,5 +11,6 @@ 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