summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/carrick/carrick_git.bb
blob: 10b402c81956a9e1819508b333ad314d51ec56a3 (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 = "nbtk mutter-moblin librest libnotify mobile-broadband-provider-info"
RDEPENDS = "connman"

S = "${WORKDIR}/git"

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

inherit autotools_stage

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