From e9fdfbbcde4525ab2f82dbac086b3caa86521d6f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 6 Mar 2012 19:40:47 +0000 Subject: connman: update to 0.79 (From OE-Core rev: 3d3a7103f4d068caed202833ffe9db6b47e75082) Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie --- .../connman/connman/add_xuser_dbus_permission.patch | 12 +++++++----- .../connman/connman/disable_alg-test.patch | 18 +++++++++--------- meta/recipes-connectivity/connman/connman_0.78.bb | 12 ------------ meta/recipes-connectivity/connman/connman_0.79.bb | 10 ++++++++++ 4 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta/recipes-connectivity/connman/connman_0.78.bb create mode 100644 meta/recipes-connectivity/connman/connman_0.79.bb (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch b/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch index 764c689fcc..aa7a910eb7 100644 --- a/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch +++ b/meta/recipes-connectivity/connman/connman/add_xuser_dbus_permission.patch @@ -5,18 +5,20 @@ Upstream-Status: Inappropriate [configuration] Signed-off-by: Dongxiao Xu -diff -ruN connman-0.65-orig/src/connman-dbus.conf connman-0.65/src/connman-dbus.conf ---- connman-0.65-orig/src/connman-dbus.conf 2011-03-04 09:34:49.000000000 +0800 -+++ connman-0.65/src/connman-dbus.conf 2011-03-04 09:35:21.000000000 +0800 -@@ -7,6 +7,12 @@ - +diff --git a/src/connman-dbus.conf b/src/connman-dbus.conf +index 98a773e..cbe2ba3 100644 +--- a/src/connman-dbus.conf ++++ b/src/connman-dbus.conf +@@ -8,6 +8,13 @@ + + + + + + ++ + diff --git a/meta/recipes-connectivity/connman/connman/disable_alg-test.patch b/meta/recipes-connectivity/connman/connman/disable_alg-test.patch index 44ad768cec..f5cea0047d 100644 --- a/meta/recipes-connectivity/connman/connman/disable_alg-test.patch +++ b/meta/recipes-connectivity/connman/connman/disable_alg-test.patch @@ -1,4 +1,4 @@ -From b9a20c8eb61b600ced284646a1bea588fdd8a5ea Mon Sep 17 00:00:00 2001 +From 3ebba424d56919018733064ad9e0ab8790d2bf1d Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 16 Dec 2011 19:31:59 -0200 Subject: [PATCH] Disable building of alg-test @@ -15,23 +15,23 @@ Signed-off-by: Otavio Salvador 2 files changed, 1 insertions(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am -index d5a76f9..d42a766 100644 +index a6509f1..93618a3 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -144,7 +144,7 @@ noinst_PROGRAMS += tools/wispr tools/supplicant-test \ +@@ -145,7 +145,7 @@ noinst_PROGRAMS += tools/wispr tools/supplicant-test \ tools/dbus-test tools/polkit-test \ tools/iptables-test tools/tap-test tools/wpad-test \ tools/stats-tool tools/private-network-test \ -- tools/alg-test unit/test-session -+ unit/test-session +- tools/alg-test unit/test-session unit/test-ippool \ ++ unit/test-session unit/test-ippool \ + unit/test-nat tools_wispr_SOURCES = $(gweb_sources) tools/wispr.c - tools_wispr_LDADD = @GLIB_LIBS@ @GNUTLS_LIBS@ -lresolv diff --git a/configure.ac b/configure.ac -index f63fea8..67bfe85 100644 +index 3dca02e..3b2da4d 100644 --- a/configure.ac +++ b/configure.ac -@@ -437,9 +437,6 @@ if (test "${enable_tools}" = "yes"); then +@@ -419,9 +419,6 @@ if (test "${enable_tools}" = "yes"); then AC_MSG_ERROR(GnuTLS library is required)) AC_SUBST(GNUTLS_CFLAGS) AC_SUBST(GNUTLS_LIBS) @@ -42,5 +42,5 @@ index f63fea8..67bfe85 100644 AM_CONDITIONAL(TOOLS, test "${enable_tools}" = "yes") -- -1.7.7.3 +1.7.9.1 diff --git a/meta/recipes-connectivity/connman/connman_0.78.bb b/meta/recipes-connectivity/connman/connman_0.78.bb deleted file mode 100644 index c73cad92f1..0000000000 --- a/meta/recipes-connectivity/connman/connman_0.78.bb +++ /dev/null @@ -1,12 +0,0 @@ -require connman.inc - -PR = "r6" - -# 0.78 tag -SRCREV = "02f5d5fe2d7c71514a6387ba2b772b42d8e8d297" -SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ - file://add_xuser_dbus_permission.patch \ - file://ethernet_default.patch \ - file://disable_alg-test.patch \ - file://connman" -S = "${WORKDIR}/git" diff --git a/meta/recipes-connectivity/connman/connman_0.79.bb b/meta/recipes-connectivity/connman/connman_0.79.bb new file mode 100644 index 0000000000..0c3a6fe08d --- /dev/null +++ b/meta/recipes-connectivity/connman/connman_0.79.bb @@ -0,0 +1,10 @@ +require connman.inc + +# 0.79 tag +SRCREV = "442b1fe603e005814f592a3dbcf0d0bfb13f961c" +SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman.git \ + file://add_xuser_dbus_permission.patch \ + file://ethernet_default.patch \ + file://disable_alg-test.patch \ + file://connman" +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf