From 2ee0d3f05405602ab0ec73aef150e9643fff04c2 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Fri, 4 May 2012 09:54:06 +0200 Subject: 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 (From OE-Core rev: 22254a32f05e9212411216bf1a4e48fd86b9c3ef) Signed-off-by: Koen Kooi Signed-off-by: Richard Purdie --- meta/recipes-connectivity/connman/connman_0.79.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/connman/connman_0.79.bb') diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb index 4c57dab80d..d7f22b94a1 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" -- cgit v1.2.3-54-g00ecf