diff options
author | Jonathan Liu <net147@gmail.com> | 2015-07-01 19:05:31 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-02 12:25:02 +0200 |
commit | 0a010fa309ea91c484cf306bee8b50ccae7c0621 (patch) | |
tree | 20b650d061c22bc7acf85c6222508615bb894a37 | |
parent | 2066c0beab0ef8cb05b4d20370cc44f49e0fd89b (diff) | |
download | meta-qt5-0a010fa309ea91c484cf306bee8b50ccae7c0621.tar.gz |
libconnman-qt5: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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" | ||