[oe-commits] Tom Rini : bluez4: Move a patch from the .inc to the bb

git version control git at git.openembedded.org
Thu Apr 28 20:01:10 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 7eee068ed5f328cd53b6080b63eae74f5c62e7ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7eee068ed5f328cd53b6080b63eae74f5c62e7ad

Author: Tom Rini <tom_rini at mentor.com>
Date:   Mon Apr 25 15:32:17 2011 -0700

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 at mentor.com>

---

 recipes/bluez/bluez4.inc     |    1 -
 recipes/bluez/bluez4_4.42.bb |    2 ++
 recipes/bluez/bluez4_4.84.bb |    2 ++
 recipes/bluez/bluez4_4.89.bb |    2 ++
 4 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/bluez/bluez4.inc b/recipes/bluez/bluez4.inc
index d5b30be..d9e2636 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 0573d7a..09c38c5 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 b964f27..ff3210a 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 531976f..b3825ec 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"
 





More information about the Openembedded-commits mailing list