diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2010-08-26 13:37:52 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 15:46:55 +0100 |
commit | ca4a58a4eb66e6e08f358de7f8869a35389ee605 (patch) | |
tree | 915bdde88c353517b1763907ca41c02745635bc2 /meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |
parent | f6917ad47b0425f9ccb3965aa9220ed3ba0e49ec (diff) | |
download | poky-ca4a58a4eb66e6e08f358de7f8869a35389ee605.tar.gz |
connman: Use connman as default network management tool
Upgrade connman to version 0.56
Modify connman-gnome to match the recent version of connman
Deprecate networkmanager
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman-gnome_0.5.bb')
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb new file mode 100644 index 0000000000..6958ee57bb --- /dev/null +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | DESCRIPTION = "gtk frontend for connman" | ||
2 | HOMEPAGE = "http://connman.net/" | ||
3 | SECTION = "libs/network" | ||
4 | LICENSE = "GPLv2 & LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ | ||
7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" | ||
8 | DEPENDS = "gtk+ dbus" | ||
9 | PR = "r0" | ||
10 | |||
11 | RRECOMMENDS_${PN} = "python python-dbus connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi connman-plugin-fake connman-plugin-bluetooth connman-plugin-dnsproxy" | ||
12 | |||
13 | SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \ | ||
14 | file://connman-gnome.patch \ | ||
15 | file://connman-applet.desktop" | ||
16 | |||
17 | inherit autotools gtk-icon-cache | ||
18 | |||
19 | do_install_append() { | ||
20 | install -d ${D}${datadir}/applications/ | ||
21 | install ${WORKDIR}/connman-applet.desktop ${D}${datadir}/applications/ | ||
22 | } | ||