mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
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.
This commit is contained in:
@@ -9,11 +9,11 @@ do_compile:prepend() {
|
||||
export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
|
||||
}
|
||||
|
||||
DEPENDS += " \
|
||||
DEPENDS:append = " \
|
||||
kdoctools \
|
||||
kdoctools-native \
|
||||
libxslt-native \
|
||||
karchive-native \
|
||||
"
|
||||
|
||||
EXTRA_OECMAKE += " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|
||||
EXTRA_OECMAKE:append = " -DKF5_HOST_TOOLING=${STAGING_DIR_NATIVE}/${libdir}/cmake"
|
||||
|
||||
Reference in New Issue
Block a user