[oe-commits] Jack Mitchell : connman: update to 1.13

git at git.openembedded.org git at git.openembedded.org
Mon Apr 29 13:40:33 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 04c119d36f2a6157ba3a86106e555e79739961b6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=04c119d36f2a6157ba3a86106e555e79739961b6

Author: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Date:   Wed Apr 24 15:26:14 2013 +0100

connman: update to 1.13

- Removed upstream commited patch
- Updated git tag srcrev

Signed-off-by: Jack Mitchell <jack.mitchell at dbbroadcast.co.uk>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../connman/connman/add-in.h-for-ipv6.patch        |   20 --------------------
 .../connman/{connman_1.12.bb => connman_1.13.bb}   |    6 +++---
 2 files changed, 3 insertions(+), 23 deletions(-)

diff --git a/meta/recipes-connectivity/connman/connman/add-in.h-for-ipv6.patch b/meta/recipes-connectivity/connman/connman/add-in.h-for-ipv6.patch
deleted file mode 100644
index 8ee0b6f..0000000
--- a/meta/recipes-connectivity/connman/connman/add-in.h-for-ipv6.patch
+++ /dev/null
@@ -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 at 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"
diff --git a/meta/recipes-connectivity/connman/connman_1.12.bb b/meta/recipes-connectivity/connman/connman_1.13.bb
similarity index 78%
rename from meta/recipes-connectivity/connman/connman_1.12.bb
rename to meta/recipes-connectivity/connman/connman_1.13.bb
index 5ba4032..4f23538 100644
--- a/meta/recipes-connectivity/connman/connman_1.12.bb
+++ b/meta/recipes-connectivity/connman/connman_1.13.bb
@@ -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"
 





More information about the Openembedded-commits mailing list