mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-17 00:08:08 +00:00
qconnman: add
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
47f43b95e8
commit
c0cd58836f
5
meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
Normal file
5
meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
require qconnman.inc
|
||||||
|
|
||||||
|
RCONFLICTS = "qconnman"
|
||||||
|
|
||||||
|
inherit qt4e
|
||||||
16
meta-oe/recipes-qt/qconnman/qconnman.inc
Normal file
16
meta-oe/recipes-qt/qconnman/qconnman.inc
Normal 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/"
|
||||||
5
meta-oe/recipes-qt/qconnman/qconnman_git.bb
Normal file
5
meta-oe/recipes-qt/qconnman/qconnman_git.bb
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
require qconnman.inc
|
||||||
|
|
||||||
|
RCONFLICTS = "qconnman-e"
|
||||||
|
|
||||||
|
inherit qt4x11
|
||||||
Loading…
x
Reference in New Issue
Block a user