All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Upgrade dbus and dbus-glib
@ 2014-11-24  7:49 Chong Lu
  2014-11-24  7:49 ` [PATCH 1/5] dbus: Upgrade to 1.8.10 Chong Lu
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Chong Lu @ 2014-11-24  7:49 UTC (permalink / raw)
  To: openembedded-core

The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:

  bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 17:04:50 +0000)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib chonglu/dbus
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus

Chong Lu (5):
  dbus: Upgrade to 1.8.10
  dbus-test: Upgrade to 1.8.10
  dbus-glib: Upgrade to 0.102
  connman-gnome: fix dbus interface name
  upstream_tracking.inc: update entries for dbus

 .../conf/distro/include/upstream_tracking.inc      |   2 +-
 .../connman-gnome-fix-dbus-interface-name.patch    | 187 +++++++++++++++++++++
 .../connman/connman-gnome_0.7.bb                   |   7 +-
 .../obsolete_automake_macros.patch                 |  15 --
 meta/recipes-core/dbus/dbus-glib.inc               |   1 -
 .../no-examples.patch                              |   0
 .../test-install-makefile.patch                    |  57 ++++---
 meta/recipes-core/dbus/dbus-glib_0.100.2.bb        |   5 -
 meta/recipes-core/dbus/dbus-glib_0.102.bb          |   5 +
 .../{dbus-test_1.8.2.bb => dbus-test_1.8.10.bb}    |   0
 meta/recipes-core/dbus/dbus_1.8.10.bb              |   4 +
 meta/recipes-core/dbus/dbus_1.8.2.bb               |   4 -
 12 files changed, 234 insertions(+), 53 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
 delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch
 rename meta/recipes-core/dbus/{dbus-glib-0.100.2 => dbus-glib}/no-examples.patch (100%)
 rename meta/recipes-core/dbus/{dbus-glib-0.100.2 => dbus-glib}/test-install-makefile.patch (66%)
 delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.100.2.bb
 create mode 100644 meta/recipes-core/dbus/dbus-glib_0.102.bb
 rename meta/recipes-core/dbus/{dbus-test_1.8.2.bb => dbus-test_1.8.10.bb} (100%)
 create mode 100644 meta/recipes-core/dbus/dbus_1.8.10.bb
 delete mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

-- 
1.9.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/5] dbus: Upgrade to 1.8.10
  2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
@ 2014-11-24  7:49 ` Chong Lu
  2014-11-24  7:49 ` [PATCH 2/5] dbus-test: " Chong Lu
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Chong Lu @ 2014-11-24  7:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta/recipes-core/dbus/dbus_1.8.10.bb | 4 ++++
 meta/recipes-core/dbus/dbus_1.8.2.bb  | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100644 meta/recipes-core/dbus/dbus_1.8.10.bb
 delete mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb

diff --git a/meta/recipes-core/dbus/dbus_1.8.10.bb b/meta/recipes-core/dbus/dbus_1.8.10.bb
new file mode 100644
index 0000000..250ea21
--- /dev/null
+++ b/meta/recipes-core/dbus/dbus_1.8.10.bb
@@ -0,0 +1,4 @@
+include dbus.inc
+
+SRC_URI[md5sum] = "6be5ef99ae784de9d04589eb067fe038"
+SRC_URI[sha256sum] = "10bf87fdb68815edd01d53885101dbcdd80dacad7198912cca61a4fa22dfaf8e"
diff --git a/meta/recipes-core/dbus/dbus_1.8.2.bb b/meta/recipes-core/dbus/dbus_1.8.2.bb
deleted file mode 100644
index 37ebed2..0000000
--- a/meta/recipes-core/dbus/dbus_1.8.2.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-include dbus.inc
-
-SRC_URI[md5sum] = "d6f709bbec0a022a1847c7caec9d6068"
-SRC_URI[sha256sum] = "5689f7411165adc953f37974e276a3028db94447c76e8dd92efe910c6d3bae08"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/5] dbus-test: Upgrade to 1.8.10
  2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
  2014-11-24  7:49 ` [PATCH 1/5] dbus: Upgrade to 1.8.10 Chong Lu
