Commit c432b1eb authored by Florent Revest's avatar Florent Revest

mce: Don't install /var/run which conflicts with another package since OE rocko

parent 280bc2e1
...@@ -19,6 +19,7 @@ DEPENDS += "glib-2.0 libdsme libiphb systemd dbus-glib dbus libngf pkgconfig-nat ...@@ -19,6 +19,7 @@ DEPENDS += "glib-2.0 libdsme libiphb systemd dbus-glib dbus libngf pkgconfig-nat
do_install() { do_install() {
oe_runmake install DESTDIR=${D} oe_runmake install DESTDIR=${D}
cp ../mce.service ${D}/lib/systemd/system/mce.service cp ../mce.service ${D}/lib/systemd/system/mce.service
rm -r ${D}/var/run/
} }
FILES_${PN} += " /run/mce /lib/systemd/system " FILES_${PN} += " /run/mce /lib/systemd/system "
......
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