Commit a0ae20ff authored by Florent Revest's avatar Florent Revest

timed: run as root instead of 'nemo' user

parent 592f6a16
......@@ -17,6 +17,7 @@ B = "${S}"
do_configure_prepend() {
mkdir -p src/h/timed-qt5/
cp src/lib/qmacro.h src/h/timed-qt5/qmacro.h
sed -i "s@<policy user=\"nemo\">@<policy user=\"root\">@" src/server/timed-qt5.conf src/server/timed.conf tests/ut_networktime/fakeofono/org.fakeofono.conf
}
DEPENDS += "pcre systemd tzdata libiodata-native libiodata statefs-qt qtbase"
......
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