Switch to new bitbake override syntax

This commit is contained in:
Hannah Kiekens
2021-10-27 21:42:00 +02:00
parent 7517da38bb
commit c941a21cfe
55 changed files with 101 additions and 101 deletions

View File

@@ -4,7 +4,7 @@
#
# SPDX-License-Identifier: MIT
do_compile_prepend() {
do_compile:prepend() {
# desktoptojson needs to find installed service type files
export XDG_DATA_DIRS=${STAGING_DATADIR}:$XDG_DATA_DIRS
}