Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] stop exporting PATCH_GET = "0"
@ 2016-01-28  2:11 Andre McCurdy
  2016-01-28  2:11 ` [PATCH 1/3] bitbake.conf: " Andre McCurdy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andre McCurdy @ 2016-01-28  2:11 UTC (permalink / raw)
  To: openembedded-core

Andre McCurdy (3):
  bitbake.conf: stop exporting PATCH_GET = "0"
  gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script
  glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script

 meta/conf/bitbake.conf                    | 10 ----------
 meta/recipes-core/glibc/glibc-testing.inc |  1 -
 meta/recipes-devtools/gcc/gcc-cross.inc   |  1 -
 3 files changed, 12 deletions(-)

-- 
1.9.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH 1/3] bitbake.conf: stop exporting PATCH_GET = "0"
  2016-01-28  2:11 [PATCH 0/3] stop exporting PATCH_GET = "0" Andre McCurdy
@ 2016-01-28  2:11 ` Andre McCurdy
  2016-01-28  2:11 ` [PATCH 2/3] gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script Andre McCurdy
  2016-01-28  2:11 ` [PATCH 3/3] glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script Andre McCurdy
  2 siblings, 0 replies; 4+ messages in thread
From: Andre McCurdy @ 2016-01-28  2:11 UTC (permalink / raw)
  To: openembedded-core

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.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/conf/bitbake.conf | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index e80ee18..1a2f420 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.
 ##################################################################
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 2/3] gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script
  2016-01-28  2:11 [PATCH 0/3] stop exporting PATCH_GET = "0" Andre McCurdy
  2016-01-28  2:11 ` [PATCH 1/3] bitbake.conf: " Andre McCurdy
@ 2016-01-28  2:11 ` Andre McCurdy
  2016-01-28  2:11 ` [PATCH 3/3] glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script Andre McCurdy
  2 siblings, 0 replies; 4+ messages in thread
From: Andre McCurdy @ 2016-01-28  2:11 UTC (permalink / raw)
  To: openembedded-core

PATCH_GET is no longer exported by bitbake.conf, so no longer needs
to be pruned from the gcc-cross do_compile() environment.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-devtools/gcc/gcc-cross.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/gcc/gcc-cross.inc b/meta/recipes-devtools/gcc/gcc-cross.inc
index aa10633..f479360 100644
--- a/meta/recipes-devtools/gcc/gcc-cross.inc
+++ b/meta/recipes-devtools/gcc/gcc-cross.inc
@@ -72,7 +72,6 @@ do_compile () {
 	sed -i -e "/^'/d" ${B}/${TARGET_PREFIX}testgcc
 	sed -i -e "/^UID/d" ${B}/${TARGET_PREFIX}testgcc
 	sed -i -e "/^TERM/d" ${B}/${TARGET_PREFIX}testgcc
-	sed -i -e "/^PATCH_GET/d" ${B}/${TARGET_PREFIX}testgcc
 	sed -i -e "/^PKG_/d" ${B}/${TARGET_PREFIX}testgcc
 	sed -i -e "/^POSIXLY_/d" ${B}/${TARGET_PREFIX}testgcc
 	sed -i -e "/^PPID/d" ${B}/${TARGET_PREFIX}testgcc
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH 3/3] glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script
  2016-01-28  2:11 [PATCH 0/3] stop exporting PATCH_GET = "0" Andre McCurdy
  2016-01-28  2:11 ` [PATCH 1/3] bitbake.conf: " Andre McCurdy
  2016-01-28  2:11 ` [PATCH 2/3] gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script Andre McCurdy
@ 2016-01-28  2:11 ` Andre McCurdy
  2 siblings, 0 replies; 4+ messages in thread
From: Andre McCurdy @ 2016-01-28  2:11 UTC (permalink / raw)
  To: openembedded-core

PATCH_GET is no longer exported by bitbake.conf, so no longer needs
to be pruned from the glibc do_compile() environment.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
 meta/recipes-core/glibc/glibc-testing.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-core/glibc/glibc-testing.inc b/meta/recipes-core/glibc/glibc-testing.inc
index a9bbf37..0a42ae7 100644
--- a/meta/recipes-core/glibc/glibc-testing.inc
+++ b/meta/recipes-core/glibc/glibc-testing.inc
@@ -22,7 +22,6 @@ do_compile_append () {
 	sed -i -e "/^'/d" ${B}/${HOST_PREFIX}testglibc
 	sed -i -e "/^UID/d" ${B}/${HOST_PREFIX}testglibc
 	sed -i -e "/^TERM/d" ${B}/${HOST_PREFIX}testglibc
-	sed -i -e "/^PATCH_GET/d" ${B}/${HOST_PREFIX}testglibc
 	sed -i -e "/^PKG_/d" ${B}/${HOST_PREFIX}testglibc
 	sed -i -e "/^POSIXLY_/d" ${B}/${HOST_PREFIX}testglibc
 	sed -i -e "/^PPID/d" ${B}/${HOST_PREFIX}testglibc
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-01-28  2:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-28  2:11 [PATCH 0/3] stop exporting PATCH_GET = "0" Andre McCurdy
2016-01-28  2:11 ` [PATCH 1/3] bitbake.conf: " Andre McCurdy
2016-01-28  2:11 ` [PATCH 2/3] gcc-cross.inc: drop pruning of PATCH_GET from the testgcc script Andre McCurdy
2016-01-28  2:11 ` [PATCH 3/3] glibc-testing.inc: drop pruning of PATCH_GET from the testglibc script Andre McCurdy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox