connman: update to 1.13

- Removed upstream commited patch
- Updated git tag srcrev

(From OE-Core rev: 04c119d36f2a6157ba3a86106e555e79739961b6)

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jack Mitchell 2013-04-24 15:26:14 +01:00 committed by Richard Purdie
parent c67cdf51b1
commit 5cb01c1222
2 changed files with 3 additions and 23 deletions

View File

@ -1,20 +0,0 @@
The 3.8 Kernel headers for if_bridge.h uses the in6_addr struct
which is defined by netinet/in.h which is not included prior.
Upstream-Status: Pending
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Index: git/src/tethering.c
===================================================================
--- git.orig/src/tethering.c
+++ git/src/tethering.c
@@ -35,6 +35,7 @@
#include <string.h>
#include <fcntl.h>
#include <linux/if_tun.h>
+#include <netinet/in.h>
#include <linux/if_bridge.h>
#include "connman.h"

View File

@ -1,13 +1,13 @@
require connman.inc
# 1.12 tag
SRCREV = "8397cbbc0a79d39cf3b1880f4fd3f3405b6bc6ad"
# 1.13 tag
SRCREV = "96fcd8871531c9012135110769618d65a3523b4d"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \
file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
file://add_xuser_dbus_permission.patch \
file://connman \
file://inet-fix-ip-cleanup-functions.patch \
file://add-in.h-for-ipv6.patch"
"
S = "${WORKDIR}/git"
PR = "${INC_PR}.0"