aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qconnman/qconnman.inc
blob: 44ad9a1d1d8e626c16a96404d78380c34ea574ec (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"

S = "${WORKDIR}/git/"