From patchwork Fri Dec 9 12:04:49 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe,1/2] qconnman: add Date: Fri, 09 Dec 2011 12:04:49 -0000 From: Otavio Salvador X-Patchwork-Id: 16563 Message-Id: <9641b1aa618783af7dd82f10d4c1a6ae4d693d15.1323432272.git.otavio@ossystems.com.br> To: openembedded-devel@lists.openembedded.org Signed-off-by: Otavio Salvador --- meta-oe/recipes-qt/qconnman/qconnman_git.bb | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-qt/qconnman/qconnman_git.bb 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..51b458b --- /dev/null +++ b/meta-oe/recipes-qt/qconnman/qconnman_git.bb @@ -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 qt4x11 + +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/"