Commit 23cd9f5c authored by Florent Revest's avatar Florent Revest

dsme: fixes installation

parent 65fede92
...@@ -34,6 +34,8 @@ do_install_append() { ...@@ -34,6 +34,8 @@ do_install_append() {
ln -s ../dsme.service ${D}/lib/systemd/system/multi-user.target.wants/dsme.service ln -s ../dsme.service ${D}/lib/systemd/system/multi-user.target.wants/dsme.service
install -d ${D}/var/lib/dsme install -d ${D}/var/lib/dsme
[ ! -f ${D}/var/lib/dsme/alarm_queue_status ] && echo 0 > ${D}/var/lib/dsme/alarm_queue_status [ ! -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/"
FILES_${PN}-dbg += "/opt" FILES_${PN}-dbg += "/opt"
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