Build with the stricter QA checks of latest Yocto

This commit is contained in:
Volker Krause
2017-12-29 18:48:07 +01:00
parent b970bb0633
commit 6160fd304e
2 changed files with 15 additions and 2 deletions

View File

@@ -12,3 +12,9 @@ S = "${WORKDIR}/git"
inherit cmake_kf5
inherit gettext
inherit python3native
FILES_${PN}-dev += " \
${bindir}/preparetips5 \
"
RDEPENDS_${PN}-dev += "perl"