aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt/qconnman/qconnman.inc
blob: f26274ba8ff31bdde26f63fbc76ec3c3de402fff (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 = "f976b18c7c5584627224784801803e9fd3ebe0ff"
SRC_URI = "git://github.com/OSSystems/qconnman-ui.git"

S = "${WORKDIR}/git/"