aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qconnman/qconnman.inc
blob: 664f2a02fd40561b0220e95515b8ffe1b892b443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "ConnMan management interface done in Qt"
DEPENDS = "connman"

LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

PR = "r2"

inherit autotools

PV = "0.0+gitr${SRCPV}"
SRCREV = "f976b18c7c5584627224784801803e9fd3ebe0ff"
SRC_URI = "git://github.com/OSSystems/qconnman-ui.git;branch=stable"

S = "${WORKDIR}/git/"