]> code.ossystems Code Review - openembedded-core.git/commitdiff
glew: update patch status
authorRoss Burton <ross@burtonini.com>
Fri, 3 Dec 2021 13:50:39 +0000 (13:50 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Dec 2021 11:09:47 +0000 (11:09 +0000)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/glew/glew/0001-Fix-build-race-in-Makefile.patch
meta/recipes-graphics/glew/glew/no-strip.patch
meta/recipes-graphics/glew/glew/notempdir.patch

index 7edcfe8de8b87327c2392486c3738d2feb09b031..2418646689adbba17dfb07488536bc281d8706f5 100644 (file)
@@ -1,4 +1,4 @@
-Upstream-Status: Submitted [https://github.com/nigels-com/glew/pull/311]
+Upstream-Status: Backport [767e0316450911f1158bd4f7fd8dcd066bae5c55]
 Signed-off-by: Ross Burton <ross.burton@arm.com>
 
 From 0ce0a85597db48a2fca619bd95e34af091e54ae8 Mon Sep 17 00:00:00 2001
index e411f11cb5c00f88d152808f02404a9c1d34d1d1..5708d93082cf885861b82748601b24627b9acd8b 100644 (file)
@@ -1,7 +1,7 @@
 Don't forcibly strip the binaries.
 
 Signed-off-by: Ross Burton <ross.burton@intel.com>
-Upstream-Status: Pending
+Upstream-Status: Backport [d7693eea09ac76c67f5f3aa538bb911ce2291e2c]
 
 diff --git a/Makefile b/Makefile
 index 6a9803c..170c0ce 100644
index 8d79ce0cdf9c8448e3e2d9bc6de19e7ff317d3f3..68b46b6641d20047e6fab5ee27cba9f18b902949 100644 (file)
@@ -2,6 +2,8 @@ We don't use the dist-* targets and hence DIST_DIR isn't used. The current code
 creates a new temp directory in /tmp/ for every invocation of make. Lets
 not do that.
 
+https://github.com/nigels-com/glew/issues/334
+
 Upstream-Status: Pending [a revised version would be needed for upstream]
 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>