summaryrefslogtreecommitdiffstats
path: root/yocto-poky/meta/recipes-support/serf/serf/env.patch
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-support/serf/serf/env.patch')
-rw-r--r--yocto-poky/meta/recipes-support/serf/serf/env.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/yocto-poky/meta/recipes-support/serf/serf/env.patch b/yocto-poky/meta/recipes-support/serf/serf/env.patch
deleted file mode 100644
index 9d073e9ab..000000000
--- a/yocto-poky/meta/recipes-support/serf/serf/env.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-'scons' cleans the environment which breaks ccache builds because
-CCACHEDIR can point to an unexpected location:
-
-| ccache arm-linux-gnueabi-gcc ... context.c
-| ccache: failed to create .../serf/1.3.6-r0/.home/.ccache (No such file or directory)
-
-Issue is described in
-
- http://www.scons.org/wiki/ImportingEnvironmentSettings
-
-and because 'bitbake' cleans environment we can pass it completely
-instead of trying to enumerate needed env.
-
-Upstream-Status: Inappropriate
-
-
-Index: serf-1.3.6/SConstruct
-===================================================================
---- serf-1.3.6.orig/SConstruct
-+++ serf-1.3.6/SConstruct
-@@ -149,6 +149,7 @@ if sys.platform == 'win32':
- env = Environment(variables=opts,
- tools=('default', 'textfile',),
- CPPPATH=['.', ],
-+ ENV = os.environ,
- )
-
- env.Append(BUILDERS = {
OpenPOWER on IntegriCloud