From: Koen Kooi Date: Fri, 23 Oct 2009 07:38:36 +0000 (+0200) Subject: bluez4: update to 4.53 X-Git-Tag: Release-2010-05/1~1953 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d98659a0ec939663887f5c450222748603587ad;p=openembedded.git bluez4: update to 4.53 --- diff --git a/recipes/bluez/bluez4_4.53.bb b/recipes/bluez/bluez4_4.53.bb new file mode 100644 index 0000000000..ad2c957bfc --- /dev/null +++ b/recipes/bluez/bluez4_4.53.bb @@ -0,0 +1,14 @@ +require bluez4.inc + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "1" + +DEPENDS += "libsndfile1" + +PR = "${INC_PR}.0" + +# Not all distros have a recent enough udev +BTUDEV = " --disable-udevrules" +BTUDEV_angstrom = " --enable-udevrules" +EXTRA_OECONF += "${BTUDEV}" +