diff options
-rw-r--r-- | meta/conf/bitbake.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index e80ee18135..1a2f420c74 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -629,16 +629,6 @@ FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" ################################################################## -# Miscellaneous utilities. -################################################################## - -# GNU patch tries to be intellgent about checking out read-only files from -# a RCS, which freaks out those special folks with active Perforce clients -# the following makes patch ignore RCS: - -export PATCH_GET="0" - -################################################################## # Not sure about the rest of this yet. ################################################################## |