summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman-gnome_0.5.bb
blob: 93aac2182a9d0b192c7c7f98e4f7c6a9538228fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DESCRIPTION = "gtk frontend for connman"
HOMEPAGE = "http://connman.net/"
SECTION = "libs/network"
LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
                    file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \
                    file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a"

DEPENDS = "gtk+ dbus"

PR = "r9"

SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5"
SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \
           file://0001-Monitor-the-Manager-s-State-property.patch \
           file://0002-Update-for-ConnMan-0.79-API-changes.patch \
           file://0003-Fix-setting-IPv4-configuration.patch \
           file://0004-Handle-WiFi-authentication-using-an-agent.patch \
           file://0005-Remove-all-handling-of-Passphrase-property.patch \
           file://0006-Fix-status-descriptions-in-properties-tree.patch"

S = "${WORKDIR}/git"

inherit autotools gtk-icon-cache

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 \
                     connman-plugin-ofono \
                    "