@ 2014-11-24  7:49 ` Chong Lu
  2014-11-24  7:49 ` [PATCH 3/5] dbus-glib: Upgrade to 0.102 Chong Lu
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Chong Lu @ 2014-11-24  7:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta/recipes-core/dbus/{dbus-test_1.8.2.bb => dbus-test_1.8.10.bb} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename meta/recipes-core/dbus/{dbus-test_1.8.2.bb => dbus-test_1.8.10.bb} (100%)

diff --git a/meta/recipes-core/dbus/dbus-test_1.8.2.bb b/meta/recipes-core/dbus/dbus-test_1.8.10.bb
similarity index 100%
rename from meta/recipes-core/dbus/dbus-test_1.8.2.bb
rename to meta/recipes-core/dbus/dbus-test_1.8.10.bb
-- 
1.9.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 3/5] dbus-glib: Upgrade to 0.102
  2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
  2014-11-24  7:49 ` [PATCH 1/5] dbus: Upgrade to 1.8.10 Chong Lu
  2014-11-24  7:49 ` [PATCH 2/5] dbus-test: " Chong Lu
@ 2014-11-24  7:49 ` Chong Lu
  2014-11-24  7:49 ` [PATCH 4/5] connman-gnome: fix dbus interface name Chong Lu
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 8+ messages in thread
From: Chong Lu @ 2014-11-24  7:49 UTC (permalink / raw)
  To: openembedded-core

Remove obsolete_automake_macros.patch, since upstream has merged it.

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 .../obsolete_automake_macros.patch                 | 15 ------
 meta/recipes-core/dbus/dbus-glib.inc               |  1 -
 .../no-examples.patch                              |  0
 .../test-install-makefile.patch                    | 57 +++++++++++++---------
 meta/recipes-core/dbus/dbus-glib_0.100.2.bb        |  5 --
 meta/recipes-core/dbus/dbus-glib_0.102.bb          |  5 ++
 6 files changed, 38 insertions(+), 45 deletions(-)
 delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch
 rename meta/recipes-core/dbus/{dbus-glib-0.100.2 => dbus-glib}/no-examples.patch (100%)
 rename meta/recipes-core/dbus/{dbus-glib-0.100.2 => dbus-glib}/test-install-makefile.patch (66%)
 delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.100.2.bb
 create mode 100644 meta/recipes-core/dbus/dbus-glib_0.102.bb

