diff options
author | Chong Lu <Chong.Lu@windriver.com> | 2014-11-24 14:09:52 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-03 12:23:57 +0000 |
commit | 49329f417ec3f37e2a092081f730d66b6f4d7421 (patch) | |
tree | c6ea7b971befce8fd18b1b100eb96f80b194b95e /meta/recipes-connectivity/connman/connman-gnome_0.7.bb | |
parent | 1654f385da498678d50e6c353417c7e14fe6afc7 (diff) | |
download | poky-49329f417ec3f37e2a092081f730d66b6f4d7421.tar.gz |
connman-gnome: fix dbus interface name
This patch resolves following error:
"connman-dbus.xml": "connman" is not a valid D-Bus interface name
(From OE-Core rev: 964bcac02bb182340e44dc8a07b5d308f0a4a719)
Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome_0.7.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.7.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.7.bb b/meta/recipes-connectivity/connman/connman-gnome_0.7.bb index 6688739766..f5575d2938 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" | |||
11 | # 0.7 tag | 11 | # 0.7 tag |
12 | SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143" | 12 | SRCREV = "cf3c325b23dae843c5499a113591cfbc98acb143" |
13 | SRC_URI = "git://github.com/connectivity/connman-gnome.git \ | 13 | SRC_URI = "git://github.com/connectivity/connman-gnome.git \ |
14 | file://0001-Removed-icon-from-connman-gnome-about-applet.patch \ | 14 | file://0001-Removed-icon-from-connman-gnome-about-applet.patch \ |
15 | file://null_check_for_ipv4_config.patch \ | 15 | file://null_check_for_ipv4_config.patch \ |
16 | file://images/* \ | 16 | file://images/* \ |
17 | file://connman-gnome-fix-dbus-interface-name.patch \ | ||
17 | " | 18 | " |
18 | 19 | ||
19 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |