Commit a80e067e authored by Florent Revest's avatar Florent Revest

Tut is only a depency of cor-dbg and qtaround-dbg, not cor and qtaround

parent 20daa617
......@@ -11,7 +11,8 @@ S = "${WORKDIR}/git"
inherit cmake
DEPENDS+=" tut udev "
DEPENDS += "udev"
DEPENDS_${PN}-dbg += "tut"
EXTRA_OECMAKE=" -DVERSION=0.1.17"
FILES_${PN}-dbg += "/opt /usr/lib/cmake/cor"
......@@ -9,7 +9,8 @@ PR = "r1"
PV = "+git${SRCREV}"
S = "${WORKDIR}/git"
DEPENDS += " qtbase tut cor "
DEPENDS += "qtbase cor"
DEPENDS_${PN}-dbg += "tut"
inherit cmake_qt5
EXTRA_OECMAKE=" -DVERSION=0.2.6 -DOE_QMAKE_PATH_EXTERNAL_HOST_BINS=${STAGING_DIR_NATIVE}/usr/bin/qt5/"
......
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