Commit eaf01824 authored by Florent Revest's avatar Florent Revest

dsme: Bump SRCREV and update systemd service according to the new command line format

parent e2de5da2
......@@ -14,7 +14,7 @@ Environment=BOOTSTATE=USER
Environment=DSME_SOCKFILE=/run/dsme.socket
EnvironmentFile=-/run/systemd/boot-status/bootstate
EnvironmentFile=-/var/lib/environment/dsme/*.conf
ExecStart=/usr/sbin/dsme -v 4 -p /usr/lib/dsme/startup.so --systemd
ExecStart=/usr/sbin/dsme -- -v 4 -p /usr/lib/dsme/startup.so --systemd
Restart=always
RestartSec=1
StartLimitInterval=600
......
......@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SRC_URI = "git://git.merproject.org/mer-core/dsme.git;protocol=https \
file://dsme.service"
SRCREV = "0d43f45e5990f9658aa8d63c57213093d683ca71"
SRCREV = "7124900a8673926446cbef4a75ea206275fbcb28"
PR = "r1"
PV = "+git${SRCPV}"
S = "${WORKDIR}/git"
......@@ -35,7 +35,6 @@ do_install_append() {
ln -s ../dsme.service ${D}/lib/systemd/system/multi-user.target.wants/dsme.service
install -d ${D}/var/lib/dsme
[ ! -f ${D}/var/lib/dsme/alarm_queue_status ] && echo 0 > ${D}/var/lib/dsme/alarm_queue_status
rm ${D}/usr/lib/dsme/libstartup.so
}
FILES_${PN} += "/lib/systemd/"
......
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