[oe-commits] Otavio Salvador : qconnman: add

git at git.openembedded.org git at git.openembedded.org
Fri Dec 9 13:39:30 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: c0cd58836f13b03940a5372815b29378cb7f543e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=c0cd58836f13b03940a5372815b29378cb7f543e

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu Dec  8 20:28:20 2011 +0000

qconnman: add

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>

---

 meta-oe/recipes-qt/qconnman/qconnman-e_git.bb |    5 +++++
 meta-oe/recipes-qt/qconnman/qconnman.inc      |   16 ++++++++++++++++
 meta-oe/recipes-qt/qconnman/qconnman_git.bb   |    5 +++++
 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 0000000..4f7e891
--- /dev/null
+++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb
@@ -0,0 +1,5 @@
+require qconnman.inc
+
+RCONFLICTS = "qconnman"
+
+inherit qt4e
diff --git a/meta-oe/recipes-qt/qconnman/qconnman.inc b/meta-oe/recipes-qt/qconnman/qconnman.inc
new file mode 100644
index 0000000..ee27ae3
--- /dev/null
+++ b/meta-oe/recipes-qt/qconnman/qconnman.inc
@@ -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/"
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 0000000..fb14baa
--- /dev/null
+++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb
@@ -0,0 +1,5 @@
+require qconnman.inc
+
+RCONFLICTS = "qconnman-e"
+
+inherit qt4x11





More information about the Openembedded-commits mailing list