blob: 7dd3d7b63880a7f67ec758788c64f739b348a43b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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 mutter-moblin librest libnotify mobile-broadband-provider-info"
RDEPENDS = "connman gconnman"
S = "${WORKDIR}/git"
FILES_${PN} += "${datadir}/icons/hicolor"
inherit autotools_stage
do_configure_prepend () {
mkdir -p ${S}/build/autotools
}
|