blob: 4f8d6e61f2f03868eba0b00344fbd72862680d10 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
DESCRIPTION = "gtk frontend for connman"
HOMEPAGE = "http://www.moblin.org/projects/projects_connman.php"
SECTION = "libs/network"
LICENSE = "GPL"
DEPENDS = "gtk+ dbus"
PR = "r7"
RRECOMMENDS_${PN} = "connman connman-plugin-ethernet connman-plugin-loopback connman-plugin-udhcp connman-plugin-wifi"
SRC_URI = "http://www.kernel.org/pub/linux/network/connman/connman-gnome-${PV}.tar.gz \
file://phrase-lenght.diff;patch=1 \
file://connman-applet.desktop"
inherit autotools gtk-icon-cache
do_install_append() {
install -d ${D}${datadir}/applications/
install ${WORKDIR}/connman-applet.desktop ${D}${datadir}/applications/
}
|