diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-10 13:59:44 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-05 13:43:11 +0200 |
| commit | 20e3c35f9ce30dcd25fac773d2b63f43ac8668a1 (patch) | |
| tree | 4733153be71046c38a9a990c3231a5edbc0a8222 /recipes-qt | |
| parent | 37a165badb89c4908cfbb535c784586481949a26 (diff) | |
| download | meta-qt5-20e3c35f9ce30dcd25fac773d2b63f43ac8668a1.tar.gz | |
libconnman-qt5: move to recipes-connectivity and don't use MeeGo as prefix
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt')
| -rw-r--r-- | recipes-qt/libconnman-qt/libconnman-qt5_git.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb b/recipes-qt/libconnman-qt/libconnman-qt5_git.bb deleted file mode 100644 index fe86eb56..00000000 --- a/recipes-qt/libconnman-qt/libconnman-qt5_git.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | require recipes-qt/qt5/qt5.inc | ||
| 2 | |||
| 3 | SUMMARY = "Qt Library for ConnMan" | ||
| 4 | HOMEPAGE = "https://git.merproject.org/mer-core/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.98+git${SRCPV}" | ||
| 9 | |||
| 10 | SRCREV = "8d4580a55ca02b84fc3db374c6530e39c94e0d92" | ||
| 11 | SRC_URI = "git://git.merproject.org/mer-core/libconnman-qt.git;protocol=https" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit pkgconfig | ||
| 16 | |||
| 17 | RDEPENDS_${PN} += "connman" | ||
| 18 | |||
| 19 | do_install_append() { | ||
| 20 | if ls ${D}${libdir}/pkgconfig/connman-qt5.pc >/dev/null 2>/dev/null; then | ||
| 21 | sed -i "s@-L${STAGING_LIBDIR}@-L\${libdir}@g" ${D}${libdir}/pkgconfig/connman-qt5.pc | ||
| 22 | fi | ||
| 23 | } | ||
