aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-04-25 15:32:17 -0700
committerTom Rini <tom_rini@mentor.com>2011-04-25 16:01:46 -0700
commit7eee068ed5f328cd53b6080b63eae74f5c62e7ad (patch)
tree780ead92da54cd11e700be51fb8f3bfc9ea69f96
parentc1fdf6f4567f82bfc394537633bd28797c2169ac (diff)
downloadopenembedded-7eee068ed5f328cd53b6080b63eae74f5c62e7ad.tar.gz
bluez4: Move a patch from the .inc to the bb
Now that we're down to just three versions, move sbc-thumb.patch into the recipes because it's not an always need thing, just needed in some versions. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/bluez/bluez4.inc1
-rw-r--r--recipes/bluez/bluez4_4.42.bb2
-rw-r--r--recipes/bluez/bluez4_4.84.bb2
-rw-r--r--recipes/bluez/bluez4_4.89.bb2
4 files changed, 6 insertions, 1 deletions
diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index d5b30be8c4..d9e2636247 100644
--- a/recipes/bluez/bluez4.inc
+++ b/recipes/bluez/bluez4.inc
@@ -14,7 +14,6 @@ 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://bluetooth.conf \
"
S = "${WORKDIR}/bluez-${PV}"
diff --git a/recipes/bluez/bluez4_4.42.bb b/recipes/bluez/bluez4_4.42.bb
index 0573d7ac3d..09c38c530b 100644
--- a/recipes/bluez/bluez4_4.42.bb
+++ b/recipes/bluez/bluez4_4.42.bb
@@ -1,5 +1,7 @@
require bluez4.inc
+SRC_URI += "file://sbc-thumb.patch"
+
DEPENDS += "libsndfile1"
PR = "${INC_PR}.1"
diff --git a/recipes/bluez/bluez4_4.84.bb b/recipes/bluez/bluez4_4.84.bb
index b964f2724e..ff3210a3bf 100644
--- a/recipes/bluez/bluez4_4.84.bb
+++ b/recipes/bluez/bluez4_4.84.bb
@@ -1,5 +1,7 @@
require bluez4.inc
+SRC_URI += "file://sbc-thumb.patch"
+
SRC_URI[md5sum] = "95e66f26f69aa425d27718f487b6bc74"
SRC_URI[sha256sum] = "2913b0b09738295547c1bfdcca9e1da456c9ad6950cc499b1ee83b330bf8a5b6"
diff --git a/recipes/bluez/bluez4_4.89.bb b/recipes/bluez/bluez4_4.89.bb
index 531976f23c..b3825ecaa5 100644
--- a/recipes/bluez/bluez4_4.89.bb
+++ b/recipes/bluez/bluez4_4.89.bb
@@ -1,5 +1,7 @@
require bluez4.inc
+SRC_URI += "file://sbc-thumb.patch"
+
SRC_URI[md5sum] = "67fd9ad2852ce01f01b16ddd2336d1ea"
SRC_URI[sha256sum] = "922e1a9c894c8667fc92f536c26553e8f094a676e96fb409bc384dd70f5ddde7"