Commit 5d279ac5 authored by Florent Revest's avatar Florent Revest

dsme: Disable an unused module that would only spam logs when booting

parent 83011989
......@@ -15,7 +15,7 @@ inherit autotools pkgconfig
B = "${WORKDIR}/git"
# Poweron-timer needs libcal but I can't find it
EXTRA_OECONF= " --disable-poweron-timer --disable-upstart --enable-systemd --enable-runlevel --enable-pwrkeymonitor --disable-static --includedir=${STAGING_INCDIR} --oldincludedir=${STAGING_INCDIR}"
EXTRA_OECONF= " --disable-poweron-timer --disable-upstart --enable-systemd --enable-runlevel --enable-pwrkeymonitor --disable-validatorlistener --disable-static --includedir=${STAGING_INCDIR} --oldincludedir=${STAGING_INCDIR}"
do_configure_prepend() {
sed -i "s@<policy user=\"root\">@<policy user=\"ceres\">@" dsme/dsme.conf
......
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