summaryrefslogtreecommitdiff
path: root/meta/recipes-connectivity/connman/connman_0.79.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-04 09:54:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-04 15:54:07 +0100
commit22254a32f05e9212411216bf1a4e48fd86b9c3ef (patch)
tree6ea7ee34a0b096c94965f6da117903b778e2a53d /meta/recipes-connectivity/connman/connman_0.79.bb
parent3d4ccf98b83fe662f375cd5b029fdd602824c0e8 (diff)
downloadopenembedded-core-22254a32f05e9212411216bf1a4e48fd86b9c3ef.tar.gz
openembedded-core-22254a32f05e9212411216bf1a4e48fd86b9c3ef.tar.bz2
openembedded-core-22254a32f05e9212411216bf1a4e48fd86b9c3ef.tar.xz
openembedded-core-22254a32f05e9212411216bf1a4e48fd86b9c3ef.zip
connman: enable TI shared transport plugin when wifi or bluetooth are requested
This plugin manages the firmware loading for the TI wl12xx series of bluetooth/wifi/fm chips. The double --enable-tist when both bluetooth and wireless are enabled is ugly, but harmless The background on the plugin: https://bugs.meego.com/show_bug.cgi?id=8418 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_0.79.bb')
-rw-r--r--meta/recipes-connectivity/connman/connman_0.79.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb
index 4c57dab80..d7f22b94a 100644
--- a/meta/recipes-connectivity/connman/connman_0.79.bb
+++ b/meta/recipes-connectivity/connman/connman_0.79.bb
@@ -11,4 +11,4 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
file://test-set-ipv6-method-api-fix.patch \
file://connman"
S = "${WORKDIR}/git"
-PR = "r3"
+PR = "r4"