diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a772cabdcf..702f498fef 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -735,7 +735,7 @@ DISTRO_NAME ??= "OpenEmbedded" | |||
735 | # | 735 | # |
736 | # This works for functions as well, they are really just environment variables. | 736 | # This works for functions as well, they are really just environment variables. |
737 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. | 737 | # Default OVERRIDES to make compilation fail fast in case of build system misconfiguration. |
738 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:build-${BUILD_OS}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}${LIBCOVERRIDE}:forcevariable" | 738 | OVERRIDES = "${TARGET_OS}:${TRANSLATED_TARGET_ARCH}:pn-${PN}:${MACHINEOVERRIDES}:${DISTROOVERRIDES}:${CLASSOVERRIDE}${LIBCOVERRIDE}:forcevariable" |
739 | LIBCOVERRIDE ?= "" | 739 | LIBCOVERRIDE ?= "" |
740 | CLASSOVERRIDE ?= "class-target" | 740 | CLASSOVERRIDE ?= "class-target" |
741 | DISTROOVERRIDES ?= "${@d.getVar('DISTRO') or ''}" | 741 | DISTROOVERRIDES ?= "${@d.getVar('DISTRO') or ''}" |