diff options
author | Ross Burton <ross@burtonini.com> | 2021-12-03 13:50:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-06 11:09:52 +0000 |
commit | e904e9575cab0137c4c0eedd5df8a2354fd6272e (patch) | |
tree | 1208c987252718cfc49c02e2bb121144685f5796 /meta/recipes-graphics | |
parent | 467c21abe432aab8cf985fcad917d9728052f5e9 (diff) | |
download | poky-e904e9575cab0137c4c0eedd5df8a2354fd6272e.tar.gz |
glew: update patch status
(From OE-Core rev: 2c0e3cd602c546a1cb2f20121d8098844524d8f1)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/glew/glew/no-strip.patch | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/glew/glew/notempdir.patch | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch b/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch index 7edcfe8de8..2418646689 100644 --- a/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch +++ b/meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | Upstream-Status: Submitted [https://github.com/nigels-com/glew/pull/311] | 1 | Upstream-Status: Backport [767e0316450911f1158bd4f7fd8dcd066bae5c55] |
2 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 2 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
3 | 3 | ||
4 | From 0ce0a85597db48a2fca619bd95e34af091e54ae8 Mon Sep 17 00:00:00 2001 | 4 | From 0ce0a85597db48a2fca619bd95e34af091e54ae8 Mon Sep 17 00:00:00 2001 |
diff --git a/meta/recipes-graphics/glew/glew/no-strip.patch b/meta/recipes-graphics/glew/glew/no-strip.patch index e411f11cb5..5708d93082 100644 --- a/meta/recipes-graphics/glew/glew/no-strip.patch +++ b/meta/recipes-graphics/glew/glew/no-strip.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | Don't forcibly strip the binaries. | 1 | Don't forcibly strip the binaries. |
2 | 2 | ||
3 | Signed-off-by: Ross Burton <ross.burton@intel.com> | 3 | Signed-off-by: Ross Burton <ross.burton@intel.com> |
4 | Upstream-Status: Pending | 4 | Upstream-Status: Backport [d7693eea09ac76c67f5f3aa538bb911ce2291e2c] |
5 | 5 | ||
6 | diff --git a/Makefile b/Makefile | 6 | diff --git a/Makefile b/Makefile |
7 | index 6a9803c..170c0ce 100644 | 7 | index 6a9803c..170c0ce 100644 |
diff --git a/meta/recipes-graphics/glew/glew/notempdir.patch b/meta/recipes-graphics/glew/glew/notempdir.patch index 8d79ce0cdf..68b46b6641 100644 --- a/meta/recipes-graphics/glew/glew/notempdir.patch +++ b/meta/recipes-graphics/glew/glew/notempdir.patch | |||
@@ -2,6 +2,8 @@ We don't use the dist-* targets and hence DIST_DIR isn't used. The current code | |||
2 | creates a new temp directory in /tmp/ for every invocation of make. Lets | 2 | creates a new temp directory in /tmp/ for every invocation of make. Lets |
3 | not do that. | 3 | not do that. |
4 | 4 | ||
5 | https://github.com/nigels-com/glew/issues/334 | ||
6 | |||
5 | Upstream-Status: Pending [a revised version would be needed for upstream] | 7 | Upstream-Status: Pending [a revised version would be needed for upstream] |
6 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | 8 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
7 | 9 | ||