Require distro feature xattr for kfilemetadata

Summary:
Extended attributes for the FS are enabled on a distro feature level in Yocto
This check makes Yocto fail in the beginning of a build with an appropriate message

Reviewers: #kde_yocto, vkrause

Reviewed By: #kde_yocto, vkrause

Differential Revision: https://phabricator.kde.org/D19031
This commit is contained in:
Hannah Kiekens
2019-02-15 13:48:31 +01:00
committed by Volker Krause
parent dc122a17f1
commit 62f5ace549

View File

@@ -11,6 +11,9 @@ S = "${WORKDIR}/git"
inherit cmake_kf5
inherit ki18n
inherit distro_features_check
REQUIRED_DISTRO_FEATURES += "xattr"
FILES_${PN} += " \
${libdir}/plugins/kf5/kfilemetadata/*.so \