kde-kf5.bbclass: Set the xdg base directory to staging data dir
This commit is contained in:
@@ -3,3 +3,7 @@ inherit kde-base
|
||||
KF5_VERSION = "5.19.0"
|
||||
|
||||
SRC_URI = "${KDE_MIRROR}/stable/frameworks/5.19/${BPN}-${PV}.tar.xz"
|
||||
|
||||
do_compile_prepend() {
|
||||
export XDG_DATA_HOME=${STAGING_DATADIR}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user