Summary:
While we are renaming it let's also tidy up the bb file.
Reviewers: vkrause
Reviewed By: vkrause
Differential Revision: https://phabricator.kde.org/D24574
Summary:
Overwrite the UDEV_RULES_INSTALL_DIR variable to ensure that the udev rules file is installed in the correct directory.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewers: vkrause
Reviewed By: vkrause
Differential Revision: https://phabricator.kde.org/D22754
Summary:
Revert "Fix lmdb package QA with latest poky"
This reverts commit 518ddaefbf.
Also do not add binaries to dev packages
Reviewers: #kde_yocto, vkrause
Reviewed By: #kde_yocto, vkrause
Differential Revision: https://phabricator.kde.org/D19660
The previous hack of just copying the native tools into the target sysroot
has several limitations:
- it no longer works with relative RPATHs being used
- it fails in the case of kpackage where we need the same tools for host
and target
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
Summary:
The old SourceForge mirror has been removed, update to the new GitHub mirror to fix the downloads.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewers: vkrause
Reviewed By: vkrause
Differential Revision: https://phabricator.kde.org/D18197
Summary:
When cross compiling for RISC-V these are missing dependencies that are required to build.
For gettext we are following what was done in OE-core with patch:
atk: add explicit gettext-native dependency
we need to explicitly specify gettext-native as a dependency as the gettext class reduces dependencies in native builds.
Reviewers: vkrause
Reviewed By: vkrause
Differential Revision: https://phabricator.kde.org/D14982
Summary:
To avoid this build error:
Error: Could not find xmllint
specify libxslt-native as a dependency.
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Reviewers: vkrause
Reviewed By: vkrause
Differential Revision: https://phabricator.kde.org/D14172