diff options
-rw-r--r-- | recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb new file mode 100644 index 00000000..0ca57e26 --- /dev/null +++ b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | require recipes-qt/qt5/qt5.inc | ||
2 | |||
3 | SUMMARY = "Qt Library for ConnMan" | ||
4 | HOMEPAGE = "https://github.com/nemomobile/libconnman-qt" | ||
5 | LICENSE = "Apache-2.0" | ||
6 | LIC_FILES_CHKSUM = "file://libconnman-qt/clockmodel.h;endline=8;md5=ea9f724050803f15d2d900ce3c5dac88" | ||
7 | DEPENDS += "qtbase qtdeclarative" | ||
8 | PV = "1.0.89+git${SRCPV}" | ||
9 | |||
10 | SRCREV = "79a8d10479ba55951ffa375a66797eedff230dd3" | ||
11 | SRC_URI = "git://github.com/nemomobile/libconnman-qt.git" | ||
12 | |||
13 | S = "${WORKDIR}/git" | ||
14 | |||
15 | inherit pkgconfig | ||
16 | |||
17 | RDEPENDS_${PN} += "connman" | ||