Update to frameworks 5.44.0

This commit is contained in:
Volker Krause
2018-03-24 12:18:57 +01:00
parent 88d58571d3
commit 3c228f8ee5
76 changed files with 12 additions and 5 deletions

View File

@@ -12,6 +12,11 @@ do_configure_prepend_class-native() {
rm -rf ${S}/po
}
do_compile_prepend() {
export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
export LD_LIBRARY_PATH=${STAGING_LIBDIR_NATIVE}:$LD_LIBRARY_PATH
}
# This function is rather offensive right now, but it seems to work
do_install_prepend() {
if [ "0" -ne $(find . -name \*.cmake | grep _usr | wc -l) ]; then