summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 8d1ea5491d..5406e542db 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -775,9 +775,9 @@ export PKG_CONFIG_DISABLE_UNINSTALLED = "yes"
775export PKG_CONFIG_SYSTEM_LIBRARY_PATH = "${base_libdir}:${libdir}" 775export PKG_CONFIG_SYSTEM_LIBRARY_PATH = "${base_libdir}:${libdir}"
776export PKG_CONFIG_SYSTEM_INCLUDE_PATH = "${includedir}" 776export PKG_CONFIG_SYSTEM_INCLUDE_PATH = "${includedir}"
777 777
778# Don't allow git to chdir up past WORKDIR so that it doesn't detect the OE 778# Don't allow git to chdir up past WORKDIR or TMPDIR so that it doesn't detect the OE
779# repository when building a recipe 779# repository when building a recipe.
780export GIT_CEILING_DIRECTORIES = "${WORKDIR}" 780export GIT_CEILING_DIRECTORIES = "${WORKDIR}:${TMPDIR}"
781 781
782### 782###
783### Config file processing 783### Config file processing