Commit 07bb5469 authored by Florent Revest's avatar Florent Revest

buteo-mtp: disable niceness setting which is not allowed

parent a791aa1b
...@@ -15,6 +15,7 @@ do_configure_prepend() { ...@@ -15,6 +15,7 @@ do_configure_prepend() {
sed -i "s@contextkit-statefs@contextkit-statefs contextsubscriber-1.0@" ${S}/mts/common.pri sed -i "s@contextkit-statefs@contextkit-statefs contextsubscriber-1.0@" ${S}/mts/common.pri
sed -i "s@buteosyncfw5@buteosyncfw5 contextsubscriber-1.0@" ${S}/service/service.pro sed -i "s@buteosyncfw5@buteosyncfw5 contextsubscriber-1.0@" ${S}/service/service.pro
sed -i "s@/bin/bash@/bin/sh@" ${S}/service/start-mtp.sh sed -i "s@/bin/bash@/bin/sh@" ${S}/service/start-mtp.sh
sed -i "/Nice=-10/d" ${S}/init/systemd/buteo-mtp.service
} }
DEPENDS += "buteo-syncfw statefs-qt libqtsparql" DEPENDS += "buteo-syncfw statefs-qt libqtsparql"
......
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