bluez: Add 4.62 and update include to support new style checksums for the archive.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 16 Mar 2010 11:30:44 +0000 (11:30 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Mon, 4 Apr 2011 19:15:34 +0000 (20:15 +0100)
* 4.62 is set as default for Angstrom, -1'ed for everything else.

recipes/bluez/bluez4.inc
recipes/bluez/bluez4_4.62.bb [new file with mode: 0644]

index d5b30be..91992c2 100644 (file)
@@ -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 (file)
index 0000000..f11b142
--- /dev/null
@@ -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}"