Commit a885179c authored by Florent Revest's avatar Florent Revest

nemo-qml-plugin-alarms: Bump SRCREV and adapt QML import path to the new Nemo.Abc norm

parent eb4eb468
SUMMARY = "QML Plugin for alarms on Nemo"
HOMEPAGE = "https://github.com/nemomobile/nemo-qml-plugin-alarms"
HOMEPAGE = "https://git.merproject.org/mer-core/nemo-qml-plugin-alarms"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://src/plugin.cpp;beginline=1;endline=31;md5=51d0e64178c105c6066f6731ee6f40b6"
SRC_URI = "git://github.com/nemomobile/nemo-qml-plugin-alarms;protocol=https"
SRCREV = "c501f5480f896e3a3b4eb8c1f57cad08f71a242b"
SRC_URI = "git://git.merproject.org/mer-core/nemo-qml-plugin-alarms.git;protocol=https"
SRCREV = "db221daac03b86acf6ba444b29ab3a462e4d7912"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
......@@ -12,5 +12,5 @@ inherit qmake5
DEPENDS += "qtdeclarative timed"
FILES_${PN}-dbg += "/opt /usr/lib/qml/org/nemomobile/alarms/.debug"
FILES_${PN} += "/usr/lib/qml/org/nemomobile/alarms/"
FILES_${PN}-dbg += "/opt /usr/lib/qml/Nemo/Alarms/.debug"
FILES_${PN} += "/usr/lib/qml/Nemo/Alarms/"
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