diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-08 20:28:20 +0000 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-09 12:24:35 +0000 |
| commit | c0cd58836f13b03940a5372815b29378cb7f543e (patch) | |
| tree | 27d7ee7f47e61b2d6182e632fca2d18e631d091d | |
| parent | 47f43b95e8191810a0dffdd133881e169262e7cd (diff) | |
| download | meta-openembedded-c0cd58836f13b03940a5372815b29378cb7f543e.tar.gz | |
qconnman: add
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
| -rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | 5 | ||||
| -rw-r--r-- | meta-oe/recipes-qt/qconnman/qconnman.inc | 16 | ||||
| -rw-r--r-- | 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 0000000000..4f7e891f6d --- /dev/null +++ b/meta-oe/recipes-qt/qconnman/qconnman-e_git.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require qconnman.inc | ||
| 2 | |||
| 3 | RCONFLICTS = "qconnman" | ||
| 4 | |||
| 5 | 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 0000000000..ee27ae38db --- /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/" | ||
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 0000000000..fb14baae9d --- /dev/null +++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require qconnman.inc | ||
| 2 | |||
| 3 | RCONFLICTS = "qconnman-e" | ||
| 4 | |||
| 5 | inherit qt4x11 | ||
