Commit 99140988 authored by Florent Revest's avatar Florent Revest

qmsystem: disables tests compilation

parent 9e751d23
......@@ -12,6 +12,11 @@ S = "${WORKDIR}/git"
inherit qmake5
B = "${S}"
# Disable tests which don't work as expected
do_configure_append () {
sed -i "s@system keyd tests@system keyd@" libqmsystem2.pro
}
DEPENDS += "timed sensorfw libdsme libiphb"
FILES_${PN}-dbg += "/opt /usr/share/qmsystem-qt5-tests/"
......
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