diff options
Diffstat (limited to 'meta-oe/recipes-qt/qconnman/qconnman.inc')
-rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc new file mode 100644 index 000000000..ee27ae38d --- /dev/null +++ b/meta-oe/recipes-qt/qconnman/qconnman.inc | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "ConnMan management interface done in Qt" | ||
2 | DEPENDS = "connman" | ||
3 | |||
4 | LICENSE = "LGPLv2.1" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
6 | |||
7 | inherit autotools | ||
8 | |||
9 | EXTRA_QMAKEVARS_PRE += "PREFIX=/usr" | ||
10 | EXTRA_OEMAKE += "INSTALL_ROOT=${D}" | ||
11 | |||
12 | PV = "0.0+gitr${SRCPV}" | ||
13 | SRCREV = "9bab120f426e41552c369b7030414c792dd25a91" | ||
14 | SRC_URI = "git://github.com/OSSystems/qconnman.git" | ||
15 | |||
16 | S = "${WORKDIR}/git/" | ||