summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-qt
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-12-08 20:28:20 +0000
committerOtavio Salvador <otavio@ossystems.com.br>2011-12-09 12:24:35 +0000
commitc0cd58836f13b03940a5372815b29378cb7f543e (patch)
tree27d7ee7f47e61b2d6182e632fca2d18e631d091d /meta-oe/recipes-qt
parent47f43b95e8191810a0dffdd133881e169262e7cd (diff)
downloadmeta-openembedded-c0cd58836f13b03940a5372815b29378cb7f543e.tar.gz
qconnman: add
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'meta-oe/recipes-qt')
-rw-r--r--meta-oe/recipes-qt/qconnman/qconnman-e_git.bb5
-rw-r--r--meta-oe/recipes-qt/qconnman/qconnman.inc16
-rw-r--r--meta-oe/recipes-qt/qconnman/qconnman_git.bb5
3 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
new file mode 100644
index 000000000..4f7e891f6
--- /dev/null
+++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
@@ -0,0 +1,5 @@
1require qconnman.inc
2
3RCONFLICTS = "qconnman"
4
5inherit qt4e
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 @@
1DESCRIPTION = "ConnMan management interface done in Qt"
2DEPENDS = "connman"
3
4LICENSE = "LGPLv2.1"
5LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
6
7inherit autotools
8
9EXTRA_QMAKEVARS_PRE += "PREFIX=/usr"
10EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
11
12PV = "0.0+gitr${SRCPV}"
13SRCREV = "9bab120f426e41552c369b7030414c792dd25a91"
14SRC_URI = "git://github.com/OSSystems/qconnman.git"
15
16S = "${WORKDIR}/git/"
diff --git a/meta-oe/recipes-qt/qconnman/qconnman_git.bb b/meta-oe/recipes-qt/qconnman/qconnman_git.bb
new file mode 100644
index 000000000..fb14baae9
--- /dev/null
+++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb
@@ -0,0 +1,5 @@
1require qconnman.inc
2
3RCONFLICTS = "qconnman-e"
4
5inherit qt4x11