6 Commits

Author SHA1 Message Date
Michel Zink
2882880331 Change cmake options to support multilib feature
Platforms which uses the multilib feature can not use this layer because
the libdir variable will be change by the multilib bbclass.
Using STAGING_LIBDIR_NATIVE instead is more reliable.
2023-04-18 21:13:48 +02:00
Andreas Cord-Landwehr
bcf1d831ea Use append syntax for classes
The preferred way for bitbake classes is the append syntax because it
does not interact with the += syntax in derived recipes.
2022-05-28 11:52:38 +02:00
Hannah Kiekens
c941a21cfe Switch to new bitbake override syntax 2021-10-28 17:39:13 +02:00
Andreas Cord-Landwehr
e248665881 Make project REUSE compatible
The change was performed as follows:
- it was checked that the COPYING.MIT license was present with the
  initial commit and such each contributor was awere of the license
- mail was around to all previous contributors to check this assumption
  (mail was not replied by Hannah and Sebastian); every reply was a
  confirmation of the assumed MIT licensing
- all copyright information were recovered from the respective Git
  commits
- reuse lint was to used to check the REUSE conformance
2020-09-26 18:29:02 +02:00
Volker Krause
5c95f585bf Port native tools to use KF5_HOST_TOOLING
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
2019-02-16 13:32:41 +01:00
Volker Krause
63d4f58feb Add kdoctools class
Allows us to maintain the necessary bits in a single place, rather than
in multiple recipes in meta-kde.
2019-02-08 14:05:52 +01:00