qconnman: add

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
Otavio Salvador
2011-12-08 20:28:20 +00:00
parent 47f43b95e8
commit c0cd58836f
3 changed files with 26 additions and 0 deletions
@@ -0,0 +1,5 @@
require qconnman.inc
RCONFLICTS = "qconnman"
inherit qt4e
+16
View File
@@ -0,0 +1,16 @@
DESCRIPTION = "ConnMan management interface done in Qt"
DEPENDS = "connman"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
inherit autotools
EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
PV = "0.0+gitr${SRCPV}"
SRCREV = "9bab120f426e41552c369b7030414c792dd25a91"
SRC_URI = "git://github.com/OSSystems/qconnman.git"
S = "${WORKDIR}/git/"
@@ -0,0 +1,5 @@
require qconnman.inc
RCONFLICTS = "qconnman-e"
inherit qt4x11