* [PATCH] bluez: 3.36 does not need the hciattach-ti-bts.patch. Fixes do_patch.
@ 2009-05-22 14:33 Rolf Leggewie
2009-05-22 14:38 ` Rolf Leggewie
0 siblings, 1 reply; 4+ messages in thread
From: Rolf Leggewie @ 2009-05-22 14:33 UTC (permalink / raw)
To: openembedded-devel; +Cc: Rolf Leggewie
From: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
---
recipes/bluez/bluez-cups-backend_3.33.bb | 4 ++++
recipes/bluez/bluez-gstreamer-plugin_3.33.bb | 4 ++++
recipes/bluez/bluez-utils-alsa_3.33.bb | 4 ++++
recipes/bluez/bluez-utils3.inc | 2 --
recipes/bluez/bluez-utils_3.33.bb | 4 ++++
recipes/bluez/bluez-utils_3.36.bb | 5 -----
6 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/recipes/bluez/bluez-cups-backend_3.33.bb b/recipes/bluez/bluez-cups-backend_3.33.bb
index 40e0996..f3601b4 100644
--- a/recipes/bluez/bluez-cups-backend_3.33.bb
+++ b/recipes/bluez/bluez-cups-backend_3.33.bb
@@ -4,6 +4,10 @@ PR = "r1"
DEPENDS += "cups"
+# TI patch landed upstream sometime between 3.35 and 3.36,
+# albeit in a somewhat different form
+SRC_URI += "file://hciattach-ti-bts.patch;patch=1"
+
# see bluez-utils3.inc for the explanation of these option
EXTRA_OECONF = " \
--enable-bccmd \
diff --git a/recipes/bluez/bluez-gstreamer-plugin_3.33.bb b/recipes/bluez/bluez-gstreamer-plugin_3.33.bb
index 53b7eb8..f4e3ca4 100644
--- a/recipes/bluez/bluez-gstreamer-plugin_3.33.bb
+++ b/recipes/bluez/bluez-gstreamer-plugin_3.33.bb
@@ -4,6 +4,10 @@ PR = "r1"
DEPENDS += "gstreamer gst-plugins-base "
+# TI patch landed upstream sometime between 3.35 and 3.36,
+# albeit in a somewhat different form
+SRC_URI += "file://hciattach-ti-bts.patch;patch=1"
+
# see bluez-utils3.inc for the explanation of these option
EXTRA_OECONF = " \
--enable-bccmd \
diff --git a/recipes/bluez/bluez-utils-alsa_3.33.bb b/recipes/bluez/bluez-utils-alsa_3.33.bb
index a1e3e85..2558b87 100644
--- a/recipes/bluez/bluez-utils-alsa_3.33.bb
+++ b/recipes/bluez/bluez-utils-alsa_3.33.bb
@@ -4,6 +4,10 @@ PR = "r1"
DEPENDS += "alsa-lib"
+# TI patch landed upstream sometime between 3.35 and 3.36,
+# albeit in a somewhat different form
+SRC_URI += "file://hciattach-ti-bts.patch;patch=1"
+
# see bluez-utils3.inc for the explanation of these option
EXTRA_OECONF = " \
--enable-bccmd \
diff --git a/recipes/bluez/bluez-utils3.inc b/recipes/bluez/bluez-utils3.inc
index 703788f..5fab6e7 100644
--- a/recipes/bluez/bluez-utils3.inc
+++ b/recipes/bluez/bluez-utils3.inc
@@ -10,10 +10,8 @@ LICENSE = "GPL"
FILESPATH = "${FILE_DIRNAME}/bluez-utils-${PV}:${FILE_DIRNAME}/bluez-utils"
-# ti patch should be sent it upstream!
SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
file://hcid.conf \
- file://hciattach-ti-bts.patch;patch=1 \
file://sbc-thumb.patch;patch=1"
diff --git a/recipes/bluez/bluez-utils_3.33.bb b/recipes/bluez/bluez-utils_3.33.bb
index dc098e3..322f841 100644
--- a/recipes/bluez/bluez-utils_3.33.bb
+++ b/recipes/bluez/bluez-utils_3.33.bb
@@ -2,6 +2,10 @@ require bluez-utils3.inc
PR = "r3"
+# TI patch landed upstream sometime between 3.35 and 3.36,
+# albeit in a somewhat different form
+SRC_URI += "file://hciattach-ti-bts.patch;patch=1"
+
# see bluez-utils3.inc for the explanation of these option
EXTRA_OECONF = " \
--enable-bccmd \
diff --git a/recipes/bluez/bluez-utils_3.36.bb b/recipes/bluez/bluez-utils_3.36.bb
index bd319e8..20a9bad 100644
--- a/recipes/bluez/bluez-utils_3.36.bb
+++ b/recipes/bluez/bluez-utils_3.36.bb
@@ -2,11 +2,6 @@ require bluez-utils3.inc
PR = "r4"
-# removed hciattach-ti-bts.patch (landed upstream)
-SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \
- file://hcid.conf \
- file://sbc-thumb.patch;patch=1"
-
# see bluez-utils3.inc for the explanation of these option
EXTRA_OECONF = " \
--enable-bccmd \
--
1.6.0.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-05-29 23:41 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 14:33 [PATCH] bluez: 3.36 does not need the hciattach-ti-bts.patch. Fixes do_patch Rolf Leggewie
2009-05-22 14:38 ` Rolf Leggewie
2009-05-22 14:43 ` Rolf Leggewie
2009-05-29 23:32 ` Rolf Leggewie
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.