summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qconnman/qconnman.inc
blob: 96f08dd9a8cb9442ef811e6473e40c678267a00e (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.git"

S = "${WORKDIR}/git/"