diff options
| author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-27 18:11:09 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-30 11:37:03 +0000 |
| commit | 9e7d92959fe0d2a8240d27715d73cd5a24d46649 (patch) | |
| tree | f3974e7fcec3377e44326e7cf16091870aa4c944 | |
| parent | 5410aff5a9f3c05a86d1fde9949b7be6b2745879 (diff) | |
| download | poky-9e7d92959fe0d2a8240d27715d73cd5a24d46649.tar.gz | |
bitbake.conf: stop exporting PATCH_GET = "0"
Exporting PATCH_GET = "0" has been redundant since patch 2.6.0 was
released in 2009:
http://git.savannah.gnu.org/cgit/patch.git/commit/?id=b008dece18e6b94b8a13ea44a253855bf407ed01
Host distros which shipped with patch 2.5.x (e.g. Centos 5) are no
longer supported, so this export can be retired from bitbake.conf.
(From OE-Core rev: e9638fe60d24325e85dacc0c1551f671daed5c06)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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}" | |||
| 629 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" | 629 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" |
| 630 | 630 | ||
| 631 | ################################################################## | 631 | ################################################################## |
| 632 | # Miscellaneous utilities. | ||
| 633 | ################################################################## | ||
| 634 | |||
| 635 | # GNU patch tries to be intellgent about checking out read-only files from | ||
| 636 | # a RCS, which freaks out those special folks with active Perforce clients | ||
| 637 | # the following makes patch ignore RCS: | ||
| 638 | |||
| 639 | export PATCH_GET="0" | ||
| 640 | |||
| 641 | ################################################################## | ||
| 642 | # Not sure about the rest of this yet. | 632 | # Not sure about the rest of this yet. |
| 643 | ################################################################## | 633 | ################################################################## |
| 644 | 634 | ||
