blob: 28f8c51a002f3bde4da90b91990285637592f1d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCIPTION = "Connection Management Panel Applet"
SRC_URI = "git://git.moblin.org/${PN}-ng.git;protocol=git"
LICENSE = "GPLv2"
PV = "0.0+git${SRCPV}"
PR = "r1"
DEPENDS = "gconnman nbtk"
RDEPENDS = "connman gconnman"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/icons/hicolor"
inherit autotools_stage
|