kde-kf5.bbclass: Set the xdg base directory to staging data dir

This commit is contained in:
Luis Gustavo S. Barreto
2016-03-22 10:00:11 -03:00
parent e2e5874ee2
commit 475af374f1

View File

@@ -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}
}