mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-04 05:04:36 +02:00
libconnman-qt5: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
2066c0beab
commit
0a010fa309
17
recipes-qt/libconnman-qt/libconnman-qt5_git.bb
Normal file
17
recipes-qt/libconnman-qt/libconnman-qt5_git.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
require recipes-qt/qt5/qt5.inc
|
||||
|
||||
SUMMARY = "Qt Library for ConnMan"
|
||||
HOMEPAGE = "https://github.com/nemomobile/libconnman-qt"
|
||||
LICENSE = "Apache-2.0"
|
||||
LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88"
|
||||
DEPENDS += "qtbase qtdeclarative"
|
||||
PV = "1.0.89+git${SRCPV}"
|
||||
|
||||
SRCREV = "79a8d10479ba55951ffa375a66797eedff230dd3"
|
||||
SRC_URI = "git://github.com/nemomobile/libconnman-qt.git"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit pkgconfig
|
||||
|
||||
RDEPENDS_${PN} += "connman"
|
||||
Reference in New Issue
Block a user