diff --git a/meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch b/meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch
deleted file mode 100644
index 40e3b12..0000000
--- a/meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Upstream-Status: Submitted [https://bugs.freedesktop.org/show_bug.cgi?id=59003]
-
-Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
-diff -Nurd dbus-glib-0.100/configure.ac dbus-glib-0.100/configure.ac
---- dbus-glib-0.100/configure.ac	2012-06-25 19:26:39.000000000 +0300
-+++ dbus-glib-0.100/configure.ac	2013-01-03 04:53:22.314976758 +0200
-@@ -8,7 +8,7 @@
-
- AM_INIT_AUTOMAKE([1.9])
-
--AM_CONFIG_HEADER(config.h)
-+AC_CONFIG_HEADERS(config.h)
-
- # Honor aclocal flags
- ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
diff --git a/meta/recipes-core/dbus/dbus-glib.inc b/meta/recipes-core/dbus/dbus-glib.inc
index 6c60d9e..abd0132 100644
--- a/meta/recipes-core/dbus/dbus-glib.inc
+++ b/meta/recipes-core/dbus/dbus-glib.inc
@@ -13,7 +13,6 @@ DEPENDS_class-native = "glib-2.0-native dbus-native"
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz \
            file://no-examples.patch \
            file://test-install-makefile.patch \
-           file://obsolete_automake_macros.patch \
 "
 
 inherit autotools pkgconfig gettext
diff --git a/meta/recipes-core/dbus/dbus-glib-0.100.2/no-examples.patch b/meta/recipes-core/dbus/dbus-glib/no-examples.patch
similarity index 100%
rename from meta/recipes-core/dbus/dbus-glib-0.100.2/no-examples.patch
rename to meta/recipes-core/dbus/dbus-glib/no-examples.patch
diff --git a/meta/recipes-core/dbus/dbus-glib-0.100.2/test-install-makefile.patch b/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch
similarity index 66%
rename from meta/recipes-core/dbus/dbus-glib-0.100.2/test-install-makefile.patch
rename to meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch
index 2e8e178..027c82b 100644
--- a/meta/recipes-core/dbus/dbus-glib-0.100.2/test-install-makefile.patch
+++ b/meta/recipes-core/dbus/dbus-glib/test-install-makefile.patch
@@ -3,26 +3,46 @@ Change Makefile.am to install regression tests for test package purpose.
 Upstream-Status: Inappropriate [test not install is for purpose from upstream]
 
 Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
+Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
+---
+ test/Makefile.am            | 3 ++-
+ test/core/Makefile.am       | 3 ++-
+ test/interfaces/Makefile.am | 3 ++-
+ 3 files changed, 6 insertions(+), 3 deletions(-)
 
 diff --git a/test/Makefile.am b/test/Makefile.am
-index 7ba11a8..249f0e7 100644
+index 379c8c3..6580927 100644
 --- a/test/Makefile.am
 +++ b/test/Makefile.am
-@@ -13,7 +13,8 @@ else
- TEST_BINARIES=
- endif
+@@ -48,7 +48,8 @@ TESTS = \
+ 	$(test_scripts) \
+ 	$(NULL)
  
--noinst_PROGRAMS= $(TEST_BINARIES)
+-noinst_PROGRAMS = \
 +testdir = $(datadir)/@PACKAGE@/tests
-+test_PROGRAMS= $(TEST_BINARIES)
++test_PROGRAMS = \
+ 	$(test_programs) \
+ 	$(test_related_programs) \
+ 	$(NULL)
+diff --git a/test/core/Makefile.am b/test/core/Makefile.am
+index e4bceb4..54b077d 100644
+--- a/test/core/Makefile.am
++++ b/test/core/Makefile.am
+@@ -64,7 +64,8 @@ endif
  
- test_service_SOURCES=				\
- 	test-service.c
+ ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
+ ## build even when not doing "make check"
+-noinst_PROGRAMS = \
++testdir = $(datadir)/@PACKAGE@/tests/core
++test_PROGRAMS = \
+ 	test-dbus-glib \
+ 	test-error-mapping \
+ 	test-service-glib \
 diff --git a/test/interfaces/Makefile.am b/test/interfaces/Makefile.am
-index 3cb2c39..e6de67d 100644
+index a94d08d..707dcac 100644
 --- a/test/interfaces/Makefile.am
 +++ b/test/interfaces/Makefile.am
-@@ -39,7 +39,8 @@ if DBUS_BUILD_TESTS
+@@ -57,7 +57,8 @@ if DBUS_BUILD_TESTS
  
  ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
  ## build even when not doing "make check"
@@ -32,17 +52,6 @@ index 3cb2c39..e6de67d 100644
  
  test_service_SOURCES = \
  	test-interfaces.c \
-diff --git a/test/core/Makefile.am b/test/core/Makefile.am
-index ef6cb26..9786c3a 100644
---- a/test/core/Makefile.am
-+++ b/test/core/Makefile.am
-@@ -46,7 +46,8 @@ endif
- 
- ## we use noinst_PROGRAMS not check_PROGRAMS for TESTS so that we
- ## build even when not doing "make check"
--noinst_PROGRAMS = \
-+testdir = $(datadir)/@PACKAGE@/tests/core
-+test_PROGRAMS = \
- 	test-dbus-glib \
- 	test-service-glib \
- 	$(THREAD_APPS) \
+-- 
+1.9.1
+
diff --git a/meta/recipes-core/dbus/dbus-glib_0.100.2.bb b/meta/recipes-core/dbus/dbus-glib_0.100.2.bb
deleted file mode 100644
index c1bb06a..0000000
--- a/meta/recipes-core/dbus/dbus-glib_0.100.2.bb
+++ /dev/null
@@ -1,5 +0,0 @@
-require dbus-glib.inc
-
-
-SRC_URI[md5sum] = "ad0920c7e3aad669163bb59171cf138e"
-SRC_URI[sha256sum] = "a5bb42da921f51c28161e0e54a5a8241d94a1c0499a14007150e9ce743da6ac5"
diff --git a/meta/recipes-core/dbus/dbus-glib_0.102.bb b/meta/recipes-core/dbus/dbus-glib_0.102.bb
new file mode 100644
index 0000000..d798ebf
--- /dev/null
+++ b/meta/recipes-core/dbus/dbus-glib_0.102.bb
@@ -0,0 +1,5 @@
+require dbus-glib.inc
+
+
+SRC_URI[md5sum] = "f76b8558fd575d0106c3a556eaa49184"
+SRC_URI[sha256sum] = "6964ed585bb8149a14ab744b5ded5e77cf71ec5446e6dcc5fcf5eebcc52df29c"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 4/5] connman-gnome: fix dbus interface name
  2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
                   ` (2 preceding siblings ...)
  2014-11-24  7:49 ` [PATCH 3/5] dbus-glib: Upgrade to 0.102 Chong Lu
