aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/connman/connman-gnome_git.bb
blob: db99ac234629184dcb1e1b8d7a7e18bc064e0311 (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
DESCRIPTION = "gtk frontend for connman"
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SECTION = "libs/network"
LICENSE = "GPL"
DEPENDS = "gtk+ dbus"

RRECOMMENDS_${PN} = "connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi"

PV = "0.5+gitr${SRCPV}"
PE = "1"

DEFAULT_PREFERENCE = "-1"

SRCREV = "0059a16915d65880e3f9892a8f0a25f65968260e"
SRC_URI = "\
  git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \
  file://connman-applet.desktop"

S = "${WORKDIR}/git"


inherit autotools gtk-icon-cache

do_install_append() {
	install -d ${D}${datadir}/applications/
	install ${WORKDIR}/connman-applet.desktop ${D}${datadir}/applications/
}