mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-05-01 06:32:12 +02:00
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:
committed by
Volker Krause
parent
dc122a17f1
commit
62f5ace549
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user