summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/layer.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf
index cc77d078a8..2cbe952801 100644
--- a/meta/conf/layer.conf
+++ b/meta/conf/layer.conf
@@ -90,6 +90,9 @@ SSTATE_EXCLUDEDEPS_SYSROOT += "\
90 .*->.*-initial.* \ 90 .*->.*-initial.* \
91 .*(base-passwd|shadow-sysroot)->.* \ 91 .*(base-passwd|shadow-sysroot)->.* \
92" 92"
93# Avoid adding autoconf-archive-native to sysroot without a specific
94# dependency in the recipe.
95SSTATE_EXCLUDEDEPS_SYSROOT += ".*->autoconf-archive-native"
93 96
94# We need to keep bitbake tools in PATH 97# We need to keep bitbake tools in PATH
95PATH := "${@os.path.dirname(bb.utils.which(d.getVar('PATH'),'bitbake'))}:${HOSTTOOLS_DIR}" 98PATH := "${@os.path.dirname(bb.utils.which(d.getVar('PATH'),'bitbake'))}:${HOSTTOOLS_DIR}"