Commit e2f87587 authored by Florent Revest's avatar Florent Revest

sensorfw: update repository to merproject and a newer SRCREV which fixes build with GCC 6

parent 7ae1220d
SUMMARY = "Nemomobile's sensorfw"
HOMEPAGE = "https://github.com/mer-packages/sensorfw"
HOMEPAGE = "https://git.merproject.org/mer-core/sensorfw"
LICENSE = "LGPL-2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "git://github.com/mer-packages/sensorfw.git;protocol=https"
SRCREV = "5b478b6baccf5ea20abb6a88afaf85526dde5d7a"
SRC_URI = "git://git.merproject.org/mer-core/sensorfw.git;protocol=https"
SRCREV = "6e5acd56944faca5e01161a2e444023f5600c299"
PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
......@@ -23,6 +23,6 @@ do_install_append() {
DEPENDS += "qtbase"
FILES_${PN} += "/usr/lib/sensord-qt5/*.so /usr/lib/sensord-qt5/testing/*.so"
FILES_${PN} += "/usr/lib/sensord-qt5/*.so /usr/lib/sensord-qt5/testing/*.so /lib/systemd/system/sensorfwd.service"
FILES_${PN}-dbg += "/usr/share/sensorfw-tests/ /usr/lib/sensord-qt5/.debug/ /usr/lib/sensord-qt5/testing/.debug/"
FILES_${PN}-dev += "/usr/share/qt5/mkspecs/"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment