summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/carrick/carrick_git.bb
blob: 3021b558e0f7b2600c4c29a7a13219ad8f768dbf (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"
RDEPENDS = "connman gconnman"

S = "${WORKDIR}/git"

FILES_${PN} += "${datadir}/icons/hicolor"

inherit autotools_stage

do_configure_prepend () {
	mkdir -p ${S}/build/autotools
}