From: David-John Willis Date: Tue, 16 Mar 2010 11:30:44 +0000 (+0000) Subject: bluez: Add 4.62 and update include to support new style checksums for the archive. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc53ef20714fc4be0a8b0aeb9474ac98bd0b48e7;p=openembedded.git bluez: Add 4.62 and update include to support new style checksums for the archive. * 4.62 is set as default for Angstrom, -1'ed for everything else. --- diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc index d5b30be8c4..91992c2b9b 100644 --- a/recipes/bluez/bluez4.inc +++ b/recipes/bluez/bluez4.inc @@ -14,7 +14,7 @@ RPROVIDES_bluez4-dev = "bluez-libs-dev" SRC_URI = "\ http://www.kernel.org/pub/linux/bluetooth/bluez-${PV}.tar.gz \ file://fix-dfutool-usb-declaration-mismatch.patch \ - file://sbc-thumb.patch \ + file://sbc-thumb.patch;patch=1 \ file://bluetooth.conf \ " S = "${WORKDIR}/bluez-${PV}" diff --git a/recipes/bluez/bluez4_4.62.bb b/recipes/bluez/bluez4_4.62.bb new file mode 100644 index 0000000000..f11b14260d --- /dev/null +++ b/recipes/bluez/bluez4_4.62.bb @@ -0,0 +1,18 @@ +require bluez4.inc + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_angstrom = "1" + +DEPENDS += "libsndfile1" + +PR = "${INC_PR}.0" + +# Checksums +SRC_URI[bluez-4.62.md5sum] = "e5bb2f7eb8e8f9bb7ee2733de7080259" +SRC_URI[bluez-4.62.sha256sum] = "f63203cbbd5be7d9986d5df42c7a96c3edb7442d99539fbe9c7964243b286792" + +# Not all distros have a recent enough udev +BTUDEV = " --disable-udevrules" +BTUDEV_angstrom = " --enable-udevrules" +BTUDEV_shr = " --enable-udevrules" +EXTRA_OECONF += "${BTUDEV}"