Commit 77185ea1 authored by Florent Revest's avatar Florent Revest

sensorfw: fix unparsed line because of a comment

parent abf84210
...@@ -15,7 +15,8 @@ do_configure_prepend() { ...@@ -15,7 +15,8 @@ do_configure_prepend() {
sed -i '/include( doc\/doc.pri )/d' ../git/sensorfw.pro sed -i '/include( doc\/doc.pri )/d' ../git/sensorfw.pro
} }
DEPENDS += "qtbase libhybris" # libhybris is needed on android platforms # libhybris is needed on android platforms
DEPENDS += "qtbase libhybris"
FILES_${PN} += "/usr/lib/sensord-qt5/*.so /usr/lib/sensord-qt5/testing/*.so" FILES_${PN} += "/usr/lib/sensord-qt5/*.so /usr/lib/sensord-qt5/testing/*.so"
FILES_${PN}-dbg += "/usr/share/sensorfw-tests/ /usr/lib/sensord-qt5/.debug/ /usr/lib/sensord-qt5/testing/.debug/" FILES_${PN}-dbg += "/usr/share/sensorfw-tests/ /usr/lib/sensord-qt5/.debug/ /usr/lib/sensord-qt5/testing/.debug/"
......
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