[OE-core] [PATCH] connman-gtk: add initial version

Maxin B. John maxin.john at intel.com
Mon Mar 5 09:39:31 UTC 2018


Add initial version of connman-gtk recipe.

connman-gtk support most of the connman features (eg: setup/configure
DNS and proxy) with minimal dependencies.

To test this application, add the following line in local.conf file
and build image:

NETWORK_MANAGER="connman-gtk"

[YOCTO #8606]
[YOCTO #5874]

Signed-off-by: Maxin B. John <maxin.john at intel.com>
---
 meta/recipes-connectivity/connman/connman-gtk_1.1.1.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 meta/recipes-connectivity/connman/connman-gtk_1.1.1.bb

diff --git a/meta/recipes-connectivity/connman/connman-gtk_1.1.1.bb b/meta/recipes-connectivity/connman/connman-gtk_1.1.1.bb
new file mode 100644
index 0000000..88172f8
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman-gtk_1.1.1.bb
@@ -0,0 +1,18 @@
+SUMMARY = "GTK GUI for ConnMan"
+HOMEPAGE = "https://github.com/jgke/connman-gtk"
+SECTION = "libs/network"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS = "gtk+3 dbus-glib intltool-native glib-2.0-native"
+RDEPENDS_${PN} = "connman"
+
+SRCREV = "6e997bb771f19c65670ac1099e21ee3e3497f4d8"
+SRC_URI = "git://github.com/jgke/connman-gtk.git \
+          "
+S = "${WORKDIR}/git"
+
+inherit autotools-brokensep gsettings pkgconfig distro_features_check
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
+
+FILES_${PN} += "${datadir}/glib-2.0"
-- 
2.4.0




More information about the Openembedded-core mailing list