aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qconnman/qconnman.inc
blob: 280a002c1b1b902bca8ee041a78cdca49a22450b (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 = "r1"

inherit autotools

PV = "0.0+gitr${SRCPV}"
SRCREV = "9bab120f426e41552c369b7030414c792dd25a91"
SRC_URI = "git://github.com/OSSystems/qconnman.git"

S = "${WORKDIR}/git/"