@ 2014-11-24  7:49 ` Chong Lu
  2014-11-24  7:49 ` [PATCH 5/5] upstream_tracking.inc: update entries for dbus Chong Lu
  2014-12-02  1:35 ` [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
  5 siblings, 0 replies; 8+ messages in thread
From: Chong Lu @ 2014-11-24  7:49 UTC (permalink / raw)
  To: openembedded-core

This patch resolves following error:

"connman-dbus.xml": "connman" is not a valid D-Bus interface name

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 .../connman-gnome-fix-dbus-interface-name.patch    | 187 +++++++++++++++++++++
 .../connman/connman-gnome_0.7.bb                   |   7 +-
 2 files changed, 191 insertions(+), 3 deletions(-)
 create mode 100644 meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch

diff --git a/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch b/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
new file mode 100644
index 0000000..f4049fa
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
@@ -0,0 +1,187 @@
+connman-gnome: fix dbus interface name
+
+This patch resolves following error:
+
+"connman-dbus.xml": "connman" is not a valid D-Bus interface name
+
+https://502552.bugs.gentoo.org/attachment.cgi?id=380652
+
+Upstream-Status: Backport
+
+Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
+---
+ common/connman-client.c | 24 ++++++++++++------------
+ common/connman-client.h |  4 ++--
+ common/connman-dbus.c   |  6 +++---
+ common/connman-dbus.xml |  2 +-
+ 4 files changed, 18 insertions(+), 18 deletions(-)
+
+diff --git a/common/connman-client.c b/common/connman-client.c
+index c55e25c..9d818b2 100644
+--- a/common/connman-client.c
++++ b/common/connman-client.c
+@@ -289,7 +289,7 @@ gboolean connman_client_set_ipv4(ConnmanClient *client, const gchar *device,
+ 
+ 	g_value_init(&value, DBUS_TYPE_G_DICTIONARY);
+ 	g_value_set_boxed(&value, ipv4);
+-	ret = connman_set_property(proxy, "IPv4.Configuration", &value, NULL);
++	ret = net_connman_set_property(proxy, "IPv4.Configuration", &value, NULL);
+ 
+ 	g_object_unref(proxy);
+ 
+@@ -317,7 +317,7 @@ void connman_client_set_powered(ConnmanClient *client, const gchar *device,
+ 	g_value_set_boolean(&value, powered);
+ 
+ 	error = NULL;
+-	connman_set_property(proxy, "Powered", &value, &error);
++	net_connman_set_property(proxy, "Powered", &value, &error);
+ 	if( error )
+ 		fprintf (stderr, "error: %s\n", error->message);
+ 
+@@ -325,7 +325,7 @@ void connman_client_set_powered(ConnmanClient *client, const gchar *device,
+ }
+ 
+ void connman_client_scan(ConnmanClient *client, const gchar *device,
+-						connman_scan_reply callback, gpointer user_data)
++						net_connman_scan_reply callback, gpointer user_data)
+ {
+ 	ConnmanClientPrivate *priv = CONNMAN_CLIENT_GET_PRIVATE(client);
+ 	DBusGProxy *proxy;
+@@ -339,7 +339,7 @@ void connman_client_scan(ConnmanClient *client, const gchar *device,
+ 	if (proxy == NULL)
+ 		return;
+ 
+-	connman_scan_async(proxy, callback, user_data);
++	net_connman_scan_async(proxy, callback, user_data);
+ 
+ 	g_object_unref(proxy);
+ }
+@@ -353,7 +353,7 @@ gboolean connman_client_get_offline_status(ConnmanClient *client)
+ 
+ 	DBG("client %p", client);
+ 
+-	ret = connman_get_properties(priv->manager, &hash, NULL);
++	ret = net_connman_get_properties(priv->manager, &hash, NULL);
+ 
+ 	if (ret == FALSE)
+ 		goto done;
+@@ -375,7 +375,7 @@ void connman_client_set_offlinemode(ConnmanClient *client, gboolean status)
+ 	g_value_init(&value, G_TYPE_BOOLEAN);
+ 	g_value_set_boolean(&value, status);
+ 
+-	connman_set_property(priv->manager, "OfflineMode", &value, NULL);
++	net_connman_set_property(priv->manager, "OfflineMode", &value, NULL);
+ }
+ 
+ static gboolean network_disconnect(GtkTreeModel *model, GtkTreePath *path,
+@@ -398,7 +398,7 @@ static gboolean network_disconnect(GtkTreeModel *model, GtkTreePath *path,
+ 		return TRUE;
+ 
+ 	if (type == CONNMAN_TYPE_WIFI)
+-		connman_disconnect(proxy, NULL);
++		net_connman_disconnect(proxy, NULL);
+ 
+ 	g_object_unref(proxy);
+ 
+@@ -422,13 +422,13 @@ void connman_client_connect(ConnmanClient *client, const gchar *network)
+ 	if (proxy == NULL)
+ 		return;
+ 
+-	connman_connect(proxy, NULL);
++	net_connman_connect(proxy, NULL);
+ 
+ 	g_object_unref(proxy);
+ }
+ 
+ void connman_client_connect_async(ConnmanClient *client, const gchar *network,
+-		connman_connect_reply callback, gpointer userdata)
++		net_connman_connect_reply callback, gpointer userdata)
+ {
+ 	ConnmanClientPrivate *priv = CONNMAN_CLIENT_GET_PRIVATE(client);
+ 	DBusGProxy *proxy;
+@@ -446,7 +446,7 @@ void connman_client_connect_async(ConnmanClient *client, const gchar *network,
+ 	if (proxy == NULL)
+ 		goto done;
+ 
+-	connman_connect_async(proxy, callback, userdata);
++	net_connman_connect_async(proxy, callback, userdata);
+ 
+ done:
+ 	return;
+@@ -476,7 +476,7 @@ void connman_client_disconnect(ConnmanClient *client, const gchar *network)
+ 	if (proxy == NULL)
+ 		return;
+ 
+-	connman_disconnect(proxy, NULL);
++	net_connman_disconnect(proxy, NULL);
+ 
+ 	g_object_unref(proxy);
+ }
+@@ -532,7 +532,7 @@ void connman_client_remove(ConnmanClient *client, const gchar *network)
+ 	if (proxy == NULL)
+ 		return;
+ 
+-	connman_remove(proxy, NULL);
++	net_connman_remove(proxy, NULL);
+ 
+ 	g_object_unref(proxy);
+ }
+diff --git a/common/connman-client.h b/common/connman-client.h
+index 9e2e6d5..98241de 100644
+--- a/common/connman-client.h
++++ b/common/connman-client.h
+@@ -70,13 +70,13 @@ void connman_client_set_powered(ConnmanClient *client, const gchar *device,
+ gboolean connman_client_set_ipv4(ConnmanClient *client, const gchar *device,
+ 				struct ipv4_config *ipv4_config);
+ void connman_client_scan(ConnmanClient *client, const gchar *device,
+-							connman_scan_reply callback, gpointer user_data);
++							net_connman_scan_reply callback, gpointer user_data);
+ 
+ void connman_client_connect(ConnmanClient *client, const gchar *network);
+ void connman_client_disconnect(ConnmanClient *client, const gchar *network);
+ gchar *connman_client_get_security(ConnmanClient *client, const gchar *network);
+ void connman_client_connect_async(ConnmanClient *client, const gchar *network,
+-				connman_connect_reply callback, gpointer userdata);
++				net_connman_connect_reply callback, gpointer userdata);
+ void connman_client_set_remember(ConnmanClient *client, const gchar *network,
+ 							gboolean remember);
+ 
+diff --git a/common/connman-dbus.c b/common/connman-dbus.c
+index b82b3e1..543eb43 100644
+--- a/common/connman-dbus.c
++++ b/common/connman-dbus.c
+@@ -655,15 +655,15 @@ DBusGProxy *connman_dbus_create_manager(DBusGConnection *conn,
+ 
+ 	DBG("getting manager properties");
+ 
+-	connman_get_properties_async(proxy, manager_properties, store);
++	net_connman_get_properties_async(proxy, manager_properties, store);
+ 
+ 	DBG("getting technologies");
+ 
+-	connman_get_technologies_async(proxy, manager_technologies, store);
++	net_connman_get_technologies_async(proxy, manager_technologies, store);
+ 
+ 	DBG("getting services");
+ 
+-	connman_get_services_async(proxy, manager_services, store);
++	net_connman_get_services_async(proxy, manager_services, store);
+ 
+ 	return proxy;
+ }
+diff --git a/common/connman-dbus.xml b/common/connman-dbus.xml
+index 56b9582..0199d52 100644
+--- a/common/connman-dbus.xml
++++ b/common/connman-dbus.xml
+@@ -1,7 +1,7 @@
+ <?xml version="1.0" encoding="UTF-8" ?>
+ 
+ <node name="/">
+-  <interface name="connman">
++  <interface name="net.connman">
+     <method name="GetProperties">
+       <arg type="a{sv}" direction="out"/>
+     </method>
+-- 
+1.9.1
+
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
index 6688739..f5575d2 100644
--- a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
+++ b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb
@@ -11,9 +11,10 @@ DEPENDS = "gtk+ dbus-glib intltool-native"
 # 0.7 tag
 SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143"
 SRC_URI = "git://github.com/connectivity/connman-gnome.git \
-	   file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
-       file://null_check_for_ipv4_config.patch \
-	   file://images/* \
+           file://0001-Removed-icon-from-connman-gnome-about-applet.patch \
+           file://null_check_for_ipv4_config.patch \
+           file://images/* \
+           file://connman-gnome-fix-dbus-interface-name.patch \
           "
 
 S = "${WORKDIR}/git"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 5/5] upstream_tracking.inc: update entries for dbus
  2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
                   ` (3 preceding siblings ...)
  2014-11-24  7:49 ` [PATCH 4/5] connman-gnome: fix dbus interface name Chong Lu
@ 2014-11-24  7:49 ` Chong Lu
  2014-12-02  1:35 ` [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
  5 siblings, 0 replies; 8+ messages in thread
From: Chong Lu @ 2014-11-24  7:49 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 meta-yocto/conf/distro/include/upstream_tracking.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/distro/include/upstream_tracking.inc b/meta-yocto/conf/distro/include/upstream_tracking.inc
index 350326b..d2aba6f 100644
--- a/meta-yocto/conf/distro/include/upstream_tracking.inc
+++ b/meta-yocto/conf/distro/include/upstream_tracking.inc
@@ -46,7 +46,7 @@ RECIPE_UPSTREAM_VERSION_pn-cups = "1.6.2"
 RECIPE_UPSTREAM_DATE_pn-cups = "Mar 18, 2013"
 CHECK_DATE_pn-cups = "Jun 11, 2013"
 RECIPE_NO_UPDATE_REASON_pn-db= "API compatibility issue"
-RECIPE_NO_UPDATE_REASON_pn-dbus = "D-BUS 1.7.x is the development version, not stable."
+RECIPE_NO_UPDATE_REASON_pn-dbus = "D-BUS 1.9.x is the development version, not stable."
 RECIPE_NO_UPDATE_REASON_pn-docbook-sgml-dtd-3.1-native = "PRS Reports Incorrectly"
 RECIPE_NO_UPDATE_REASON_pn-docbook-sgml-dtd-4.1-native = "PRS Reports Incorrectly"
 RECIPE_NO_UPDATE_REASON_pn-docbook-sgml-dtd-4.5-native = "PRS Reports Incorrectly"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/5] Upgrade dbus and dbus-glib
  2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
                   ` (4 preceding siblings ...)
  2014-11-24  7:49 ` [PATCH 5/5] upstream_tracking.inc: update entries for dbus Chong Lu
@ 2014-12-02  1:35 ` Chong Lu
  2014-12-03 12:21   ` Burton, Ross
  5 siblings, 1 reply; 8+ messages in thread
From: Chong Lu @ 2014-12-02  1:35 UTC (permalink / raw)
  To: openembedded-core

ping

//Chong

On 11/24/2014 03:49 PM, Chong Lu wrote:
> The following changes since commit edaeb8940813b620090a0797ad3b6a076897512d:
>
>    bitbake: cooker.py: fix loginfo op being set to an invalid value (2014-11-12 17:04:50 +0000)
>
> are available in the git repository at:
>
>    git://git.pokylinux.org/poky-contrib chonglu/dbus
>    http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=chonglu/dbus
>
> Chong Lu (5):
>    dbus: Upgrade to 1.8.10
>    dbus-test: Upgrade to 1.8.10
>    dbus-glib: Upgrade to 0.102
>    connman-gnome: fix dbus interface name
>    upstream_tracking.inc: update entries for dbus
>
>   .../conf/distro/include/upstream_tracking.inc      |   2 +-
>   .../connman-gnome-fix-dbus-interface-name.patch    | 187 +++++++++++++++++++++
>   .../connman/connman-gnome_0.7.bb                   |   7 +-
>   .../obsolete_automake_macros.patch                 |  15 --
>   meta/recipes-core/dbus/dbus-glib.inc               |   1 -
>   .../no-examples.patch                              |   0
>   .../test-install-makefile.patch                    |  57 ++++---
>   meta/recipes-core/dbus/dbus-glib_0.100.2.bb        |   5 -
>   meta/recipes-core/dbus/dbus-glib_0.102.bb          |   5 +
>   .../{dbus-test_1.8.2.bb => dbus-test_1.8.10.bb}    |   0
>   meta/recipes-core/dbus/dbus_1.8.10.bb              |   4 +
>   meta/recipes-core/dbus/dbus_1.8.2.bb               |   4 -
>   12 files changed, 234 insertions(+), 53 deletions(-)
>   create mode 100644 meta/recipes-connectivity/connman/connman-gnome/connman-gnome-fix-dbus-interface-name.patch
>   delete mode 100644 meta/recipes-core/dbus/dbus-glib-0.100.2/obsolete_automake_macros.patch
>   rename meta/recipes-core/dbus/{dbus-glib-0.100.2 => dbus-glib}/no-examples.patch (100%)
>   rename meta/recipes-core/dbus/{dbus-glib-0.100.2 => dbus-glib}/test-install-makefile.patch (66%)
>   delete mode 100644 meta/recipes-core/dbus/dbus-glib_0.100.2.bb
>   create mode 100644 meta/recipes-core/dbus/dbus-glib_0.102.bb
>   rename meta/recipes-core/dbus/{dbus-test_1.8.2.bb => dbus-test_1.8.10.bb} (100%)
>   create mode 100644 meta/recipes-core/dbus/dbus_1.8.10.bb
>   delete mode 100644 meta/recipes-core/dbus/dbus_1.8.2.bb
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH 0/5] Upgrade dbus and dbus-glib
  2014-12-02  1:35 ` [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
@ 2014-12-03 12:21   ` Burton, Ross
  0 siblings, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2014-12-03 12:21 UTC (permalink / raw)
  To: Chong Lu; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 152 bytes --]

On 2 December 2014 at 01:35, Chong Lu <Chong.Lu@windriver.com> wrote:

> ping
>

This series is queued in MUT and should be merged today.

Ross

[-- Attachment #2: Type: text/html, Size: 540 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-12-03 12:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-24  7:49 [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
2014-11-24  7:49 ` [PATCH 1/5] dbus: Upgrade to 1.8.10 Chong Lu
2014-11-24  7:49 ` [PATCH 2/5] dbus-test: " Chong Lu
2014-11-24  7:49 ` [PATCH 3/5] dbus-glib: Upgrade to 0.102 Chong Lu
2014-11-24  7:49 ` [PATCH 4/5] connman-gnome: fix dbus interface name Chong Lu
2014-11-24  7:49 ` [PATCH 5/5] upstream_tracking.inc: update entries for dbus Chong Lu
2014-12-02  1:35 ` [PATCH 0/5] Upgrade dbus and dbus-glib Chong Lu
2014-12-03 12:21   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.